14 years agoBundle a git repository for testing, add the required glue to use it.
Zachary Stevens [Sat, 26 Sep 2009 22:57:59 +0000]
Bundle a git repository for testing, add the required glue to use it.
Note that running the app tests now needs APP_TEST=1 to be set in the environment.

14 years agoAdded missing deps to Makefile.PL
Zachary Stevens [Sat, 26 Sep 2009 21:20:44 +0000]
Added missing deps to Makefile.PL

14 years agoBrought README a little closer to reality rafls-gitweb
Dan Brook [Tue, 8 Sep 2009 14:31:07 +0000]
Brought README a little closer to reality

14 years agoStraightened out some rough edges and added the dodgy templates/gitweb.tt2.
Dan Brook [Tue, 8 Sep 2009 14:08:39 +0000]
Straightened out some rough edges and added the dodgy templates/gitweb.tt2.

14 years agoGot the gitweb part back in working order.
Dan Brook [Tue, 8 Sep 2009 14:02:12 +0000]
Got the gitweb part back in working order.

14 years agoThe list of projects is now in working order, but nothing else.
Dan Brook [Tue, 8 Sep 2009 11:39:33 +0000]
The list of projects is now in working order, but nothing else.

14 years agoFurther WIP of integrating rafl's work into Gitalist and moving gitweb into Catalyst.
Dan Brook [Tue, 8 Sep 2009 10:40:25 +0000]
Further WIP of integrating rafl's work into Gitalist and moving gitweb into Catalyst.

14 years agoWIP of moving the project list to an action.
Dan Brook [Fri, 4 Sep 2009 12:47:13 +0000]
WIP of moving the project list to an action.

14 years agoInitial commit of rafl's Git model
Dan Brook [Fri, 4 Sep 2009 11:14:51 +0000]
Initial commit of rafl's Git model

14 years agoMerge branch 't0m'
Dan Brook [Thu, 3 Sep 2009 09:23:53 +0000]
Merge branch 't0m'

14 years agoUse which to find a full path for git rather than hard coding /usr/bin/
Tomas Doran [Wed, 2 Sep 2009 23:53:27 +0000]
Use which to find a full path for git rather than hard coding /usr/bin/

14 years agoI fail
Tomas Doran [Wed, 2 Sep 2009 23:52:49 +0000]
I fail

14 years agoExpunge mod_perl specific hacks, compiling CGI always is quicker than Catalyst, so...
Tomas Doran [Wed, 2 Sep 2009 23:50:54 +0000]
Expunge mod_perl specific hacks, compiling CGI always is quicker than Catalyst, so fail to care

14 years agoRemove the massive chunk of crud to do application/xhtml+xml detection and replace...
Tomas Doran [Wed, 2 Sep 2009 23:49:33 +0000]
Remove the massive chunk of crud to do application/xhtml+xml detection and replace with 1 line role application in the view :)

14 years ago.gitignore
Tomas Doran [Wed, 2 Sep 2009 23:45:39 +0000]
.gitignore

14 years agoAdd moose and autoclean
Tomas Doran [Wed, 2 Sep 2009 23:44:57 +0000]
Add moose and autoclean

14 years agoTidied up wording in README.
Dan Brook [Wed, 26 Aug 2009 16:04:36 +0000]
Tidied up wording in README.

14 years agoAdded USAGE section to README.
Dan Brook [Wed, 26 Aug 2009 16:00:00 +0000]
Added USAGE section to README.

14 years agoThis commit fixes the handling of URL params. Previously they would server-support
Dan Brook [Wed, 26 Aug 2009 12:05:00 +0000]
This commit fixes the handling of URL params. Previously they would
stick after the first hit and therefore all links would just redisplay
the first hit. Further CGI fixes are probably necessary.

14 years agoChanged the dir structure so it looks a bit more distro-like.
Dan Brook [Wed, 26 Aug 2009 09:25:56 +0000]
Changed the dir structure so it looks a bit more distro-like.

14 years agoAdded gitweb.cgi copyright info. Thanks to chrisa for pointing that out!
Dan Brook [Tue, 25 Aug 2009 17:05:20 +0000]
Added gitweb.cgi copyright info. Thanks to chrisa for pointing that out!
And thanks of course to the fine folk who put together gitweb.cgi!

14 years agoRenormalized gitweb.cgi.
Dan Brook [Tue, 25 Aug 2009 12:12:31 +0000]
Renormalized gitweb.cgi.

14 years agoAdded static files to root for server mode.
Dan Brook [Tue, 25 Aug 2009 12:05:55 +0000]
Added static files to root for server mode.

14 years agoTidy up in preparation for push to github.
Dan Brook [Tue, 25 Aug 2009 12:04:04 +0000]
Tidy up in preparation for push to github.

14 years agoMoved git_print_page_nav() into a separate template.
Dan Brook [Mon, 10 Aug 2009 17:33:48 +0000]
Moved git_print_page_nav() into a separate template.

14 years agoUntangled the header and footer from every action.
Dan Brook [Fri, 7 Aug 2009 16:43:18 +0000]
Untangled the header and footer from every action.

14 years agoStarting to factor out the individual calls to git_{header,footer}_html().
Dan Brook [Thu, 6 Aug 2009 17:00:19 +0000]
Starting to factor out the individual calls to git_{header,footer}_html().
The bug with the heads not being marked correctly seems to have resolved itself.

14 years agoMoved git_html_footer() to the template.
Dan Brook [Thu, 6 Aug 2009 15:39:20 +0000]
Moved git_html_footer() to the template.

14 years agoFinish the slightly ad hoc move of git_html_header() to the template.
Dan Brook [Thu, 6 Aug 2009 12:19:53 +0000]
Finish the slightly ad hoc move of git_html_header() to the template.

14 years agoMoved contents of <head> and page header into template.
Dan Brook [Thu, 6 Aug 2009 11:58:46 +0000]
Moved contents of <head> and page header into template.

14 years agoStarting to move git_header_html output into the template
Dan Brook [Thu, 6 Aug 2009 11:06:37 +0000]
Starting to move git_header_html output into the template

14 years agoStarted the move to TT2.
Dan Brook [Wed, 5 Aug 2009 17:02:05 +0000]
Started the move to TT2.

14 years agoDropped the use of CGI->header in gitweb.cgi.
Dan Brook [Wed, 5 Aug 2009 12:17:45 +0000]
Dropped the use of CGI->header in gitweb.cgi.

14 years agoAdded the Catalyst app Gitalist with gitweb.cgi shim.
Dan Brook [Wed, 5 Aug 2009 09:15:37 +0000]
Added the Catalyst app Gitalist with gitweb.cgi shim.
Further hacking of gitweb.cgi to behave when require()ed.

At this point it roughly works in as far as you get a gitweb interface
(which looks a bit wonky). Not sure what to do with it next, but changing
the print()s in gitweb.cgi to TT would be a good start.

14 years agoMunged gitweb.cgi to be require()able.
Dan Brook [Tue, 4 Aug 2009 16:57:06 +0000]
Munged gitweb.cgi to be require()able.

14 years agoMisc fixes - syntax, correct local config.
Chris Andrews [Mon, 20 Jul 2009 14:49:20 +0000]
Misc fixes - syntax, correct local config.

14 years agoFixed $projectroot path.
Dan Brook [Mon, 20 Jul 2009 14:50:35 +0000]
Fixed $projectroot path.

14 years agoUpdated to git-1.6.3.3 + local "blame" link fix.
Dan Brook [Mon, 20 Jul 2009 14:42:21 +0000]
Updated to git-1.6.3.3 + local "blame" link fix.

14 years agoAnd the favicon
Chris Andrews [Mon, 20 Jul 2009 12:16:40 +0000]
And the favicon

14 years agoInitial import based on gitweb-1.5.5.1-2.el5
Chris Andrews [Mon, 20 Jul 2009 12:12:00 +0000]
Initial import based on gitweb-1.5.5.1-2.el5