Cleanup and fix favicon
[catagits/Gitalist.git] / root /
2010-01-18 Tomas Doran Cleanup and fix favicon
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 Make the top row of actions generate uris which work...
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 Cleanup heads fragment template
2010-01-17 Tomas Doran Git commit kinda sorta working
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 Initial templates for diff, nothing displays yet
2010-01-17 Tomas Doran Hard tabs FOAD
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 Remove gitweb artifacts
2010-01-17 Tomas Doran Add display of the full log
2010-01-17 Tomas Doran Get the index page working with the content in a fragme...
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.
2009-12-23 Lian Wan Situ Add per line link for previous version of a line in...
2009-12-22 Tomas Doran Merge remote branch 'Khisanth/blame_previous'
2009-12-22 Lian Wan Situ Add per line link for previous version of a line in...
2009-12-21 Tomas Doran Fix syntax highlighting CSS link
2009-12-19 Zachary Stevens Change other uses of 'project' to 'repository'.
2009-12-19 Zachary Stevens Rename Project to Repository in stash and templates.
2009-12-07 Tomas Doran Update to not repeat the same link everywhere. Fix...
2009-12-07 Tomas Doran Merge remote branch 'broquaint/frontend-tweaks'
2009-11-30 Zachary Stevens Fixed page navigation in history view.
2009-11-30 Zachary Stevens Make history action work as per gitweb. This feels...
2009-11-26 Dan Brook Starting to streamline and generally rejig the layout.
2009-11-26 Dan Brook Hacked in syntax highlighting to the blame view.
2009-11-26 Dan Brook Further tweaks to the blame view.
2009-11-26 Dan Brook Made the blame view a bit more informative.
2009-11-25 Tomas Doran Don't need these images as we're not using them
2009-11-22 Dan Brook Merge branch 'wtf8' of git://github.com/bobtfish/Gitali...
2009-11-22 Dan Brook Fixed parameter handling for tree ...
2009-11-21 Tomas Doran Do the right thing with encoding output to avoid 'wide...
2009-11-21 Dan Brook Fix the path in the /blob & /blame header.
2009-11-21 Dan Brook Made /blob & /blob_plain actions a little more robust.
2009-11-21 Dan Brook Added /project_index action.
2009-11-20 Dan Brook Switch from latin1 chars to the HTML escape char equiva...
2009-11-20 Dan Brook Starting to hook up "orphaned" actions.
2009-11-20 Dan Brook Fleshed out the /blame action a bit more.
2009-11-20 Dan Brook Initial cut at /blame action.
2009-11-20 Dan Brook Added the /tags action.
2009-11-20 Dan Brook Added stubs for further missing actions.
2009-11-20 Dan Brook Moved header & footer logic into the templates.
2009-11-19 Dan Brook Added simple /rss action.
2009-11-18 Dan Brook Merge branch 'aesthetics'
2009-11-17 Zachary Stevens Added the search_help action.
2009-11-16 Dan Brook Added the blob_plain, blobdiff_plain and commitdiff_pla...
2009-11-16 Dan Brook Stripe the tables and semantify the pages.
2009-11-14 Zachary Stevens Template fixes - some links only make sense for commit...
2009-11-14 Zachary Stevens Fixed action links in tree output.
2009-11-12 Zachary Stevens Reorganisation of ::Project.
2009-11-12 Dan Brook Fixed bug in where branch links were always pointing at
2009-11-12 Dan Brook Fixed bug in tree where a non-sha1 (e.g ref) wasn't...
2009-11-11 Dan Brook Fixed bug in /summary where repos with < 10 branches...
2009-11-11 Dan Brook Fixed /tree navigation bug - github.com/broquaint/Gital...
2009-11-11 Dan Brook Fixed bug in github.com/broquaint/Gitalist/issues#issue/2.
2009-11-09 Zachary Stevens Fix tree link in shortlog output.
2009-11-08 Zachary Stevens Migrated commit action to new model.
2009-11-07 Tomas Doran Kill warnings
2009-11-06 broquaint Fixed a couple of bugs.
2009-11-06 broquaint Further work on sorting out the style and content.
2009-11-05 Zachary Stevens Index page fixes.
2009-11-04 broquaint Started work on giving Gitalist a distinct look.
2009-11-03 broquaint Fixed links on the /index action and broken times in...
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 Fix summary links at root
2009-11-02 bobtfish Move all the templates back into the 'root' directory...
2009-11-02 broquaint Started on making everything a bit less bleh.
2009-11-02 broquaint Started on making everything a bit less bleh.
2009-10-28 broquaint Fleshed out the /tree action and fixed paging.
2009-10-27 broquaint Added first cut at the /blobdiff action.
2009-10-27 broquaint Made SyntaxHighlight more generic so /commitdiff now...
2009-10-26 broquaint Now heads show up in the shortlog and the current head...
2009-10-23 broquaint Added first cut of /shortlog action and simplified...
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-22 broquaint Added site.css and started work on the commit-related...
2009-10-22 broquaint The blob action now has simple (but functioning) syntax...
2009-08-26 Dan Brook Changed the dir structure so it looks a bit more distro...