log mercurial/hgweb/hgweb_mod.py @ 4468:8af65bc092b0

age author description
Thu, 31 May 2007 20:12:40 -0400 Josef "Jeff" Sipek gitweb: Fixed-up search template
Tue, 29 May 2007 16:42:05 +0200 Thomas Arendsen Hein hgweb: use generator to count parity of horizontal stripes for easier reading.
Tue, 29 May 2007 05:08:01 -0400 Josef "Jeff" Sipek hgweb: manifest: pass parity for the '[up]' link
Mon, 16 Apr 2007 09:52:37 -0500 Matt Mackall Merge with stable
Mon, 16 Apr 2007 09:51:50 -0500 Matt Mackall hgweb: fix rfind bug in PATH_INFO handling
Sun, 15 Apr 2007 18:42:38 -0500 Matt Mackall Merge with stable
Thu, 12 Apr 2007 11:00:21 -0500 Matt Mackall hgweb: make PATH_INFO handling slightly more robust
Sat, 07 Apr 2007 04:45:27 -0300 Alexis S. L. Carvalho Merge with crew-stable.
Thu, 29 Mar 2007 09:32:59 -0500 TK Soh hgweb: expand keyword search to full list of files
Tue, 27 Mar 2007 01:41:25 -0300 Alexis S. L. Carvalho hgweb: don't display heads in gitweb-style summary page
Fri, 16 Mar 2007 17:55:42 -0400 greg hgweb: display named branches in gitweb-style summary page
Tue, 13 Mar 2007 13:17:26 +0100 Christian Ebert hgweb: short hash for tip archive name
Thu, 22 Mar 2007 19:52:38 -0500 Matt Mackall revlog: simplify revlog version handling
Mon, 19 Mar 2007 19:16:35 -0300 Alexis S. L. Carvalho Merge with crew-stable.
Mon, 19 Mar 2007 19:07:35 -0300 Alexis S. L. Carvalho hgweb: break templater -> templater circular reference
Fri, 16 Mar 2007 00:45:18 -0300 Alexis S. L. Carvalho Merge with crew-stable
Fri, 16 Mar 2007 00:22:55 -0300 Alexis S. L. Carvalho hgweb: handle IOErrors and OSErrors during unbundle
Sun, 22 Oct 2006 13:54:43 -0300 Alexis S. L. Carvalho hgweb.unbundle: call req.httphdr only after the last possible call to bail
Thu, 08 Mar 2007 22:36:12 +0100 Michael Gebetsroither hgweb: use the given revision in the name of the archive
Fri, 16 Feb 2007 05:27:37 -0200 Alexis S. L. Carvalho merge with crew-stable
Fri, 16 Feb 2007 05:10:43 -0200 Alexis S. L. Carvalho hgweb: catch util.Abort raised by addchangegroup
Thu, 15 Feb 2007 08:51:32 -0200 Alexis S. L. Carvalho hgweb: allow static files to be served directly by the HTTP server
Tue, 26 Dec 2006 03:17:34 +0100 Benoit Boissinot hgweb: fix unused import
Tue, 26 Dec 2006 03:16:54 +0100 Benoit Boissinot hgweb: use contexts, fix coding style
Tue, 19 Dec 2006 16:40:09 -0800 Brendan Cully Teach hgweb about revlog.LookupError
Thu, 14 Dec 2006 13:49:33 -0800 Brendan Cully Merge with main
Wed, 13 Dec 2006 13:27:09 -0600 Matt Mackall Replace demandload with new demandimport
Thu, 14 Dec 2006 16:07:29 +0100 Thomas Arendsen Hein Set charset encoding for hgwebdir, too.
Sun, 03 Dec 2006 18:47:05 -0600 Matt Mackall hgweb: report detected character set
Fri, 17 Nov 2006 08:06:54 +0100 Thomas Arendsen Hein white space and line break cleanups
Thu, 02 Nov 2006 14:39:08 +0100 Thomas Arendsen Hein Add allowed bundle types as argument to hgweb unbundle capability.
Wed, 01 Nov 2006 19:59:26 -0300 Alexis S. L. Carvalho hgweb: remove debugging print
Wed, 01 Nov 2006 22:06:24 +0100 Benoit Boissinot hgweb: introduce a new capability for sending a compressed bundle
Tue, 31 Oct 2006 18:10:23 -0800 Brendan Cully hgweb: split URLs containing spaces or other escaped characters correctly
Tue, 31 Oct 2006 13:09:43 +0100 Benoit Boissinot hgweb: fix handling of path for old style template
Thu, 26 Oct 2006 19:25:45 +0200 Thomas Arendsen Hein Turn of "Not trusting file" logging when running hgweb and hgwebdir
Thu, 26 Oct 2006 19:25:45 +0200 Alexis S. L. Carvalho use untrusted settings in hgweb
Tue, 24 Oct 2006 13:31:01 -0700 Brendan Cully hgweb: add heads to gitweb summary
Sun, 22 Oct 2006 21:47:37 -0300 Alexis S. L. Carvalho hgweb: make #motd# available for all templates
Thu, 19 Oct 2006 14:16:51 +0200 Benoit Boissinot use xrange instead of range
Wed, 18 Oct 2006 02:08:36 -0500 Matt Mackall httprepo: add support for passing lookup exception data
Sat, 09 Sep 2006 18:25:06 -0700 Eric Hopper Adding changegroupsubset and lookup to web protocol so pull -r and
Mon, 16 Oct 2006 22:44:44 +0200 Thomas Arendsen Hein Explicitly use "tip" in revision navigation.
Mon, 16 Oct 2006 11:36:57 -0700 Brendan Cully Fix test-oldcgi after navbar update
Mon, 16 Oct 2006 11:18:06 -0700 Brendan Cully Fix RSS URLs (closes issue396)
Mon, 16 Oct 2006 11:02:11 -0700 Brendan Cully Convert changenav bar from revisions to hashes (closes issue189)
Mon, 16 Oct 2006 09:53:31 +0200 Thomas Arendsen Hein Fixed page overlap for file revision links in hgweb.
Sun, 15 Oct 2006 23:51:28 -0700 Brendan Cully hgweb: hoist changenav up, and use it in the filelog
Sun, 15 Oct 2006 21:20:15 -0700 Brendan Cully hgweb: link to file parents in filediff, rather than changeset parents
Sun, 15 Oct 2006 18:25:07 -0700 Brendan Cully Back out d8eba1c3ce9b and a004164dbeef
Sun, 15 Oct 2006 17:38:07 -0700 Brendan Cully Make annotate use linkrev instead of rev
Sat, 14 Oct 2006 16:27:51 -0700 Brendan Cully hgweb: add changeset description to file revision page
Sat, 14 Oct 2006 16:20:22 -0700 Brendan Cully hgweb: really fix parent/child rename links
Sat, 14 Oct 2006 16:03:23 -0700 Brendan Cully hgweb: fix parent/child links across renames
Sat, 14 Oct 2006 15:28:45 -0700 Brendan Cully hgweb: add changeset description to annotate page
Fri, 13 Oct 2006 16:34:58 +0200 Benoit Boissinot hgweb: fix path cleaning
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.
Wed, 11 Oct 2006 16:56:41 -0700 Brendan Cully hgweb: trap lookup errors
Wed, 11 Oct 2006 16:50:17 -0700 Brendan Cully Add better error message for bad commands