Chris Han
|
87b00a9a74
Add i18n framework and start tokenizing some strings
|
14 years ago |
Chris Han
|
dcfea623fe
Re-enable exception catch for messages
|
14 years ago |
Chris Han
|
a3e173bafc
New way of specifying projects and categories
|
14 years ago |
Chris Han
|
d078db434f
Try to simplify the config for users
|
14 years ago |
Chris Han
|
05131cb99d
Remove constants file since there was pretty much nothing left in it
|
14 years ago |
Chris Han
|
564b6a4535
Test for projectroot before attempting to instantiate project list
|
14 years ago |
Chris Han
|
9c6c4fcb4e
Remove unused constant
|
14 years ago |
Chris Han
|
0616c75961
Current project global no longer needed
|
14 years ago |
Chris Han
|
dbea007ad2
Comment out global exception catch temporarily to make development easier
|
14 years ago |
Chris Han
|
cefacee8f3
Add a logger
|
15 years ago |
Chris Han
|
87815aea54
Let smarty decide date formatting rather than date_str
|
15 years ago |
Chris Han
|
da4515fa0c
Move all display functions into controller classes to share code and move the messy supercontroller code out of the index
|
15 years ago |
Chris Han
|
256608053a
Move heads to their own class, get rid of old ref reading code
|
15 years ago |
Chris Han
|
e35cbcfb16
Use iteration over project list rather than project array
|
15 years ago |
Chris Han
|
16fdb3351c
Create and use commit object
|
15 years ago |
Chris Han
|
59cc1b3d09
Start using objects for certain things that never change (project root, project, etc) rather than passing in arguments
|
15 years ago |
Chris Han
|
6ef70aef1f
Create projectlist classes
|
15 years ago |
Chris Han
|
83a5ce0af9
Rename classes to include a fake namespace, since I can't expect everyone to be running PHP 5.3
|
15 years ago |
Chris Han
|
3ade0c4b96
Start transitioning project info to a class
|
15 years ago |
Chris Han
|
69adb5e5aa
Move config handling to a class
|
15 years ago |
Chris Han
|
f98dd12104
Remove the compile check disable because it screws up upgrades
|
15 years ago |
Chris Han
|
77492740f3
Initial blame support
|
15 years ago |
Chris Han
|
974f566533
Move null stripping to one line for all three project test methods
|
15 years ago |
Jonathan Kolb
|
1bbcf88145
Prevent manual access to unlisted projects using p= parameter
|
15 years ago |
Chris Han
|
75bf512103
Fix warnings
|
15 years ago |
Jonathan Kolb
|
fa9d7c2712
Gitosis support
|
15 years ago |
Chris Han
|
a1bf4d1ab3
Sanitize project path to avoid directory traversal
|
15 years ago |
Chris Han
|
073e73f31f
Turn off smarty compile check for production
|
15 years ago |
Chris Han
|
fb253dffd5
Use compact if test for git_projects, fix another place where git_projects can be passed null
|
15 years ago |
Khee Chin
|
4049403580
cfh: avoid warning when passing null git_projects
|
15 years ago |