Chris Han
|
2c8088d4f8
Move _GET parsing out of controllers
|
12 years ago |
Chris Han
|
96c8d7b3c8
Defer controller initialization
|
12 years ago |
Chris Han
|
e22aa1cb3d
Const doc tag isn't recognized by phpdoc
|
12 years ago |
Chris Han
|
ac746ed281
Add specific exception for minimum search length
|
12 years ago |
Chris Han
|
a872993d94
Add specific exception for invalid search type
|
12 years ago |
Chris Han
|
bfb6647120
Add specific exception for disabled search
|
12 years ago |
Chris Han
|
df66bf7604
Validate search type earlier in search controller
|
12 years ago |
Chris Han
|
ec9308ddbd
Don't use exception to return no results for a search
|
12 years ago |
Chris Han
|
cc15ec3dbf
Use instance of resource manager for controller names
|
12 years ago |
Chris Han
|
fed0040f6b
Move config defaults to a central location
|
12 years ago |
Chris Han
|
9cdc22cc4e
Use shared instance of git exe across controllers
|
12 years ago |
Chris Han
|
b702dd1042
Inject git exe into filesearch class
|
12 years ago |
Chris Han
|
fe858c3b1c
Hardcode commitsearch strategy for now since there's only one
|
12 years ago |
Chris Han
|
7f108cd3bf
Get rid of search type global constants
|
12 years ago |
Chris Han
|
39b84875d1
Clean up controller docblocks
|
12 years ago |
Chris Han
|
5cd66282cd
Use autoloading to load class files
|
12 years ago |
Chris Han
|
19d5527c8f
Rename pagination interface and eliminate commitsearchtype class to make autoloading easier
|
12 years ago |
Chris Han
|
35cefc80c4
Factor out file search code into its own classes
|
12 years ago |
Chris Han
|
4a2ec4a1d3
Factor out commit search into its own class
|
12 years ago |
Chris Han
|
b855cdf5cc
Store a config instance in the controller
|
12 years ago |
Chris Han
|
c99759e323
Allow flagging to controllerbase that a controller is single or multi project
|
12 years ago |
Chris Han
|
adb6552735
Don't hold project reference in controller
|
12 years ago |
Chris Han
|
a3ba55400f
Fix up warnings/errors in phpdoc tags
|
14 years ago |
Chris Han
|
9f72ede5d1
Use translation wrapper functions
|
14 years ago |
Chris Han
|
d52b3d5a21
Switch to gettext for i18n
|
14 years ago |
Chris Han
|
b230a765cf
Prevent crashes with empty projects
|
14 years ago |
Chris Han
|
c97f990d53
Add locale option documentation in default config, change minimum search length error message to take length as a parameter, add defaults in US locale for easier copy and translate
|
14 years ago |
Chris Han
|
48a3226c9f
I18N error messages
|
14 years ago |
Chris Han
|
5d79757e02
Display action in header
|
15 years ago |
Chris Han
|
2f3306791c
Use the same template variable for commits, regardless of whether it comes in as hash or hashbase
|
15 years ago |