mercurial/hgweb/hgwebdir_mod.py
Fri, 30 Nov 2007 18:23:18 +0100 Dirkjan Ochtman Less indirection in the WSGI web interface. This simplifies some code, and makes it more compliant with WSGI.
Wed, 28 Nov 2007 08:38:42 -0800 Bryan O'Sullivan hgweb: return meaningful HTTP status codes instead of nonsense
Mon, 24 Sep 2007 19:14:18 -0300 Alexis S. L. Carvalho Merge with crew-stable
Mon, 24 Sep 2007 19:00:11 -0300 Alexis S. L. Carvalho hgwebdir: ignore hgrc parse errors while building the index page
Fri, 07 Sep 2007 17:54:38 +0200 Thomas Arendsen Hein merge with crew-stable
Fri, 07 Sep 2007 17:38:52 +0200 Dirkjan Ochtman Prevent WSGI apps from touching sys.stdin by setting ui.interactive to False.
Sat, 18 Aug 2007 11:37:08 +0200 Thomas Arendsen Hein Enable demandimport only in scripts, not in importable modules (issue605)
Mon, 06 Aug 2007 01:00:10 -0300 Alexis S. L. Carvalho merge with crew-stable
Sun, 05 Aug 2007 22:36:39 -0300 Alexis S. L. Carvalho hgwebdir: change os.sep in the name of repos to "/"
Sat, 21 Jul 2007 10:30:51 +0200 Thomas Arendsen Hein removed trailing whitespace
Sat, 07 Jul 2007 21:55:56 -0700 Brendan Cully hgwebdir: check for repo foo before browsing subdirectories of foo/
Sat, 07 Jul 2007 15:09:08 -0700 Brendan Cully hgweb: browse subdirectories before checking whether parent directory is also a repository
Fri, 06 Jul 2007 10:11:48 -0700 Brendan Cully Last change broke new-style URLs
Fri, 06 Jul 2007 09:15:17 -0700 Brendan Cully hgwebdir: do not walk up the given path looking for a repository. It is there or it isn't.
Thu, 05 Jul 2007 19:56:16 -0700 Brendan Cully hgwebdir: show only trailing part of path when browsing subdirectories
Thu, 05 Jul 2007 19:44:06 -0700 Brendan Cully hgweb: let hgwebdir browse subdirectories
Mon, 25 Jun 2007 14:46:20 +0200 Markus F.X.J. Oberhumer Add option "hidden" to hgwebdir.
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 15:55:46 -0600 Matt Mackall Merge with crew
Thu, 14 Dec 2006 16:07:29 +0100 Thomas Arendsen Hein Set charset encoding for hgwebdir, too.
Wed, 13 Dec 2006 13:27:09 -0600 Matt Mackall Replace demandload with new demandimport
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.
less more (0) tip