Add Apache specific section to docs.
[catagits/Gitalist.git] / t /
2010-01-18 Tomas Doran Add a server script for the test data as I'm lazy :)
2010-01-17 Tomas Doran Rename the Catalyst model to be in line with everything...
2009-12-27 Tomas Doran Check that everything appears to work for both types...
2009-12-27 Tomas Doran Add testing for the catalyst model behavior.
2009-12-27 Tomas Doran Fix test on older git versions
2009-12-19 Zachary Stevens Correct broken modestr tests.
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-19 Zachary Stevens Rename CollectionOfProjects to CollectionOfRepositories.
2009-12-19 Zachary Stevens Rename ::Project to ::Repository
2009-12-18 Zachary Stevens Merge branch 'project_list'
2009-12-18 Zachary Stevens Rename ::Repo to ::CollectionOfProjects::FromDirectory
2009-12-18 Tomas Doran Nuke warning
2009-12-17 Dagfinn Ilmari Man... Fix notabs test
2009-12-17 Dagfinn Ilmari Man... Decode getpwuid values
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-09 Tomas Doran Warning fix
2009-12-06 Tomas Doran Fix warning 0.000002
2009-12-06 Tomas Doran Fix warning
2009-12-06 Tomas Doran Make starting gitalist pointed at somewhere settable...
2009-12-06 Zachary Stevens Fixes for handling of invalid p param. Don't allow...
2009-12-06 Zachary Stevens Add tests for p param validation.
2009-11-25 Tomas Doran Fix Pod and coverage
2009-11-25 Tomas Doran Fix broken tests for patch as file handle
2009-11-25 Dan Brook Added /opml action.
2009-11-21 Dan Brook Made /blob & /blob_plain actions a little more robust.
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 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 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 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 Zachary Stevens Fixed test.
2009-11-18 Zachary Stevens Implement 'patch' action.
2009-11-17 Zachary Stevens Added the search_help action.
2009-11-17 Zachary Stevens Merge branch 'object-types'
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 Clear TODO from blobdiff tests, which is indeed impleme...
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 Zachary Stevens Flesh out the testing configuration with expected keys.
2009-11-13 Zachary Stevens Make gpp instance a public attribute.
2009-11-12 Zachary Stevens Fixed tests.
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 Add a branch to the test repository.
2009-11-12 Dan Brook Fixed bug in where branch links were always pointing at
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 Fix test
2009-11-11 Tomas Doran Fix test by using accessor, not breaking abstraction
2009-11-10 Zachary Stevens Default ::Object attributes tree_sha1 and comment to...
2009-11-10 Zachary Stevens Big cleanup of ::Repo.
2009-11-09 Tomas Doran Wholesale removal of the old model and compat code
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 search and reflog to new model.
2009-11-08 Zachary Stevens Migrate shortlog to new model.
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 Fixes to tests and Object's builders.
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 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 Make the app testing work by default by pointing it...
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 Zachary Stevens Converted the 'heads' action to the new model.
2009-11-07 Zachary Stevens Gave ::Project methods to return Objects, and several...
2009-11-06 Zachary Stevens Merge branch 'master' into model-reorg
2009-11-06 Zachary Stevens Move new model tests someplace they'll actually get...
2009-11-06 Zachary Stevens Fix Object->size.
2009-11-06 Zachary Stevens Gave Repo a method to return a Project.
2009-11-05 Zachary Stevens Index page fixes.
2009-11-05 Zachary Stevens Updated model_Git.t to reflect current reality.
2009-11-02 Tomas Doran Kill hard tabs, make tests which should be author side...
2009-11-01 Tomas Doran (t0m) That mostly fixes my fail, it being required to start...
2009-11-01 Tomas Doran (t0m) Update to new package name
2009-11-01 Zachary Stevens Make Object aware of its containing repository, and...
2009-11-01 Zachary Stevens cleanups.
2009-11-01 Zachary Stevens Add list_tree method to Project, returning an array of
2009-11-01 Zachary Stevens Added head_hash method to Project, and some test cleanups.
2009-11-01 Zachary Stevens Move nuts and bolts of git access out of the Project...
next