log mercurial/hgweb/hgweb_mod.py @ 2580:a20a1bb0c396

age author description
Thu, 29 Jun 2006 15:16:25 +0200 Haakon Riiser diff: add -b/-B options
Sun, 09 Jul 2006 01:30:30 +0200 Benoit Boissinot use __contains__, index or split instead of str.find
Mon, 03 Jul 2006 00:33:19 -0300 Alexis S. L. Carvalho hgweb: fix unbundle.
Fri, 30 Jun 2006 09:50:25 -0700 Eric Hopper Cleanup hgweb and hgwebdir's run method a bit.
Thu, 29 Jun 2006 19:06:18 -0700 Eric Hopper Arrange for old copies of CGI scripts to still work.
Thu, 29 Jun 2006 18:34:26 -0700 Eric Hopper Fix raw files in the web UI.
Tue, 27 Jun 2006 09:33:12 -0700 Eric Hopper Really fix http headers for web UI and issue 254.
Tue, 27 Jun 2006 00:10:41 -0700 Vadim Gelfer merge with wsgi changes.
Tue, 27 Jun 2006 00:09:33 -0700 Eric Hopper This patch make several WSGI related alterations.
Mon, 26 Jun 2006 16:47:24 +0200 Thomas Arendsen Hein Make "[web] allow_push, deny_push" and "[http_proxy] no" use ui.configlist.
Mon, 26 Jun 2006 14:56:14 +0200 Thomas Arendsen Hein Fixed [web] allow_archive for comma separated parameters by using ui.configlist.
Tue, 20 Jun 2006 15:23:01 -0700 Vadim Gelfer push over http: server side authorization support.
Tue, 20 Jun 2006 15:16:50 -0700 Vadim Gelfer push over http: server support.
Thu, 15 Jun 2006 17:07:30 -0700 Vadim Gelfer http: query server for capabilities
Thu, 15 Jun 2006 13:27:57 -0700 Vadim Gelfer hgweb: split "verbs" into methods.