Get the index page working with the content in a fragment and all the URIs moved
[catagits/Gitalist.git] / lib / Gitalist / Controller / Root.pm
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 Rename the Catalyst model to be in line with everything...
2009-12-23 Lian Wan Situ Add per line link for previous version of a line in...
2009-12-22 Lian Wan Situ Add per line link for previous version of a line in...
2009-12-19 Zachary Stevens Change other uses of 'project' to 'repository'.
2009-12-19 Zachary Stevens Rename get_project to get_repository
2009-12-19 Zachary Stevens Rename Project to Repository in stash and templates.
2009-12-13 Zachary Stevens Rename ->project to ->get_project.
2009-12-11 Tomas Doran Switch to chained dispatch
2009-12-11 Tomas Doran Shuffle shit round to be neater to my eyes. Move that...
2009-12-07 Tomas Doran Merge remote branch 'broquaint/frontend-tweaks'
2009-12-06 Zachary Stevens Fixes for handling of invalid p param. Don't allow...
2009-11-30 Zachary Stevens Make history action work as per gitweb. This feels...
2009-11-26 Dan Brook Hacked in syntax highlighting to the blame view.
2009-11-25 Tomas Doran Fix Pod and coverage
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.
next