Chris Han
|
e0ea8f7c0f
Fix other debug log messages to fit better with key/value display
|
11 years ago |
Chris Han
|
08261ef691
Don't mix data model and UI: use template to display debug log
|
11 years ago |
Chris Han
|
255cfe4cce
Don't load debugging javascript if debugging is off
|
11 years ago |
Yuriy Nasretdinov
|
3c87676b3a
Improving performance of fetching git objects by using git cat-file --batch through a pipe. Also improved debug output and added destructor-based auto-timers
|
11 years ago |
Chris Han
|
23a8d53f5e
Fix language cookie with clean urls and gitphp running at the root of the domain
|
12 years ago |
Chris Han
|
42deb03bc0
Cleanup unused variables
|
12 years ago |
Chris Han
|
5308f9f869
Fix whitespace
|
12 years ago |
till
|
cdf299feea
php's build in webserver doesn't populate QUERY_STRING when none is passed.
|
12 years ago |
Chris Han
|
c3c8003e76
Add option to show restricted projects as disabled
|
12 years ago |
Chris Han
|
fed8973d0c
Treat empty and unset self config value the same
|
12 years ago |
Chris Han
|
edc4a213db
Filter project list based on logged in user
|
12 years ago |
Chris Han
|
286d8e377d
Rename protected project exception to unauthorized project exception
|
12 years ago |
Chris Han
|
17ae80581d
Start enforcing user restrictions for individual projects
|
12 years ago |
Chris Han
|
c07794e910
Add javascript login popup
|
12 years ago |
Chris Han
|
25f863b074
Start adding basic login infrastructure (still needs styling)
|
12 years ago |
Chris Han
|
0151ac5a7b
Initialize and load user list
|
12 years ago |
Chris Han
|
83aecc8a49
Set html lang based on selected locale
|
12 years ago |
Chris Han
|
a47986f17b
Move charset declaration to content-type header
|
12 years ago |
Chris Han
|
cb992be507
Store urls on router rather than in template
|
12 years ago |
Chris Han
|
8d52ef4c5d
Require router in url builder function
|
12 years ago |
Chris Han
|
eb90990cb5
Factor out base url into a common function
|
12 years ago |
Chris Han
|
6b52fd9902
Fix baseurl on root installs
|
12 years ago |
Chris Han
|
7a39a89133
Set abbreviate setting on router instance
|
12 years ago |
Chris Han
|
9d46c2c4c3
Reuse single router instance instead of repeatedly creating it
|
12 years ago |
Chris Han
|
a4b320b59d
Start generating clean urls (code needs cleanup)
|
12 years ago |
Chris Han
|
238c3e2008
Decrease dependence on non-rest urls
|
12 years ago |
Chris Han
|
aae8835af9
Access static resources with absolute paths
|
12 years ago |
Chris Han
|
869f049814
Add option to generate abbreviated hashes in urls
|
12 years ago |
Chris Han
|
2c8088d4f8
Move _GET parsing out of controllers
|
12 years ago |
Chris Han
|
96c8d7b3c8
Defer controller initialization
|
12 years ago |