log mercurial/hgweb/hgwebdir_mod.py @ 6357:62980dd86bf6

age author description
Sun, 16 Mar 2008 23:24:53 +0100 Thomas Arendsen Hein Spacing cleanup
Sat, 15 Mar 2008 12:42:34 -0700 Eric Hopper Allow hgwebdir collections to follow symlinks.
Sat, 08 Mar 2008 17:19:18 -0800 Brendan Cully Support web.baseurl in hgwebdir, overriding SCRIPT_NAME
Thu, 06 Mar 2008 22:51:16 +0100 Joel Rosdahl Avoid importing mercurial.node/mercurial.repo stuff from mercurial.hg
Fri, 07 Mar 2008 00:24:36 +0100 Thomas Arendsen Hein Removed trailing spaces from everything except test output
Fri, 08 Feb 2008 15:42:28 +0100 Michele Cella fix to let test-hgwebdir pass
Fri, 01 Feb 2008 10:31:13 +0100 Dirkjan Ochtman hgweb: explicit response status
Thu, 31 Jan 2008 14:44:19 -0600 Matt Mackall templates: move filters to their own module
Tue, 22 Jan 2008 22:13:29 +0100 Michele Cella hgweb: fixes to make hg serve prefix handling more robust
Mon, 28 Jan 2008 16:35:02 +0100 Dirkjan Ochtman hgweb: forgot to centralize the req.write() calls in hgwebdir
Tue, 22 Jan 2008 10:45:55 +0100 Dirkjan Ochtman hgweb: move HTTP content types out of header templates
Sun, 20 Jan 2008 14:39:25 +0100 Christian Ebert Prefer i in d over d.has_key(i)
Tue, 01 Jan 2008 17:07:15 +0100 Thomas Arendsen Hein Don't let ui.username override web.contact (issue900)
Sat, 29 Dec 2007 19:49:48 +0100 Thomas Arendsen Hein Removed tabs and trailing whitespace in python files
Mon, 03 Dec 2007 19:19:12 +0100 Dirkjan Ochtman hgwebdir: refactor inner loop