final design tidy up - handing over now
[catagits/Gitalist.git] / lib /
2009-12-13 Zachary Stevens Improved Repo's POD.
2009-12-13 Zachary Stevens Stop ->_build_project reinventing the wheel.
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-09 Tomas Doran Changelog, bump version
2009-12-08 Zachary Stevens Merge branch 'pod-cleanup'
2009-12-07 Tomas Doran Merge remote branch 'broquaint/frontend-tweaks'
2009-12-07 Tomas Doran Merge remote branch 'zts/pod-cleanup'
2009-12-07 Tomas Doran This appears to stop the gitalist on goatse assploading
2009-12-06 Zachary Stevens Added some more POD for the ::Git::Object classes.
2009-12-06 Zachary Stevens Remove unneeded =cut commands, and various other cleanups.
2009-12-06 Zachary Stevens Move all POD below the code, for ::Repo and ::Project.
2009-12-06 Tomas Doran Bump version
2009-12-06 Tomas Doran Add docs about how to configure
2009-12-06 Tomas Doran Make starting gitalist pointed at somewhere settable...
2009-12-06 Tomas Doran Merge remote branch 'zts/master'
2009-12-06 Tomas Doran Small cleanups
2009-12-06 Zachary Stevens Fixes for handling of invalid p param. Don't allow...
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 Tomas Doran Fix the FCGI issue locally using the new Catalyst scrip...
2009-11-30 Zachary Stevens Make history action work as per gitweb. This feels...
2009-11-28 Tomas Doran Merge branch 'new_scripts'
2009-11-28 Tomas Doran Fix the FCGI issue locally using the new Catalyst scrip...
2009-11-27 Tomas Doran (t0m) Frequently asked questions. Or at least questions which...
2009-11-26 Dan Brook Hacked in syntax highlighting to the blame view.
2009-11-26 Dan Brook Dropped the dependence on File::Stat::ModeString which...
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 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 Dan Brook Added /opml action.
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 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 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 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 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 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-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 Zachary Stevens Add ::Object::Blob.
2009-11-16 Zachary Stevens Moved additional attributes to :Commit.
2009-11-15 Zachary Stevens Introduce ::Object::Commit.
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 Revert change to ->description, as the implementation...
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...
2009-11-13 Tomas Doran Remove crap which doesn't work
2009-11-13 Zachary Stevens Change Project->description to use GPP.
2009-11-13 Zachary Stevens Make gpp instance a public attribute.
2009-11-12 Tomas Doran Merge branch 'master' of git://github.com/broquaint...
2009-11-12 Zachary Stevens Merge branch 'model-reorg' into tp-intg
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 Removed unused methods on Project.
2009-11-12 Zachary Stevens Make Project->heads an attribute.
2009-11-12 Zachary Stevens More tidying of ::Project.
2009-11-12 Zachary Stevens Fixed signature for references.
2009-11-12 Zachary Stevens Merge branch 'master' into model-reorg
2009-11-12 Zachary Stevens Merge branch 'master' of git://github.com/broquaint...
2009-11-12 Zachary Stevens Merge branch 'model-reorg' of git://github.com/bobtfish...
2009-11-12 Zachary Stevens Trivial comment change.
2009-11-12 Dan Brook Started to fill out docs and sorted out license info.
2009-11-12 Dan Brook Fixed bug in where branch links were always pointing at
next