catagits/Gitalist.git
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-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 Zachary Stevens Clear TODO from blobdiff tests, which is indeed impleme...
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 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...
2009-11-13 Tomas Doran Fix .gitignore
2009-11-13 Tomas Doran Remove crap which doesn't work
2009-11-13 Tomas Doran Make primary author and license info be correct in...
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/zts/Gitalist
2009-11-12 Tomas Doran Merge branch 'master' of git://github.com/broquaint...
2009-11-12 Zachary Stevens Fixed tests.
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 Add a branch to the test repository.
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
2009-11-12 Dan Brook Fixed bug in tree where a non-sha1 (e.g ref) wasn't...
2009-11-11 Tomas Doran Some small cleanups in project. Remove a couple of...
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 /tree navigation bug - github.com/broquaint/Gital...
2009-11-11 Dan Brook Fixed bug in github.com/broquaint/Gitalist/issues#issue/2.
2009-11-11 Zachary Stevens Minor POD changes.
2009-11-11 Zachary Stevens ::Project cleaning part 2.
2009-11-11 Zachary Stevens Merge branch 'model-reorg' of git://github.com/bobtfish...
2009-11-11 Zachary Stevens Part 1 cleanup of ::Project.
2009-11-11 Tomas Doran Make getting the version of git we're running not imply...
2009-11-11 Tomas Doran Fix test
2009-11-11 Tomas Doran Fix test by using accessor, not breaking abstraction
2009-11-11 Tomas Doran Don't always build all projects, this can hurt performance
2009-11-11 Tomas Doran Trivial doc fix
2009-11-10 Zachary Stevens Default ::Object attributes tree_sha1 and comment to...
2009-11-10 Zachary Stevens Stop Project->diff() blowing up when no parent is speci...
2009-11-10 Zachary Stevens Big cleanup of ::Repo.
2009-11-10 Zachary Stevens Remove the HasUtils role from Repo.
2009-11-09 Zachary Stevens Fix tree link in shortlog output.
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 Add a HasUtils role, so that ::Repo can have utils...
2009-11-08 Tomas Doran Use stashed project to fill description in the stash
2009-11-08 Tomas Doran Use the stashed project object for uri generation rathe...
2009-11-08 Tomas Doran Merge branch 'model-reorg' of git://github.com/zts...
2009-11-08 Tomas Doran Show deprecated methods
2009-11-08 Zachary Stevens Merge branch 'master' into mr-intg
2009-11-08 Zachary Stevens Reverting broken change to ::Project::diff.
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 Add a test for the blobdiff action.
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 Make app tests less noisy.
2009-11-08 Zachary Stevens Comprehensive legacy URI tests from spidering gitweb...
2009-11-08 Zachary Stevens Merge branch 'master' into model-reorg
2009-11-08 Zachary Stevens Convert summary page to new model.
2009-11-08 Zachary Stevens Fixes to tests and Object's builders.
2009-11-07 Tomas Doran Also fix repo
2009-11-07 Tomas Doran Fix test
2009-11-07 Zachary Stevens Add some tests for legacy URI compatibility, and fix...
2009-11-07 Tomas Doran Refactor somewhat
2009-11-07 Tomas Doran Merge and cleanup
2009-11-07 Tomas Doran And add another failing test - we should 404 if the...
2009-11-07 Tomas Doran Summary fails on empty repositories, failing test..
2009-11-07 Tomas Doran Remove unused and confusing config setting
2009-11-07 Tomas Doran Make the app testing work by default by pointing it...
2009-11-07 Tomas Doran README from Pod please
2009-11-07 Tomas Doran Use accessors
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 Zachary Stevens Merge branch 'master' into model-reorg
2009-11-07 Zachary Stevens Add a few URI tests against the test repository.
2009-11-07 Tomas Doran Kill warnings
next