14 years agoRemove unneeded taggage
Tomas Doran [Fri, 22 Jan 2010 21:28:00 +0000]
Remove unneeded taggage

14 years agoMove feeds template to inc directory
Tomas Doran [Fri, 22 Jan 2010 21:26:51 +0000]
Move feeds template to inc directory

14 years agoOh no it isn't
Tomas Doran [Fri, 22 Jan 2010 21:26:04 +0000]
Oh no it isn't

14 years agoFix the path navigation. All the tests we have for the app now pass
Tomas Doran [Fri, 22 Jan 2010 21:02:56 +0000]
Fix the path navigation. All the tests we have for the app now pass

14 years agoFix uris in search results
Tomas Doran [Fri, 22 Jan 2010 20:45:09 +0000]
Fix uris in search results

14 years agoAdd a server script for the test data as I'm lazy :)
Tomas Doran [Mon, 18 Jan 2010 22:34:35 +0000]
Add a server script for the test data as I'm lazy :)

14 years agoOnly 2 of the pages in the app test now generate invalid links.
Tomas Doran [Thu, 21 Jan 2010 00:41:34 +0000]
Only 2 of the pages in the app test now generate invalid links.

Also memoize the link checking to make the app test much faster
fix various warnings and bad uris
Fix the path_to function to convert every / to %2F.

14 years agoAdd mech testing in from the branch I previously made. 5 of the URIs which we test...
Tomas Doran [Thu, 21 Jan 2010 00:09:17 +0000]
Add mech testing in from the branch I previously made. 5 of the URIs which we test in 01app.t still generate bad links, to fix..

14 years agoFix a load of links, and fix blob/blame/raw/history actions to (semi) work + tests
Tomas Doran [Wed, 20 Jan 2010 23:46:21 +0000]
Fix a load of links, and fix blob/blame/raw/history actions to (semi) work + tests

14 years agoDelete some now unused templates. Bring the history templates back from the dead
Tomas Doran [Wed, 20 Jan 2010 23:21:57 +0000]
Delete some now unused templates. Bring the history templates back from the dead

14 years agoFix up the long log, add more gravatars, fix up links and time stamps and other bits
Tomas Doran [Wed, 20 Jan 2010 23:10:27 +0000]
Fix up the long log, add more gravatars, fix up links and time stamps and other bits

14 years agoAdd gravatars :)
Tomas Doran [Wed, 20 Jan 2010 22:38:12 +0000]
Add gravatars :)

14 years agoFix a warning
Tomas Doran [Wed, 20 Jan 2010 22:19:04 +0000]
Fix a warning

14 years agoFix uris in commit fragments
Tomas Doran [Wed, 20 Jan 2010 21:59:30 +0000]
Fix uris in commit fragments

14 years agoHook prepare_path to mangle the uri to send everything to the legacy controller if...
Tomas Doran [Wed, 20 Jan 2010 21:50:58 +0000]
Hook prepare_path to mangle the uri to send everything to the legacy controller if a=foo. That can then decode the crapola and 301 the user to the appropriate place as generated by uri_for_action

14 years agoSort the tests out..
Tomas Doran [Wed, 20 Jan 2010 21:38:51 +0000]
Sort the tests out..

14 years agoFix reflog and search actions chaining to the right place.
Tomas Doran [Wed, 20 Jan 2010 21:19:48 +0000]
Fix reflog and search actions chaining to the right place.

14 years agoRewrite big chunks of the app test
Tomas Doran [Wed, 20 Jan 2010 21:19:31 +0000]
Rewrite big chunks of the app test

14 years agoBring _log_pager back from the dead to somewhat unfuck log action..
Tomas Doran [Wed, 20 Jan 2010 21:13:42 +0000]
Bring _log_pager back from the dead to somewhat unfuck log action..

14 years agoNot used
Tomas Doran [Wed, 20 Jan 2010 21:07:20 +0000]
Not used

14 years agoNote TODO atom tests
Tomas Doran [Wed, 20 Jan 2010 21:02:12 +0000]
Note TODO atom tests

14 years agoRequire new SubRequest to go with new Catalyst
Tomas Doran [Wed, 20 Jan 2010 20:57:41 +0000]
Require new SubRequest to go with new Catalyst

14 years agoAbstracted kludges a little more.
Dan Brook [Wed, 20 Jan 2010 16:44:22 +0000]
Abstracted kludges a little more.

14 years agoTwo kludges to get Gitalist *running* on Strawberry Perl.
Dan Brook [Wed, 20 Jan 2010 15:13:20 +0000]
Two kludges to get Gitalist *running* on Strawberry Perl.

14 years agoAdd testing to atom, fix RSS links
Tomas Doran [Mon, 18 Jan 2010 23:43:56 +0000]
Add testing to atom, fix RSS links

14 years agoTest RSS page
Tomas Doran [Mon, 18 Jan 2010 23:35:27 +0000]
Test RSS page

14 years agoAdd test for OPML page
Tomas Doran [Mon, 18 Jan 2010 23:29:57 +0000]
Add test for OPML page

14 years agoRemove crap we're no longer using
Tomas Doran [Mon, 18 Jan 2010 23:00:37 +0000]
Remove crap we're no longer using

14 years agoWarning fix
Tomas Doran [Mon, 18 Jan 2010 22:54:21 +0000]
Warning fix

14 years agoStart fixing the tests
Tomas Doran [Mon, 18 Jan 2010 22:53:38 +0000]
Start fixing the tests

14 years agoFix OPML chains
Tomas Doran [Mon, 18 Jan 2010 22:36:15 +0000]
Fix OPML chains

14 years agoAdd a server script for the test data as I'm lazy :)
Tomas Doran [Mon, 18 Jan 2010 22:34:35 +0000]
Add a server script for the test data as I'm lazy :)

14 years agoMove OPML code out of the root controller
Tomas Doran [Mon, 18 Jan 2010 20:22:34 +0000]
Move OPML code out of the root controller

14 years agoblobdiff just appears to be a reimplementation of the diff we already have. Need...
Tomas Doran [Mon, 18 Jan 2010 20:08:24 +0000]
blobdiff just appears to be a reimplementation of the diff we already have. Need to fix diff of commits vs diff of files, but this can die in a fire as its 95% the code I already have

14 years agoHistory is not used in the current interface. If its only for compat then it shouldn...
Tomas Doran [Mon, 18 Jan 2010 20:04:04 +0000]
History is not used in the current interface. If its only for compat then it shouldn't be its own action - we should redirect to 'our thing which does that job'

14 years agoMove search and reflog and patch actions to the right places
Tomas Doran [Mon, 18 Jan 2010 20:00:04 +0000]
Move search and reflog and patch actions to the right places

14 years agoRemove commented out tt
Tomas Doran [Mon, 18 Jan 2010 19:50:48 +0000]
Remove commented out tt

14 years agoRemove
Tomas Doran [Mon, 18 Jan 2010 19:47:11 +0000]
Remove

14 years agoWhitespace and tabs
Tomas Doran [Mon, 18 Jan 2010 02:57:26 +0000]
Whitespace and tabs

14 years agoFix links in tree view to not point at fragments
Tomas Doran [Mon, 18 Jan 2010 02:54:26 +0000]
Fix links in tree view to not point at fragments

14 years agoCleanup and fix favicon
Tomas Doran [Mon, 18 Jan 2010 02:51:31 +0000]
Cleanup and fix favicon

14 years agoRefactor blob, make blob_plain work, move rss/atom and snapshot.
Tomas Doran [Mon, 18 Jan 2010 02:42:03 +0000]
Refactor blob, make blob_plain work, move rss/atom and snapshot.

14 years agoMake filename handling a generic actionrole. Fix more nav uris
Tomas Doran [Mon, 18 Jan 2010 01:49:55 +0000]
Make filename handling a generic actionrole. Fix more nav uris

14 years agoGet blob view working again
Tomas Doran [Mon, 18 Jan 2010 01:23:40 +0000]
Get blob view working again

14 years agoMake the top row of actions generate uris which work again (partially)
Tomas Doran [Mon, 18 Jan 2010 01:09:51 +0000]
Make the top row of actions generate uris which work again (partially)

14 years agoGet blame view working in the new url scheme
Tomas Doran [Mon, 18 Jan 2010 00:53:01 +0000]
Get blame view working in the new url scheme

14 years agoMake the tree fragment work as expected so that you can browse trees again
Tomas Doran [Mon, 18 Jan 2010 00:13:33 +0000]
Make the tree fragment work as expected so that you can browse trees again

14 years agoMake tree browing fragment work again
Tomas Doran [Sun, 17 Jan 2010 23:48:30 +0000]
Make tree browing fragment work again

14 years agoCleanup heads fragment template
Tomas Doran [Sun, 17 Jan 2010 23:48:08 +0000]
Cleanup heads fragment template

14 years agoChop out theoretically dead stuff.
Tomas Doran [Sun, 17 Jan 2010 23:31:42 +0000]
Chop out theoretically dead stuff.

Again, we're losing functionality for some stuff, but I'd rather remove it,
simplify, then put it back later..

14 years agoGit commit kinda sorta working
Tomas Doran [Sun, 17 Jan 2010 23:30:29 +0000]
Git commit kinda sorta working

14 years agoTrivial tidyups.
Tomas Doran [Sun, 17 Jan 2010 23:21:57 +0000]
Trivial tidyups.

Remove dead file
Remove ref in docs

14 years agoGet diff plain and diff fancy working properly
Tomas Doran [Sun, 17 Jan 2010 23:20:40 +0000]
Get diff plain and diff fancy working properly

14 years agoMake diff action work nicely
Tomas Doran [Sun, 17 Jan 2010 23:02:09 +0000]
Make diff action work nicely

14 years agoOops, forgot to add the Subrequest plugin to Makefile.PL
Tomas Doran [Sun, 17 Jan 2010 22:52:49 +0000]
Oops, forgot to add the Subrequest plugin to Makefile.PL

14 years agoInitial templates for diff, nothing displays yet
Tomas Doran [Sun, 17 Jan 2010 22:52:06 +0000]
Initial templates for diff, nothing displays yet

14 years agoHard tabs FOAD
Tomas Doran [Sun, 17 Jan 2010 22:36:31 +0000]
Hard tabs FOAD

14 years agoFixup links in shortlog to to the new locations.
Tomas Doran [Sun, 17 Jan 2010 22:31:42 +0000]
Fixup links in shortlog to to the new locations.

There are currently no templates or code to render them,
but the URIs generate correctly.

14 years agoTemplate cleanups. Move _template to inc/template, remove currently spurious includes...
Tomas Doran [Sun, 17 Jan 2010 22:20:11 +0000]
Template cleanups. Move _template to inc/template, remove currently spurious includes, rename the wrapper page.

14 years agoMake tags appear on the summary page. Remove code from Root controller
Tomas Doran [Sun, 17 Jan 2010 22:04:02 +0000]
Make tags appear on the summary page. Remove code from Root controller

This involves adding a fragment and a page for tags, and also moves the
code for log/shortlog into the fragment rather than forwarding.

Note that we have currently lost all the paging, and also the ability to
(short)?log under a tree. This should come back in another form attached
somewhere else later.

You can see from the fragment shortlog code now that the model interface is
pretty yukky still when you simplify the controller code, but that's fine
right now as it's becoming clearer how to clean stuff in the model up more...

14 years agoMove the Commit code to URIStructure, add templates for tree.
Tomas Doran [Sun, 17 Jan 2010 21:33:14 +0000]
Move the Commit code to URIStructure, add templates for tree.

None of the actual functionality is implemented yet

14 years agoRemove gitweb artifacts
Tomas Doran [Sun, 17 Jan 2010 21:21:45 +0000]
Remove gitweb artifacts

14 years agoAdd FIXME note
Tomas Doran [Sun, 17 Jan 2010 21:18:55 +0000]
Add FIXME note

14 years agoAdd display of the full log
Tomas Doran [Sun, 17 Jan 2010 21:13:26 +0000]
Add display of the full log

14 years agoGet the index page working with the content in a fragment and all the URIs moved
Tomas Doran [Sun, 17 Jan 2010 21:02:08 +0000]
Get the index page working with the content in a fragment and all the URIs moved

14 years agoFuck that shit
Tomas Doran [Sun, 17 Jan 2010 20:29:35 +0000]
Fuck that shit

14 years agoSplit subincludes out into their own /fragment controllers.
Tomas Doran [Sun, 17 Jan 2010 19:59:37 +0000]
Split subincludes out into their own /fragment controllers.

This moves most of the logic round, and adds a role which I called ::URIStructure::XX
as that is what it was conceptually for. However as it seems to have the repos lookup (and as we need to lookup the repos to work out if it exists in the top level for 404) - it's no longer so clean at all..

I think that I'm going to add a ->has_project method to the model which I can
call for the 404 in the wrapped page, then the actual 'get project' logic can
just be in the /fragment code and the conceptual purity of 'URIStructure' is restored somewhat..

14 years agoMake display of heads work
Tomas Doran [Sun, 17 Jan 2010 19:05:41 +0000]
Make display of heads work

14 years agoStart using the subinclude plugin and splitting things up.
Tomas Doran [Sun, 17 Jan 2010 18:58:21 +0000]
Start using the subinclude plugin and splitting things up.

14 years agoAdd more stubs for commits
Tomas Doran [Sun, 17 Jan 2010 18:22:40 +0000]
Add more stubs for commits

14 years agoStart working out a new URI structure - currently just delegating back to the 'normal...
Tomas Doran [Sun, 17 Jan 2010 18:11:47 +0000]
Start working out a new URI structure - currently just delegating back to the 'normal' code..

14 years agoRename the Catalyst model to be in line with everything else. BREAKS CURRENT INSTALLS...
Tomas Doran [Sun, 17 Jan 2010 17:35:09 +0000]
Rename the Catalyst model to be in line with everything else. BREAKS CURRENT INSTALLS AND CONFIGS. YAY.

14 years agoBump required version of GPP
Tomas Doran [Tue, 12 Jan 2010 01:17:18 +0000]
Bump required version of GPP

14 years agoAdd docs to ScriptRole
Tomas Doran [Sun, 10 Jan 2010 22:41:49 +0000]
Add docs to ScriptRole

14 years agoFix if you don't have AuthorRequires or AuthorTests
Tomas Doran [Sat, 9 Jan 2010 19:13:52 +0000]
Fix if you don't have AuthorRequires or AuthorTests

14 years agoMerge branch 'mangle_makefile'
Tomas Doran [Sat, 9 Jan 2010 18:52:10 +0000]
Merge branch 'mangle_makefile'

* mangle_makefile:
  'Fix' this to work like I want it to using the simplest method that could possibly work..
  Mangle Makefile.PL yet again, dropping a trivial author dep, and moaning loudly if you try to build a dist without the env variable set

14 years agoBump versions 0.000005
Tomas Doran [Sat, 9 Jan 2010 15:47:20 +0000]
Bump versions

14 years agoUpdate changelog
Tomas Doran [Sat, 9 Jan 2010 15:46:32 +0000]
Update changelog

14 years agoUse the new version of FCGI, avoiding gross monkeypatching
Tomas Doran [Sat, 9 Jan 2010 15:28:19 +0000]
Use the new version of FCGI, avoiding gross monkeypatching

14 years agoCheck that everything appears to work for both types of repository specification
Tomas Doran [Sun, 27 Dec 2009 18:06:32 +0000]
Check that everything appears to work for both types of repository specification

14 years agoAdd testing for the catalyst model behavior.
Tomas Doran [Sun, 27 Dec 2009 18:00:28 +0000]
Add testing for the catalyst model behavior.

This needs to go further with testing the object returned from test_with_config
does the right thing etc.

14 years agoFix test on older git versions
Tomas Doran [Sun, 27 Dec 2009 17:21:50 +0000]
Fix test on older git versions

14 years agoMerge branch 'master' of ssh://goatse.co.uk/~bobtfish/public_html/Gitalist/
Tomas Doran [Sun, 27 Dec 2009 17:16:08 +0000]
Merge branch 'master' of ssh://goatse.co.uk/~bobtfish/public_html/Gitalist/

* 'master' of ssh://goatse.co.uk/~bobtfish/public_html/Gitalist/:
  Add per line link for previous version of a line in blame.

14 years ago'Fix' this to work like I want it to using the simplest method that could possibly...
Tomas Doran [Sun, 27 Dec 2009 16:58:31 +0000]
'Fix' this to work like I want it to using the simplest method that could possibly work..

14 years agoMangle Makefile.PL yet again, dropping a trivial author dep, and moaning loudly if... mangle_makefile
Tomas Doran [Wed, 23 Dec 2009 03:36:19 +0000]
Mangle Makefile.PL yet again, dropping a trivial author dep, and moaning loudly if you try to build a dist without the env variable set

14 years agoAdd per line link for previous version of a line in blame.
Lian Wan Situ [Tue, 22 Dec 2009 07:38:52 +0000]
Add per line link for previous version of a line in blame.
http://rt.cpan.org/Public/Bug/Display.html?id=52586

14 years agoMerge remote branch 'Khisanth/blame_previous'
Tomas Doran [Tue, 22 Dec 2009 09:28:13 +0000]
Merge remote branch 'Khisanth/blame_previous'

* Khisanth/blame_previous:
  Add per line link for previous version of a line in blame.

14 years agoAdd per line link for previous version of a line in blame.
Lian Wan Situ [Tue, 22 Dec 2009 07:38:52 +0000]
Add per line link for previous version of a line in blame.
http://rt.cpan.org/Public/Bug/Display.html?id=52586

14 years agoFix syntax highlighting CSS link
Tomas Doran [Mon, 21 Dec 2009 23:14:04 +0000]
Fix syntax highlighting CSS link

14 years agoMove stuff behind GITALIST_RELEASE_TESTING env
Tomas Doran [Mon, 21 Dec 2009 20:47:01 +0000]
Move stuff behind GITALIST_RELEASE_TESTING env

14 years agoRelease testing only
Tomas Doran [Mon, 21 Dec 2009 20:42:00 +0000]
Release testing only

14 years agoMerge branch 'master' of git://github.com/bobtfish/Gitalist
Lian Wan Situ [Mon, 21 Dec 2009 19:04:58 +0000]
Merge branch 'master' of git://github.com/bobtfish/Gitalist

14 years agoFixes to get FromListOfDirectories working
Lian Wan Situ [Mon, 21 Dec 2009 19:01:46 +0000]
Fixes to get FromListOfDirectories working

14 years agoFix deps
Tomas Doran [Sun, 20 Dec 2009 00:04:14 +0000]
Fix deps

14 years agoMerge remote branch 'shadowcat/master'
Zachary Stevens [Sat, 19 Dec 2009 15:33:45 +0000]
Merge remote branch 'shadowcat/master'

Conflicts:
Changes

14 years agoChange to start in IPC::Run for RT#52658
Tomas Doran [Sat, 19 Dec 2009 14:35:34 +0000]
Change to start in IPC::Run for RT#52658

14 years agoBump versions, add date
Tomas Doran [Sat, 19 Dec 2009 14:36:19 +0000]
Bump versions, add date

14 years agoMerge branch 'master' of git://github.com/zts/Gitalist
Tomas Doran [Sat, 19 Dec 2009 14:33:50 +0000]
Merge branch 'master' of git://github.com/zts/Gitalist

* 'master' of git://github.com/zts/Gitalist:
  Correct broken modestr tests.

14 years agoUpdate changelog and version. 0.000004
Zachary Stevens [Sat, 19 Dec 2009 13:05:48 +0000]
Update changelog and version.

14 years agoMore Pod
Tomas Doran [Sat, 19 Dec 2009 13:05:52 +0000]
More Pod