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
Chris Han []
Use load strategies for commit
Chris Han []
Use load strategies for blob
Chris Han []
Inject object loader into pack
Chris Han []
Rename InstantiateProject to LoadProject
Chris Han []
Inject dependent classes into project class
Chris Han []
Load project list first to avoid walking files twice
Chris Han []
Use messageexception for known end user messages
Chris Han []
Don't rethrow known message exceptions in debug mode
Chris Han []
Use observer to log git commands
Chris Han []
Fix project navigation on project-specific error messages
Chris Han []
Move smarty initialization to its own function
Chris Han []
Don't rely on config singleton in resource class
Chris Han []
Don't reference logger singleton in controllers
Chris Han []
Centralize controller log access
Chris Han []
Attach logger to projectlist as observer
Chris Han []
Remove memory cache singleton
Chris Han []
Remove object cache singleton
Chris Han []
Accidentally messed up navigation on project page
Chris Han []
Inject cache instance into manager instead of relying on singleton
Chris Han []
Fix crash on empty projects
Chris Han []
Pass cache instance into filediff as opposed to relying on singleton
Chris Han []
Use observer to decouple objectcache dependency
Chris Han []
Move git object class factory to its own class
Chris Han []
Get rid of projectlist singleton
Chris Han []
Config git command no longer used
Chris Han []
Get rid of default abbreviate length global constant
Chris Han []
Get rid of no category global constant
Chris Han []
Add phpDocumentor 2 config file
Chris Han []
Get rid of feed global constants
Chris Han []
Get rid of diff mode global constants
Chris Han []
Get rid of search type global constants
Chris Han []
Get rid of projectlist sort global constants
Chris Han []
Forgot to remove a few access tags
Chris Han []
Clean up projectlist docblocks
Chris Han []
Clean up filemimetype docblocks
Chris Han []
Clean up git object docblocks
Chris Han []
Clean up controller docblocks