Bump version to 0.004002 and update Changes.
[catagits/Gitalist.git] / lib / Gitalist / Controller /
2012-08-03 Dennis Kaarsemaker Massive tree action speedup
2011-11-22 Tomas Doran Better debugging
2011-11-22 Tomas Doran Make die string in controller much better
2011-10-18 Tomas Doran Fix deprecated qw
2011-10-16 Gisle Aas Avoid "Use of qw(...) as parentheses is deprecated...
2011-07-07 Dan Brook Merge pull request #21 from wchristian/css_fix
2011-07-06 Jonas Genannt fixing inline pod documentation for the debian package...
2011-06-05 Christian Walde Enabled content type css for css files served by templa...
2011-05-23 Dan Brook Expose serialization via JSON.
2011-03-13 Lian Wan Situ Make paging work for history
2011-03-06 Dan Brook Add CONFIGURATION section to Gitalist POD.
2011-03-06 Dan Brook Assume UTF8 encoded blobs.
2010-10-31 Zachary Stevens Commit->sha_by_path now returns an object.
2010-10-31 Zachary Stevens Remove Repository->list_tree.
2010-10-31 Zachary Stevens Move Repository->hash_by_path to Commit->sha_by_path.
2010-08-02 Dan Brook Fix variable and blame bugs.
2010-08-01 Dan Brook Bumped version and added bootstrap docs.
2010-08-01 Dan Brook Revert "Merge remote branch 't0m/json' into json"
2010-08-01 Dan Brook Fixed failing Content-Type tests.
2010-08-01 Dan Brook Add age to commit info.
2010-08-01 Dan Brook Proof of concept for #56388: add last commit msg to...
2010-08-01 Dan Brook Got blob highlighting working with the ContentMangler.
2010-08-01 Dan Brook A manual cherry-picking of f012b0, making use of syn_en...
2010-08-01 Tomas Doran Add RESTful Content-Type bits to the root controller...
2010-07-03 Dan Brook Bumped version and added bootstrap docs. 0.002001_01
2010-06-29 Dan Brook Revert "Merge remote branch 't0m/json' into json"
2010-06-26 Zachary Stevens Call ->diff on the Commit instance.
2010-06-19 Dan Brook Fixed failing Content-Type tests.
2010-06-19 Dan Brook Add age to commit info.
2010-06-19 Dan Brook Proof of concept for #56388: add last commit msg to...
2010-06-19 Dan Brook Got blob highlighting working with the ContentMangler.
2010-06-19 Dan Brook A manual cherry-picking of f012b0, making use of syn_en...
2010-06-19 Tomas Doran Add RESTful Content-Type bits to the root controller...
2010-05-06 Tomas Doran Really remove XML::OPML::SimpleGen
2010-05-06 Tomas Doran Remove XML::Atom - unused here
2010-05-06 Tomas Doran Remove unused XML::RSS dep
2010-04-14 Dan Brook Fixed bug where C<-T>/C<-B> were being called on strings.
2010-04-10 Dan Brook Bumped version, updated changes.
2010-04-10 Dan Brook Implemented necessary functionality so binary files...
2010-04-09 Dan Brook Fixed src and dst in diff data for files that had been...
2010-04-02 Dan Brook Made an attempt to fix the hardcoded CSS urls.
2010-03-29 Dan Brook Finished off the last piece of legacy URL support.
2010-03-28 Dan Brook Fix bug where diff didn't distinguish between sha1s...
2010-03-06 Dan Brook Provided support for remaining legacy URIs.
2010-03-06 Dan Brook Provided support for remaining legacy URIs.
2010-03-06 Dan Brook Provided support for blobdiff_plain legacy URIs.
2010-03-06 Dan Brook Provided support for blobdiff_plain legacy URIs.
2010-03-06 Dan Brook Provided support for blobdiff legacy URIs.
2010-03-06 Dan Brook Provided support for blobdiff legacy URIs.
2010-03-06 Dan Brook Provided support for blob_plain legacy URIs.
2010-03-06 Dan Brook Provided support for blob_plain legacy URIs.
2010-03-06 Dan Brook Untabify recent changes.
2010-03-06 Dan Brook Untabify recent changes.
2010-03-06 Dan Brook Provided legacy URI support for the blob action.
2010-03-06 Dan Brook Provided legacy URI support for the blob action.
2010-03-01 Dan Brook Fixed the links in the history view.
2010-02-17 Dan Brook First attempt at fixing up the history action.
2010-02-17 Dan Brook Fixed missing diff tree in the commit action.
2010-02-02 Tomas Doran Fix some more legacy uri tests
2010-02-02 Tomas Doran Get a couple of the legacy uri tests working
2010-02-02 Tomas Doran Kinda merge legacy uri thing
2010-01-26 Tomas Doran Mangle RSS and Atom feeds
2010-01-26 Tomas Doran Drop XML::OPML::SimpleGen dep
2010-01-26 Tomas Doran Fix RSS and atom feeds
2010-01-24 Tomas Doran Make the log work for commits and symbolic refs also.
2010-01-24 Tomas Doran Change everything round to be /ref/ instead of /commit...
2010-01-22 Tomas Doran Add root search action, which does nothing right now...
2010-01-21 Tomas Doran Add mech testing in from the branch I previously made...
2010-01-20 Tomas Doran Fix a load of links, and fix blob/blame/raw/history...
2010-01-20 Tomas Doran Fix up the long log, add more gravatars, fix up links...
2010-01-20 Tomas Doran Add gravatars :)
2010-01-20 Tomas Doran Hook prepare_path to mangle the uri to send everything...
2010-01-20 Tomas Doran Sort the tests out..
2010-01-20 Tomas Doran Fix reflog and search actions chaining to the right...
2010-01-18 Tomas Doran Add testing to atom, fix RSS links
2010-01-18 Tomas Doran Start fixing the tests
2010-01-18 Tomas Doran Fix OPML chains
2010-01-18 Tomas Doran Move OPML code out of the root controller
2010-01-18 Tomas Doran blobdiff just appears to be a reimplementation of the...
2010-01-18 Tomas Doran History is not used in the current interface. If its...
2010-01-18 Tomas Doran Move search and reflog and patch actions to the right...
2010-01-18 Tomas Doran Refactor blob, make blob_plain work, move rss/atom...
2010-01-18 Tomas Doran Make filename handling a generic actionrole. Fix more...
2010-01-18 Tomas Doran Get blob view working again
2010-01-18 Tomas Doran Get blame view working in the new url scheme
2010-01-17 Tomas Doran Make tree browing fragment work again
2010-01-17 Tomas Doran Chop out theoretically dead stuff.
2010-01-17 Tomas Doran Trivial tidyups.
2010-01-17 Tomas Doran Get diff plain and diff fancy working properly
2010-01-17 Tomas Doran Make diff action work nicely
2010-01-17 Tomas Doran Make tags appear on the summary page. Remove code from...
2010-01-17 Tomas Doran Move the Commit code to URIStructure, add templates...
2010-01-17 Tomas Doran Get the index page working with the content in a fragme...
2010-01-17 Tomas Doran Fuck that shit
2010-01-17 Tomas Doran Split subincludes out into their own /fragment controllers.
2010-01-17 Tomas Doran Make display of heads work
2010-01-17 Tomas Doran Start using the subinclude plugin and splitting things up.
2010-01-17 Tomas Doran Add more stubs for commits
2010-01-17 Tomas Doran Start working out a new URI structure - currently just...
2010-01-17 Tomas Doran Rename the Catalyst model to be in line with everything...
next