catagits/Gitalist.git
2009-12-03 Zachary Stevens Bump version for first real release. 0.000001
2009-12-02 Zachary Stevens Checking in changes prior to tagging of version 0.00000... 0.000000_02
2009-12-01 Zachary Stevens Merge branch 'master' of git://github.com/bobtfish...
2009-12-01 Tomas Doran Bump to correct version with ::Script support
2009-12-01 Tomas Doran Fix the FCGI issue locally using the new Catalyst scrip...
2009-12-01 Tomas Doran Change to new style scripts
2009-12-01 Zachary Stevens Updated Changes.
2009-11-30 Zachary Stevens Fixed page navigation in history view.
2009-11-30 Zachary Stevens Make history action work as per gitweb. This feels...
2009-11-29 Zachary Stevens Merge branch 'master' of git://github.com/bobtfish...
2009-11-27 Tomas Doran... Frequently asked questions. Or at least questions which...
2009-11-27 Tomas Doran We should have resources in META.yml so that search...
2009-11-25 Zachary Stevens Update ISSUES and add shipit configuration. 0.000000_01
2009-11-25 Zachary Stevens Merge branch 'master' of git://github.com/bobtfish...
2009-11-25 Zachary Stevens Merge branch 'master' of git://github.com/broquaint...
2009-11-25 Tomas Doran Fix MANIFEST.SKIP
2009-11-25 Tomas Doran Ignore built dists
2009-11-25 Tomas Doran Don't need these images as we're not using them
2009-11-25 Tomas Doran Add MANIFEST.SKIP
2009-11-25 Tomas Doran Fix Pod and coverage
2009-11-25 Tomas Doran Turn Pod section into a block comment so it doesn't...
2009-11-25 Tomas Doran Update README
2009-11-25 Tomas Doran Make the version number sane and clean up copyright...
2009-11-25 Tomas Doran Remove gitweb.cgi, this is no longer needed
2009-11-25 Tomas Doran Fix broken tests for patch as file handle
2009-11-25 Tomas Doran Tart up the Makefile.PL a little
2009-11-25 Tomas Doran Merge branch 'master' of git://github.com/broquaint...
2009-11-25 Dan Brook Added /opml action.
2009-11-23 Tomas Doran Certainally need latest dev release
2009-11-23 Tomas Doran Bump deps
2009-11-22 Dan Brook Merge branch 'wtf8' of git://github.com/bobtfish/Gitali...
2009-11-22 Dan Brook Fixed parameter handling for tree ...
2009-11-21 Tomas Doran Do the right thing with encoding output to avoid 'wide...
2009-11-21 Tomas Doran Merge branch 'action-blame' of git://github.com/broquai...
2009-11-21 Dan Brook Fix the path in the /blob & /blame header.
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 Tomas Doran Merge remote branch 'broquaint/action-blame'
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 Sort out to_utf8 usage.
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 Merge branch 'action-snapshot' of github.com:zts/Gitali...
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 Tomas Doran Use anon symbols for safety / reentrancy, no idea if...
2009-11-19 Zachary Stevens Introduce a run_cmd_fh method, to avoid slurping comman...
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 Fix legacy tests - atom action is no longer TODO.
2009-11-19 Zachary Stevens Merge branch 'action-patches' into patches-intg
2009-11-19 Zachary Stevens Rename variables and tidy to (hopefully) improve readab...
2009-11-19 Zachary Stevens Renamed method.
2009-11-19 Zachary Stevens Implement the 'patch' action.
2009-11-18 Dan Brook Test the newly supported /atom 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 Fixed test.
2009-11-18 Zachary Stevens Implement 'patch' action.
2009-11-17 Tomas Doran Merge branch 'master' of git://github.com/zts/Gitalist
2009-11-17 Zachary Stevens Added the search_help action.
2009-11-17 Zachary Stevens Merge branch 'object-types'
2009-11-17 Zachary Stevens Don't bother looking up type - the subclasses know...
2009-11-17 Zachary Stevens Fix commit action.
2009-11-17 Zachary Stevens Move diff method onto Commit object, and tree attribute...
2009-11-17 Zachary Stevens Add ::Tag and ::Tree.
2009-11-16 Dan Brook Added the blob_plain, blobdiff_plain and commitdiff_pla...
2009-11-16 Dan Brook Stripe the tables and semantify the pages.
2009-11-16 Tomas Doran Merge branch 'master' of git://github.com/zts/Gitalist
2009-11-16 Zachary Stevens Add ::Object::Blob.
2009-11-16 Zachary Stevens Clear TODO from blobdiff tests, which is indeed impleme...
2009-11-16 Zachary Stevens Moved additional attributes to :Commit.
2009-11-15 Zachary Stevens Introduce ::Object::Commit.
2009-11-15 Zachary Stevens Marked tests for unimplemented actions as TODO.
2009-11-15 Zachary Stevens Delete tests for the old model, and add a few to the...
2009-11-14 Tomas Doran Merge branch 'master' of git://github.com/zts/Gitalist
2009-11-14 Tomas Doran Merge branch 'master' of git://github.com/broquaint...
2009-11-14 Tomas Doran Add vim swap files to gitignore
2009-11-14 Zachary Stevens Merge branch 'tidy-project'
2009-11-14 Zachary Stevens Project->list_tree implementation becomes an access...
2009-11-14 Zachary Stevens Template fixes - some links only make sense for commit...
2009-11-14 Zachary Stevens Fixed action links in tree output.
2009-11-14 Zachary Stevens Revert change to ->description, as the implementation...
2009-11-14 Zachary Stevens Merge branch 'master' of git://github.com/bobtfish...
2009-11-14 Zachary Stevens Flesh out the testing configuration with expected keys.
2009-11-14 Zachary Stevens Fix regression finding description for an undescribed...
2009-11-14 Zachary Stevens Tidy syntax.
2009-11-14 Zachary Stevens Relocate diff method from ::Project to ::Object.
2009-11-13 Tomas Doran We do actually really want per context instances of...
next