Chris Han []
Add unit test for config class
Chris Han []
Remove unused members from config, reinitialize defaults when clearing config
Chris Han []
Continue to use tag dereferencing when using git loading
Chris Han []
Fix objectcache load for commits
Chris Han []
Fix docblock errors
Chris Han []
Fall back on english if user tries to use an invalid locale
Chris Han []
Remove static debug locale
Chris Han []
Add script to automatically generate gibberish locale
Chris Han []
Don't rethrow known exceptions
Chris Han []
Add localized exception for config file read error
Chris Han []
Allow error controller to continue without a config in case of config file error
Chris Han []
Get rid of config singleton
Chris Han []
Get config off of controller
Chris Han []
Inject config class into projectlist
Chris Han []
Pass config handler to projectlist factory
Chris Han []
Rename project list config getters/setters
Chris Han []
Inject cache and memorycache into projectlist
Chris Han []
Pass magicdb into fileinfo strategy
Chris Han []
Have callers decide the appropriate mime type strategy
Chris Han []
Fix phpdoc errors
Chris Han []
Const doc tag isn't recognized by phpdoc
Chris Han []
Get rid of resource manager singleton
Chris Han []
Structure resource class more like an instance
Chris Han []
Get rid of global gettext functions that depend on singletons
Chris Han []
Handle displaying binary file diff message in templates
Chris Han []
Exclude binary files from plaintext commitdiff
Binary files have no meaning in a plaintext commitdiff (patch)
Chris Han []
Move binary test to its own function
Chris Han []
Move diff file label generation to separate functions
Chris Han []
Add specific exception for accesses outside of the projectroot
Chris Han []
Fix incorrect parameter
Chris Han []
Add specific exception for directory traversal
Chris Han []
Add specific exception for project list file read failure
Chris Han []
Add specific exception for invalid git repository
Chris Han []
Add specific exception for invalid file
Chris Han []
Add specific exception for non-configuration directory error
Chris Han []
Add specific exception for invalid directory in config
Chris Han []
Add specific extension for missing memcache support
Chris Han []
Add specific exception for missing projectroot config
Chris Han []
Add specific exception for invalid git exe configuration
Chris Han []
Add specific exception for invalid hashes
Chris Han []
Add specific exception for minimum search length
Chris Han []
Add specific exception for invalid search type
Chris Han []
Add specific exception for disabled search
Chris Han []
Add specific exception for missing project parameter
Chris Han []
Allow overriding invalid project exception message
Chris Han []
Add specific exception for invalid project
Chris Han []
Move exception to its own directory
Chris Han []
Validate search type earlier in search controller
Chris Han []
Don't use exception to return no results for a search
Chris Han []
Avoid failures in message controller for certain exceptions
Chris Han []
Avoid infinite loop when expanding hash
Chris Han []
Consume message exception directly in message controller
Chris Han []
This is unnecessary with updated xgettext script
Chris Han []
Use instance of resource manager for controller names
Chris Han []
Don't reference resource singleton in block translate function
Chris Han []
Update xgettext script to extract resource functions
Chris Han []
Allow smarty functions to be used without a resource manager
Chris Han []
Don't reference resource singleton in localefiletype function
Chris Han []
Don't reference resource singleton in agestring function
Chris Han []
Move file type internationalization out of data model
Chris Han []
Forgot default config values in index
Chris Han []
This is unnecessary
Chris Han []
Move config defaults to a central location
Chris Han []
Use local config instance in controller
Chris Han []
Didn't mean to add these doc tags
Chris Han []
Get rid of debug log singleton
Chris Han []
Make non-directory project an error
Chris Han []
Get log instance for display from controller
Chris Han []
Get rid of git exe singleton
Chris Han []
Move git exe validation inside controller
Chris Han []
Use shared instance of git exe across controllers
Chris Han []
Inject git exe into project list
Chris Han []
Inject exe into object manager
Chris Han []
Make git exe an optional dependency for archive strategies
Chris Han []
Inject git exe into filehistory class
Chris Han []
Inject git exe into file blame class
Chris Han []
Inject git exe into filesearch class
Chris Han []
Inject git exe into treediff
Chris Han []
Move project classes to their own namespace
Chris Han []
Use load strategies for project
Chris Han []
Move revlist classes to their own namespace
Chris Han []
Move log classes to their own namespace
Chris Han []
Hardcode commitsearch strategy for now since there's only one
Chris Han []
Use load strategies for log
Chris Han []
Set compat on object manager instead of pulling it from project
Chris Han []
Remove unused compat setting code
Chris Han []
Remove unused ref hash code
Chris Han []
Specify phpdoc namespace for archive classes
Chris Han []
Move archive classes to their own directory
Chris Han []
Use strategies to handle archiver formats
Chris Han []
Specify phpdoc namespaces in line with new folders
Chris Han []
Move git objects with load strategies into their own directories
Chris Han []
Move reflist classes to their own directories
Chris Han []
Remove now unused code in reflist
Chris Han []
Use load strategies on tag list
Chris Han []
Use load strategies on head list
Chris Han []
Get rid of unnecessary compat flag on git objects
Chris Han []
Don't rely on compat flag for abbreviated hash load
Chris Han []
Use load strategies for tree
Chris Han []
Use load strategies for tag