catagits/Gitalist.git
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 Zachary Stevens Fixed cat_file and a test.
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.
2009-09-29 Zachary Stevens Integrated repo and further tests from rafl's catalysed...
2009-09-28 broquaint Stick commit object in stash for /commit action.
2009-09-27 Tomas Doran Throw a bit more Moose around, and copy config to model...
2009-09-27 Zachary Stevens Disable tests for the 'working' repo type.
2009-09-27 Zachary Stevens Add a dummy file so that the empty repo dir shows up.
2009-09-27 Zachary Stevens Fix list_projects() to properly handle bare repositories.
2009-09-27 Zachary Stevens Add additional content to test repo dir (bare repo...
2009-09-26 Zachary Stevens Bundle a git repository for testing, add the required...
2009-09-26 Zachary Stevens Added missing deps to Makefile.PL
2009-09-20 broquaint Intermediate commit on the way to switching to Git...
2009-09-18 broquaint Fleshed out reflog action.
2009-09-18 broquaint Added a simple-to-the-point-of-useless reflog action...
2009-09-18 broquaint Added very basic blob action.
2009-09-08 Dan Brook Brought README a little closer to reality rafls-gitweb
2009-09-08 Dan Brook Straightened out some rough edges and added the dodgy...
2009-09-08 Dan Brook Got the gitweb part back in working order.
2009-09-08 Dan Brook The list of projects is now in working order, but nothi...
2009-09-08 Dan Brook Further WIP of integrating rafl's work into Gitalist...
2009-09-04 Dan Brook WIP of moving the project list to an action.
2009-09-04 Dan Brook Initial commit of rafl's Git model
2009-09-03 Dan Brook Merge branch 't0m'
2009-09-02 Tomas Doran Use which to find a full path for git rather than hard...
2009-09-02 Tomas Doran I fail
2009-09-02 Tomas Doran Expunge mod_perl specific hacks, compiling CGI always...
2009-09-02 Tomas Doran Remove the massive chunk of crud to do application...
2009-09-02 Tomas Doran .gitignore
2009-09-02 Tomas Doran Add moose and autoclean
2009-08-26 Dan Brook Tidied up wording in README.
2009-08-26 Dan Brook Added USAGE section to README.
2009-08-26 Dan Brook This commit fixes the handling of URL params. Previousl... server-support
2009-08-26 Dan Brook Changed the dir structure so it looks a bit more distro...
2009-08-25 Dan Brook Added gitweb.cgi copyright info. Thanks to chrisa for...
2009-08-25 Dan Brook Renormalized gitweb.cgi.
2009-08-25 Dan Brook Added static files to root for server mode.
2009-08-25 Dan Brook Tidy up in preparation for push to github.
2009-08-10 Dan Brook Moved git_print_page_nav() into a separate template.
2009-08-07 Dan Brook Untangled the header and footer from every action.
2009-08-06 Dan Brook Starting to factor out the individual calls to git_...
2009-08-06 Dan Brook Moved git_html_footer() to the template.
2009-08-06 Dan Brook Finish the slightly ad hoc move of git_html_header...
2009-08-06 Dan Brook Moved contents of <head> and page header into template.
2009-08-06 Dan Brook Starting to move git_header_html output into the template
2009-08-05 Dan Brook Started the move to TT2.
2009-08-05 Dan Brook Dropped the use of CGI->header in gitweb.cgi.
2009-08-05 Dan Brook Added the Catalyst app Gitalist with gitweb.cgi shim.
2009-08-04 Dan Brook Munged gitweb.cgi to be require()able.
2009-07-20 Chris Andrews Misc fixes - syntax, correct local config.
2009-07-20 Dan Brook Fixed $projectroot path.
2009-07-20 Dan Brook Updated to git-1.6.3.3 + local "blame" link fix.
2009-07-20 Chris Andrews And the favicon
2009-07-20 Chris Andrews Initial import based on gitweb-1.5.5.1-2.el5