Chris Han []
Make sure we always expire cache unless user very explicitly turns it off by setting it to false
Chris Han []
Bump version to 0.0.8
Chris Han []
Make git_read_revlist backwards compatible
Chris Han []
Avoid array out of bounds
Chris Han []
Avoid duplication of code in git_read_revlist
Chris Han []
Add function to fetch git version
Chris Han []
Update documentation with caching
Chris Han []
Cache expiration isn't an error
Chris Han []
Update config file comments
Chris Han []
Null page and zero page are the same thing
Chris Han []
Initial cache expiration
Chris Han []
Pass age in addition to age string for refs
Chris Han []
Cache support for blobplain using a hack
Chris Han []
Merge branch 'master' into cache
Conflicts:
index.php
Chris Han []
Cache support for snapshots
Chris Han []
Cache support for project index
Chris Han []
Add caching to blobdiff_plain
Chris Han []
Enable caching
Chris Han []
Add cache config options
Chris Han []
Keep debugging output from corrupting non-html output
Chris Han []
Fix output filter load logic for undefined action
Chris Han []
Readd blob HEAD link and ref lookup fixes
Chris Han []
Revert internationalization
Chris Han []
Revert "Didn't mean to include this"
This reverts commit 3ba0ae41b8177e6a03049d6868c0dabc1bb2c5fe.
Chris Han []
Revert "Internationalize last few error messages"
This reverts commit 0516001a8c9f67f6ceb1e799238d9f9608e27325.
Chris Han []
Revert "Internationalize plain commitdiff"
This reverts commit c6fda61c9cb5e3b4a5c6610b0f2e0d972798e980.
Chris Han []
Revert "Internationalize opml and rss strings"
This reverts commit c4a1c3b240ab079817ce1ad0634c528a7e5335c4.
Chris Han []
Not necessary
Chris Han []
Set charset to utf-8
Chris Han []
Internationalize opml and rss strings
Chris Han []
Internationalize plain commitdiff
Chris Han []
Internationalize last few error messages
Chris Han []
Didn't mean to include this
Chris Han []
Start internationalization
Chris Han []
Output buffering isn't really necessary
Chris Han []
Don't show invalid actions
Chris Han []
Include header and footer into each template rather than displaying them out of order and rearranging
Chris Han []
Use global assigns for headers/footers and to avoid duplication
Chris Han []
Add debug option
Chris Han []
Indent a little for readability
Chris Han []
Use message function
Chris Han []
Display message function
Chris Han []
Use mesage template for projlist errors
Chris Han []
Don't strip whitespace from rss
Chris Han []
Unify tree template
Chris Han []
Unify tags template
Chris Han []
Unify tag template
Chris Han []
Minor comment change
Chris Han []
Couple of template comments
Chris Han []
No longer used
Chris Han []
Unify project summary template
Chris Han []
Unify shortlog template
Chris Han []
Unify search templates
Chris Han []
Incorrect comment header
Chris Han []
Unify rss template
Chris Han []
Geshi with pre tags was crashing templates sometimes
Chris Han []
Right align line numbers in unhighlighted blob output
Chris Han []
Adjust projects slightly
Chris Han []
Unify project list template
Chris Han []
Add a couple comments to the templates
Chris Han []
Unify opml template
Chris Han []
Unify log template
Chris Han []
Typo in comment header
Chris Han []
Unify history template
Chris Han []
Forgot to include heads template
Chris Han []
Unify heads template
Chris Han []
Actually this was still useful for normal output
Chris Han []
This function is no longer necessary
Chris Han []
Unify plain commitdiff template
Chris Han []
Causes plaintext to not be formatted correctly
Chris Han []
Unify commitdiff template
Chris Han []
Adjust spacing to be a bit more readable
Chris Han []
Unify commit template
Chris Han []
Wasn't necessary to use a separate display function
Chris Han []
Unify blobdiff template
Chris Han []
Break diffing logic out of the display function
Chris Han []
Comment typo
Chris Han []
Unify blob template
Chris Han []
Version bump
Chris Han []
Break into tree links on blobdiff page
Chris Han []
Show refs on blobdiff page
Chris Han []
Use readable names in blobdiff and blobdiff_plain
Chris Han []
Show refs and break paths into tree links on history page
Chris Han []
Show refs on commit page
Chris Han []
Show refs in blob view
Chris Han []
Whitespace was preventing ref lookup
Chris Han []
Initial path tree link support
Chris Han []
Somehow I forgot the tag page
Chris Han []
Version bump
Chris Han []
Move to git-archive for zip support
Chris Han []
Readme tweaks
Chris Han []
Make a note about the hometext template
Chris Han []
Make hometext generic
Chris Han []
Start README
Chris Han []
Name compression consistently
Chris Han []
Support gzip compression for snapshots
Chris Han []
Only match on basename of filename
Chris Han []
No need to up file type again
Chris Han []
Fix for older versions of git
Chris Han []
Initial file search functionality