Expose serialization via JSON.
[catagits/Gitalist.git] / lib / Gitalist / Controller / Root.pm
2011-05-23 Dan Brook Expose serialization via JSON.
2011-03-06 Dan Brook Add CONFIGURATION section to Gitalist POD.
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 Tomas Doran Add RESTful Content-Type bits to the root controller...
2010-06-29 Dan Brook Revert "Merge remote branch 't0m/json' into json"
2010-06-19 Dan Brook Fixed failing Content-Type tests.
2010-06-19 Tomas Doran Add RESTful Content-Type bits to the root controller...
2010-04-02 Dan Brook Made an attempt to fix the hardcoded CSS urls.
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 Add gravatars :)
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 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 tags appear on the summary page. Remove code from...
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
next