Make the version number sane and clean up copyright/license statements everywhere
[catagits/Gitalist.git] / lib / Gitalist / Controller / Root.pm
2009-11-25 Tomas Doran Make the version number sane and clean up copyright...
2009-11-25 Dan Brook Added /opml action.
2009-11-22 Dan Brook Fixed parameter handling for tree ...
2009-11-21 Dan Brook Made /blob & /blob_plain actions a little more robust.
2009-11-21 Dan Brook Added /project_index action.
2009-11-20 Dan Brook Switch from latin1 chars to the HTML escape char equiva...
2009-11-20 Dan Brook Starting to hook up "orphaned" actions.
2009-11-20 Dan Brook Fleshed out the /blame action a bit more.
2009-11-20 Dan Brook Initial cut at /blame action.
2009-11-20 Dan Brook Added the /tags action.
2009-11-20 Dan Brook Removed the gitweb shim and its dependency.
2009-11-20 Dan Brook Merge branch 'action-snapshot' of git://github.com...
2009-11-20 Dan Brook Added stubs for further missing actions.
2009-11-20 Dan Brook Moved header & footer logic into the templates.
2009-11-20 Zachary Stevens Correct filename in HTTP response.
2009-11-20 Zachary Stevens Moved snapshot method onto Project as both tree and...
2009-11-20 Zachary Stevens Moved snapshot method onto Project as both tree and...
2009-11-19 Zachary Stevens Take format from the right parameter, default to tgz...
2009-11-19 Zachary Stevens Minimally working snapshot action.
2009-11-19 Dan Brook Fixed syntax error in Root.pm & tidied up tests.
2009-11-19 Dan Brook Merge branch 'master' of git://github.com/zts/Gitalist...
2009-11-19 Dan Brook Added simple /rss action.
2009-11-19 Zachary Stevens Merge branch 'action-patches' into patches-intg
2009-11-19 Zachary Stevens Renamed method.
2009-11-19 Zachary Stevens Implement the 'patch' action.
2009-11-18 Dan Brook Merge branch 'aesthetics'
2009-11-18 Dan Brook Add the appropriate header for /atom. aesthetics
2009-11-18 Dan Brook Added a first cut of the /atom action.
2009-11-18 Zachary Stevens Implement 'patch' action.
2009-11-17 Zachary Stevens Added the search_help action.
2009-11-16 Dan Brook Added the blob_plain, blobdiff_plain and commitdiff_pla...
2009-11-12 Zachary Stevens Reorganisation of ::Project.
2009-11-12 Zachary Stevens Rename Object->contents to ->content, and delegate...
2009-11-12 Zachary Stevens Make Project->heads an attribute.
2009-11-12 Dan Brook Fixed bug in tree where a non-sha1 (e.g ref) wasn't...
2009-11-11 Dan Brook Added support for search filter on /index.
2009-11-11 Dan Brook Fixed bug in /summary where repos with < 10 branches...
2009-11-11 Dan Brook Merge branch 'model-reorg'
2009-11-11 Dan Brook Fixed bug in github.com/broquaint/Gitalist/issues#issue/2.
2009-11-11 Tomas Doran Make getting the version of git we're running not imply...
2009-11-10 Zachary Stevens Big cleanup of ::Repo.
2009-11-10 Zachary Stevens Remove the HasUtils role from Repo.
2009-11-09 Tomas Doran Wholesale removal of the old model and compat code
2009-11-08 Tomas Doran Change to the new model
2009-11-08 Tomas Doran Use stashed project to fill description in the stash
2009-11-08 Zachary Stevens Migrated blob to new model, + fixes for some legacy...
2009-11-08 Zachary Stevens Migrated blobdiff to new model. Now works.
2009-11-08 Zachary Stevens Migrate commitdiff action to new model
2009-11-08 Zachary Stevens Migrate search and reflog to new model.
2009-11-08 Zachary Stevens Migrated tree action to new model.
2009-11-08 Zachary Stevens Migrated commit action to new model.
2009-11-08 Zachary Stevens Migrate shortlog to new model.
2009-11-08 Zachary Stevens Stash the Project instance, instead of creating when...
2009-11-08 Zachary Stevens Merge branch 'master' into model-reorg
2009-11-08 Zachary Stevens Convert summary page to new model.
2009-11-07 Zachary Stevens Add some tests for legacy URI compatibility, and fix...
2009-11-07 Zachary Stevens Merge branch 'model-reorg' of git://github.com/bobtfish...
2009-11-07 Zachary Stevens Fix uninitialised value warnings for unconverted actions.
2009-11-07 Tomas Doran Kill warnings
2009-11-07 Tomas Doran Stop blowing up
2009-11-07 Zachary Stevens Converted the 'heads' action to the new model.
2009-11-06 broquaint Fixed a couple of bugs.
2009-11-06 broquaint Further work on sorting out the style and content.
2009-11-06 Tomas Doran Merge and fix some bugs
2009-11-05 Zachary Stevens Index page fixes.
2009-11-04 Zachary Stevens Clean up Root::end action, and properly handle missing...
2009-11-04 Tomas Doran Start conversion to new model
2009-11-04 broquaint Started work on giving Gitalist a distinct look.
2009-11-03 broquaint Fixed links on the /index action and broken times in...
2009-11-02 bobtfish Get the controller ready for changing model - you can...
2009-11-02 broquaint Started on making everything a bit less bleh.
2009-11-02 Tomas Doran Merge
2009-11-02 broquaint Started the switch from hand-written URLs to uri_for.
2009-11-02 broquaint Started on making everything a bit less bleh.
2009-11-01 broquaint A rough cut of the /search action.
2009-11-01 broquaint Started the switch from hand-written URLs to uri_for.
2009-11-01 broquaint Straightened up the model test and corresponding code.
2009-10-29 broquaint Fixed bug where the index action would die because...
2009-10-28 broquaint Fleshed out the /tree action and fixed paging.
2009-10-28 broquaint Fixed links in the wrapper template and added stubs...
2009-10-28 broquaint Sorted out diffs so that diffing against parents, diffi...
2009-10-27 broquaint Added paging to the /shortlog action.
2009-10-27 broquaint First cut at the equivalent of 'a=history'.
2009-10-27 broquaint Added first cut at the /blobdiff action.
2009-10-27 broquaint Made SyntaxHighlight more generic so /commitdiff now...
2009-10-27 broquaint Fixed properties of the Model so one can navigate betwe...
2009-10-26 broquaint Now heads show up in the shortlog and the current head...
2009-10-26 broquaint Gave ownership of URLs to Gitalist proper.
2009-10-25 broquaint Started on making /commitdiff pretty.
2009-10-25 broquaint Added very basic /commitdiff action.
2009-10-25 broquaint Added the /summary, /heads and /log actions.
2009-10-23 broquaint Another freshly added action - /tree.
2009-10-23 broquaint Added first cut of /shortlog action and simplified...
2009-10-23 broquaint Tidied up the /blob action and the commit-nav.tt2 links.
2009-10-23 broquaint Deprecated the GPP Model and merged its sole method...
2009-10-22 broquaint Added POD and tweaked blob action to only syntax highli...
2009-10-22 broquaint The blob action now has simple (but functioning) syntax...
2009-10-07 broquaint Brought back recent Moosey goodness so all should be...
2009-09-28 broquaint Stick commit object in stash for /commit action.
2009-09-20 broquaint Intermediate commit on the way to switching to Git...
next