log mercurial/hgweb/hgwebdir_mod.py @ 4461:12e4d9524951

age author description
Tue, 29 May 2007 16:42:05 +0200 Thomas Arendsen Hein hgweb: use generator to count parity of horizontal stripes for easier reading.
Mon, 19 Mar 2007 19:16:35 -0300 Alexis S. L. Carvalho Merge with crew-stable.
Mon, 19 Mar 2007 19:07:37 -0300 Alexis S. L. Carvalho hgwebdir: break templater -> templater circular reference
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, 13 Feb 2007 10:25:45 -0200 Alexis S. L. Carvalho merge with crew-stable
Tue, 13 Feb 2007 10:02:07 -0200 Alexis S. L. Carvalho hgwebdir: try to get web.style and web.motd from the ui.config system
Tue, 13 Feb 2007 10:01:44 -0200 Alexis S. L. Carvalho Pass a ui from create_server to hgwebdir and a repo from hgwebdir to hgweb
Tue, 30 Jan 2007 22:07:22 +0100 Michael Gebetsroither hgwebdir: class hgwebdir should also accept a configparser instance
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.
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 hgwebdir
Sun, 22 Oct 2006 21:47:37 -0300 Alexis S. L. Carvalho hgweb: make #motd# available for all templates
Sat, 21 Oct 2006 20:51:24 +0200 Thomas Arendsen Hein Fix "templater object got multiple values for keyword argument 'motd'"
Sat, 21 Oct 2006 20:19:46 +0200 Thomas Arendsen Hein Add #motd# to gitweb pages. Needs to pass self.motd to index template, too.
Mon, 16 Oct 2006 15:38:53 -0300 Alexis S. L. Carvalho Use a case-sensitive version of SafeConfigParser everywhere
Thu, 12 Oct 2006 17:06:51 +0200 Thomas Arendsen Hein Keep session variables when linking from hgwebdir's index to repositories.
Tue, 10 Oct 2006 10:54:22 -0700 Brendan Cully Add base URL to hgwebdir templater (fixes index page when the URL does not have a trailing /)
Fri, 06 Oct 2006 18:28:50 +0200 Thomas Arendsen Hein hgweb: Search templates in templatepath/style/map, too, using a common function.
Wed, 04 Oct 2006 17:04:40 -0700 Brendan Cully hgweb: support for generating and parsing NWI URLs
Wed, 04 Oct 2006 17:04:40 -0700 Brendan Cully Teach hgwebdir about new interface
Sun, 01 Oct 2006 19:26:33 +0200 Thomas Arendsen Hein Whitespace/Tab cleanup
Thu, 21 Sep 2006 21:24:26 +0200 Edouard Gomez Add style support to hgwebdir
Sat, 12 Aug 2006 12:30:02 -0700 Vadim Gelfer update copyrights.
Fri, 30 Jun 2006 09:50:25 -0700 Eric Hopper Cleanup hgweb and hgwebdir's run method a bit.
Fri, 30 Jun 2006 08:47:41 -0700 Eric Hopper Fix hgwebdir to run hgweb using run_wsgi.
Thu, 29 Jun 2006 19:06:18 -0700 Eric Hopper Arrange for old copies of CGI scripts to still work.
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 14:56:14 +0200 Thomas Arendsen Hein Fixed [web] allow_archive for comma separated parameters by using ui.configlist.
Fri, 02 Jun 2006 08:05:01 -0700 Eric Hopper Fixing up comment headers for split up code.
Thu, 01 Jun 2006 09:14:27 -0500 TK Soh hgweb: fix tracebacks on both index and repo pages
Thu, 01 Jun 2006 17:51:40 +0200 Thomas Arendsen Hein Allow comma to separate types in allow_archive, too. Use longer variable name.
Thu, 01 Jun 2006 10:02:24 -0500 TK Soh hgweb: add allow_archive support to [web] section of hgrc
Wed, 31 May 2006 10:42:44 -0700 Eric Hopper Final stage of the hgweb split up. base mercurial/hgweb/__init__.py@ad69b4b3c950