catagits/Gitalist.git
2009-11-06 Tomas Doran Local config overrides don't go in git thanks
2009-11-06 Tomas Doran Ewww, trailing whitespace-- (Yes, I am a nazi about...
2009-11-06 Tomas Doran Deal with empty gecos field correctly
2009-11-06 Tomas Doran Extra strictness in ::Project
2009-11-06 Tomas Doran Change from string to bareword types, and add a Maybe...
2009-11-05 Zachary Stevens Index page fixes.
2009-11-05 Zachary Stevens Updated model_Git.t to reflect current reality.
2009-11-05 Zachary Stevens Project description can be an empty string.
2009-11-04 Zachary Stevens Fix cat_file. (trivial)
2009-11-04 Zachary Stevens Clean up Root::end action, and properly handle missing...
2009-11-04 Tomas Doran Start conversion to new model
2009-11-03 Tomas Doran Merge
2009-11-03 Tomas Doran Fix bugs with commitdiff
2009-11-02 Tomas Doran Fix links by using the nice uri_for properly
2009-11-02 Tomas Doran Fix final bits of stylesheets for not having to be...
2009-11-02 Tomas Doran Kill hard tabs, make tests which should be author side...
2009-11-02 Tomas Doran Mangle spaces
2009-11-02 Tomas Doran Merge zacs branch
2009-11-02 Tomas Doran Fix summary links at root
2009-11-02 bobtfish Move all the templates back into the 'root' directory...
2009-11-02 bobtfish Add new model
2009-11-02 bobtfish Get the controller ready for changing model - you can...
2009-11-02 bobtfish Kill the nasty shit off, this will be passed in
2009-11-02 bobtfish And add .gitignore for a .fcgi script
2009-11-02 Tomas Doran Add missing dep. Tests fail here, we'll have to look...
2009-11-02 broquaint Started on making everything a bit less bleh.
2009-11-02 Tomas Doran Merge
2009-11-02 broquaint Started the switch from hand-written URLs to uri_for.
2009-11-02 bobtfish Turn debug off by default
2009-11-02 bobtfish Get everything actually working with this in place...
2009-11-02 Tomas Doran Pass repo dir correctly
2009-11-02 Tomas Doran Merge branches 'model-reorg' and 'master' of ssh:/...
2009-11-02 bobtfish Unfuck things
2009-11-02 Tomas Doran Fix gitalist.conf
2009-11-02 Tomas Doran Merge
2009-11-02 bobtfish Better error
2009-11-02 bobtfish So that I can have a copy in my public_html
2009-11-02 broquaint Started on making everything a bit less bleh.
2009-11-01 Zachary Stevens only initalise GPP when we have a project.
2009-11-01 Zachary Stevens Merge branch 'model-reorg' of github.com:zts/Gitalist...
2009-11-01 Tomas Doran... That mostly fixes my fail, it being required to start...
2009-11-01 Tomas Doran... Erm, this broke all the tests, but I'm not sure why...
2009-11-01 Tomas Doran... Split into seperate packages
2009-11-01 Tomas Doran... Update to new package name
2009-11-01 Tomas Doran... Moar deps
2009-11-01 Zachary Stevens (trivial) cleanups
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...
2009-11-01 Zachary Stevens Start work splitting out Gitalist::Model::Git into...
2009-11-01 broquaint A rough cut of the /search action.
2009-11-01 Tomas Doran... That mostly fixes my fail, it being required to start...
2009-11-01 Tomas Doran... Erm, this broke all the tests, but I'm not sure why...
2009-11-01 Tomas Doran... Split into seperate packages
2009-11-01 Tomas Doran... Update to new package name
2009-11-01 Tomas Doran... Moar deps
2009-11-01 Zachary Stevens Make Object aware of its containing repository, and...
2009-11-01 broquaint Started the switch from hand-written URLs to uri_for.
2009-11-01 Zachary Stevens cleanups.
2009-11-01 Zachary Stevens Add list_tree method to Project, returning an array of
2009-11-01 broquaint Straightened up the model test and corresponding code.
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...
2009-11-01 Zachary Stevens Start work splitting out Gitalist::Model::Git into...
2009-10-31 Kieren Diment better default location for your repos
2009-10-31 Zachary Stevens Fixed cat_file and a test.
2009-10-29 broquaint Revert to old style gitalist.conf until someone can...
2009-10-29 broquaint Merge branch 'master' of git.shadowcat.co.uk:Gitalist...
2009-10-29 broquaint Fixed bug where the index action would die because...
2009-10-29 broquaint Merge branch 'nice-blob'
2009-10-28 broquaint Fleshed out the /tree action and fixed paging.
2009-10-28 broquaint Fixed links in the wrapper template and added stubs...
2009-10-28 broquaint Sorted out diffs so that diffing against parents, diffi...
2009-10-27 broquaint Added paging to the /shortlog action.
2009-10-27 broquaint Fix /blobdiff link in diff tree.
2009-10-27 broquaint First cut at the equivalent of 'a=history'.
2009-10-27 broquaint Added first cut at the /blobdiff action.
2009-10-27 broquaint Made SyntaxHighlight more generic so /commitdiff now...
2009-10-27 broquaint Switched to using Catalyst::Component::InstancePerConte...
2009-10-27 broquaint Fixed properties of the Model so one can navigate betwe...
2009-10-26 broquaint Now heads show up in the shortlog and the current head...
2009-10-26 broquaint Gave ownership of URLs to Gitalist proper.
2009-10-25 broquaint Started on making /commitdiff pretty.
2009-10-25 broquaint Added very basic /commitdiff action.
2009-10-25 broquaint Added the /summary, /heads and /log actions.
2009-10-23 broquaint Another freshly added action - /tree.
2009-10-23 broquaint Added first cut of /shortlog action and simplified...
2009-10-23 broquaint Added some POD to the Git model and straightened out...
2009-10-23 broquaint Tidied up the /blob action and the commit-nav.tt2 links.
2009-10-23 broquaint Gave the /commit page a diff-tree.
2009-10-23 broquaint Deprecated the GPP Model and merged its sole method...
2009-10-22 broquaint Added site.css and started work on the commit-related...
2009-10-22 broquaint Added POD and tweaked blob action to only syntax highli...
2009-10-22 broquaint The blob action now has simple (but functioning) syntax...
2009-10-07 broquaint Added other recent work + beginnings of commit action...
2009-10-07 broquaint Brought back recent Moosey goodness so all should be...
2009-10-07 broquaint Merge in master changes.
2009-10-05 broquaint Fixed up Moose strictness causing Gitalist to die.
next