Remove XML::Atom - unused here
[catagits/Gitalist.git] / lib /
2010-05-06 Tomas Doran Remove XML::Atom - unused here
2010-05-06 Tomas Doran Remove unused XML::RSS dep
2010-05-02 Dan Brook Bumping version and updated Changes appropriately.
2010-04-20 Dan Brook Bump version and update Changes. 0.001002
2010-04-15 Dan Brook Updated Changes and bumped version number to something...
2010-04-14 Dan Brook Merge remote branch 'shadowcat/master' into sc
2010-04-14 Dan Brook Fixed bug where C<-T>/C<-B> were being called on strings.
2010-04-10 Dan Brook Bumped version, updated changes.
2010-04-10 Dan Brook Implemented necessary functionality so binary files...
2010-04-09 Dan Brook Fixed src and dst in diff data for files that had been...
2010-04-09 Dagfinn Ilmari Man... Fix pervasive repo_dir -> repos_dir typo
2010-04-02 Dan Brook Bumped version number and fixed tabs. 0.000006_01
2010-04-02 Dan Brook Made an attempt to fix the hardcoded CSS urls.
2010-03-30 Dan Brook Merge remote branch 'github/foxtons_design' into foxton...
2010-03-29 Dan Brook Finished off the last piece of legacy URL support.
2010-03-29 Dan Brook A series of reverts involving win32 related hacks.
2010-03-28 Dan Brook Fix bug where diff didn't distinguish between sha1s...
2010-03-12 Dan Brook Fixed the last few failing tests, in particular the...
2010-03-12 Dan Brook Fixed the last few failing tests, in particular the...
2010-03-06 Dan Brook Provided support for remaining legacy URIs.
2010-03-06 Dan Brook Further win32 related hacks.
2010-03-06 Dan Brook Provided support for remaining legacy URIs.
2010-03-06 Dan Brook Provided support for blobdiff_plain legacy URIs.
2010-03-06 Dan Brook Provided support for blobdiff_plain legacy URIs.
2010-03-06 Dan Brook Provided support for blobdiff legacy URIs.
2010-03-06 Dan Brook Provided support for blobdiff legacy URIs.
2010-03-06 Dan Brook Provided support for blob_plain legacy URIs.
2010-03-06 Dan Brook Provided support for blob_plain legacy URIs.
2010-03-06 Dan Brook Untabify recent changes.
2010-03-06 Dan Brook Untabify recent changes.
2010-03-06 Dan Brook Merge branch 'less_fugly_uris' of github.com:broquaint...
2010-03-06 Dan Brook Provided legacy URI support for the blob action.
2010-03-06 Dan Brook Provided legacy URI support for the blob action.
2010-03-05 Dan Brook Merge branch 'less_fugly_uris' of git://github.com...
2010-03-05 Dan Brook Merge branch 'win32' into tmp
2010-03-05 Dan Brook Fix paging links for /shortlog.
2010-03-03 Dan Brook Fixed test bug and make the plain diffs plainer.
2010-03-01 Dan Brook Fixed the links in the history view.
2010-02-19 Jen 'Seven' Evers... typo in Gitalist.pm and consequently README. I hope...
2010-02-17 Dan Brook First attempt at fixing up the history action.
2010-02-17 Dan Brook Fixed missing diff tree in the commit action.
2010-02-16 Dan Brook Fixed typos picked up by abraxxa.
2010-02-02 Tomas Doran Fix some more legacy uri tests
2010-02-02 Tomas Doran Get a couple of the legacy uri tests working
2010-02-02 Tomas Doran Kinda merge legacy uri thing
2010-01-26 Tomas Doran Mangle RSS and Atom feeds
2010-01-26 Tomas Doran Drop XML::OPML::SimpleGen dep
2010-01-26 Tomas Doran Fix RSS and atom feeds
2010-01-24 Tomas Doran Make the log work for commits and symbolic refs also.
2010-01-24 Tomas Doran Change everything round to be /ref/ instead of /commit...
2010-01-24 Tomas Doran Add log action for commits
2010-01-24 Tomas Doran Be more explicit with commit in paths
2010-01-24 Tomas Doran Make /<sha1>/ also work for /<head of branch>/..
2010-01-23 Dan Brook Merge branch 'master' into win32
2010-01-23 Dan Brook Unnamed repos now have a better unnamed default, thanks...
2010-01-22 Tomas Doran Add root search action, which does nothing right now...
2010-01-21 Tomas Doran Only 2 of the pages in the app test now generate invali...
2010-01-21 Tomas Doran Add mech testing in from the branch I previously made...
2010-01-20 Tomas Doran Fix a load of links, and fix blob/blame/raw/history...
2010-01-20 Tomas Doran Fix up the long log, add more gravatars, fix up links...
2010-01-20 Tomas Doran Add gravatars :)
2010-01-20 Tomas Doran Hook prepare_path to mangle the uri to send everything...
2010-01-20 Tomas Doran Sort the tests out..
2010-01-20 Tomas Doran Fix reflog and search actions chaining to the right...
2010-01-20 Dan Brook Abstracted kludges a little more.
2010-01-20 Dan Brook Two kludges to get Gitalist *running* on Strawberry...
2010-01-18 Tomas Doran Add testing to atom, fix RSS links
2010-01-18 Tomas Doran Remove crap we're no longer using
2010-01-18 Tomas Doran Warning fix
2010-01-18 Tomas Doran Start fixing the tests
2010-01-18 Tomas Doran Fix OPML chains
2010-01-18 Tomas Doran Move OPML code out of the root controller
2010-01-18 Tomas Doran blobdiff just appears to be a reimplementation of the...
2010-01-18 Tomas Doran History is not used in the current interface. If its...
2010-01-18 Tomas Doran Move search and reflog and patch actions to the right...
2010-01-18 Tomas Doran Refactor blob, make blob_plain work, move rss/atom...
2010-01-18 Tomas Doran Make filename handling a generic actionrole. Fix more...
2010-01-18 Tomas Doran Get blob view working again
2010-01-18 Tomas Doran Get blame view working in the new url scheme
2010-01-18 Tomas Doran Make the tree fragment work as expected so that you...
2010-01-17 Tomas Doran Make tree browing fragment work again
2010-01-17 Tomas Doran Chop out theoretically dead stuff.
2010-01-17 Tomas Doran Trivial tidyups.
2010-01-17 Tomas Doran Get diff plain and diff fancy working properly
2010-01-17 Tomas Doran Make diff action work nicely
2010-01-17 Tomas Doran Fixup links in shortlog to to the new locations.
2010-01-17 Tomas Doran Template cleanups. Move _template to inc/template,...
2010-01-17 Tomas Doran Make tags appear on the summary page. Remove code from...
2010-01-17 Tomas Doran Move the Commit code to URIStructure, add templates...
2010-01-17 Tomas Doran Add FIXME note
2010-01-17 Tomas Doran Get the index page working with the content in a fragme...
2010-01-17 Tomas Doran Fuck that shit
2010-01-17 Tomas Doran Split subincludes out into their own /fragment controllers.
2010-01-17 Tomas Doran Make display of heads work
2010-01-17 Tomas Doran Start using the subinclude plugin and splitting things up.
2010-01-17 Tomas Doran Add more stubs for commits
2010-01-17 Tomas Doran Start working out a new URI structure - currently just...
2010-01-17 Tomas Doran Rename the Catalyst model to be in line with everything...
2010-01-10 Tomas Doran Add docs to ScriptRole
2010-01-09 Tomas Doran Bump versions 0.000005
next