log templates/map @ 6488:119dff2cd592

age author description
Tue, 26 Feb 2008 22:42:37 +0100 Thomas Arendsen Hein Renamed "manifest" to "files" in web templates.
Fri, 15 Feb 2008 21:34:16 +0100 Thomas Arendsen Hein Make hgweb annotate link to target line numbers (issue623)
Fri, 15 Feb 2008 19:44:54 +0100 Thomas Arendsen Hein merged Edward Lee's line anchors patch
Tue, 04 Sep 2007 22:25:37 -0500 Edward Lee Add line anchors to annotate, changeset, diff, file views for hgweb
Tue, 22 Jan 2008 10:45:55 +0100 Dirkjan Ochtman hgweb: move HTTP content types out of header templates
Fri, 31 Aug 2007 11:18:29 +0200 Thomas Arendsen Hein hgweb: Show date of last change for each file in manifest
Thu, 30 Aug 2007 16:42:17 +0200 Robert Bachmann Added support for the Atom syndication format
Mon, 25 Jun 2007 11:35:14 -0500 Matt Mackall Make shortlog the default page in hgweb
Mon, 16 Oct 2006 11:02:11 -0700 Brendan Cully Convert changenav bar from revisions to hashes (closes issue189)
Sun, 15 Oct 2006 23:51:28 -0700 Brendan Cully hgweb: hoist changenav up, and use it in the filelog
Sat, 14 Oct 2006 16:07:52 -0700 Brendan Cully hgweb: better file rename links
Thu, 12 Oct 2006 17:06:51 +0200 Thomas Arendsen Hein Keep session variables when linking from hgwebdir's index to repositories.
Wed, 11 Oct 2006 22:01:24 +0200 Thomas Arendsen Hein hgweb: Apply the new method of passing session variables to links.
Wed, 11 Oct 2006 20:59:37 +0200 Thomas Arendsen Hein hgweb: Keep session variables (currently only style) in HTML forms, too.
Tue, 10 Oct 2006 00:07:46 -0500 Matt Mackall hgweb: add file sizes to manifest browsing
Thu, 05 Oct 2006 15:04:15 -0700 Brendan Cully Add {getentries} to default style
Wed, 04 Oct 2006 17:04:40 -0700 Brendan Cully Update templates to use NewWebInterface
Fri, 29 Sep 2006 16:26:09 -0700 Brendan Cully hgweb: kill off #filenode#
Fri, 29 Sep 2006 16:26:09 -0700 Brendan Cully hgweb: kill #manifest#
Wed, 27 Sep 2006 12:08:32 -0700 Brendan Cully hgweb: yield filenode as well as node in annotate, use filenode in annotateline
Wed, 27 Sep 2006 09:10:31 -0700 Brendan Cully hgweb: make annotate line revisions point to annotation for that rev
Wed, 27 Sep 2006 09:10:29 -0700 Brendan Cully hgweb: fix annotate bugs
Wed, 26 Jul 2006 20:26:52 -0400 Josef "Jeff" Sipek [hgweb] Shortlog template for default theme
Mon, 01 May 2006 18:38:25 +0200 Thomas Arendsen Hein Make hgwebdir columns sortable.
Mon, 01 May 2006 10:02:17 +0200 Thomas Arendsen Hein Add download links to hgwebdir index page for allowed archive types.
Wed, 26 Apr 2006 07:31:04 +0200 Thomas Arendsen Hein hgweb: Synchronised filelogentry to changelogentry.
Wed, 26 Apr 2006 07:03:10 +0200 Thomas Arendsen Hein Try harder to display node hashes in tags view in monospaced font.
Wed, 26 Apr 2006 06:12:42 +0200 Thomas Arendsen Hein hgweb templates: Don't word wrap "foo bar ago" (e.g. "3 months\nago")
Mon, 27 Feb 2006 09:35:43 -0800 Vadim Gelfer use safer string parser for template engine.
Fri, 03 Feb 2006 12:56:41 +0100 Peter van Dijk remove escaping from decriptions on repo index page