Mon, 11 May 2009 14:19:49 +0200 |
Dirkjan Ochtman |
hgweb: get rid of inaccurate hgwebdir.repos_sorted, localize machinery
|
Mon, 11 May 2009 14:20:18 +0200 |
Alexander Solovyov |
hgwebdir: read --webdir-conf as actual configuration to ui (issue1586)
|
Sun, 26 Apr 2009 01:08:54 +0200 |
Martin Geisler |
updated license to be explicit about GPL version 2
|
Mon, 27 Apr 2009 11:37:30 +0200 |
Dirkjan Ochtman |
hgweb: use new sessionvars code in hgwebdir, too
|
Mon, 27 Apr 2009 11:37:08 +0200 |
Dirkjan Ochtman |
hgweb: some cleanups in hgwebdir, remove double defaults
|
Sun, 26 Apr 2009 16:50:44 -0500 |
Matt Mackall |
replace util.sort with sorted built-in
|
Sun, 26 Apr 2009 16:50:43 -0500 |
Matt Mackall |
hgweb: kill parentui references
|
Sun, 26 Apr 2009 16:50:43 -0500 |
Matt Mackall |
ui: kill most users of parentui name and arg, replace with .copy()
|
Sun, 26 Apr 2009 16:50:43 -0500 |
Matt Mackall |
hgweb: use config.config
|
Thu, 23 Apr 2009 15:40:10 -0500 |
Matt Mackall |
ui: refactor option setting
|
Sat, 04 Apr 2009 17:46:11 +0200 |
Dirkjan Ochtman |
templater: move stylemap function from hgweb to templater
|
Fri, 03 Apr 2009 14:51:48 -0500 |
Matt Mackall |
move encoding bits from util to encoding
|
Mon, 09 Feb 2009 11:29:09 +0100 |
Dirkjan Ochtman |
hgweb: pass ErrorResponses directly into req.respond()
|
Mon, 12 Jan 2009 10:42:31 -0600 |
Matt Mackall |
error: move repo errors
|
Sat, 03 Jan 2009 21:44:15 +0100 |
Dirkjan Ochtman |
hgweb: fix long line lengths introduced in 2dc868712dcc
|
Sat, 03 Jan 2009 01:00:46 +0100 |
Patrick Mezard |
hgwebdir_mod: fix a performance issue with static files
|
Thu, 18 Dec 2008 22:32:48 +0100 |
Benoit Allard |
hgweb: recurse down collections only if ** in [paths]
|
Mon, 01 Dec 2008 14:20:20 +0100 |
Patrick Mezard |
hgweb: extend [paths] syntax to match repositories recursively (issue852)
|
Fri, 21 Nov 2008 15:51:40 -0800 |
Brendan Cully |
templater: return data in increasing chunk sizes
|
Thu, 06 Nov 2008 11:56:01 -0600 |
Matt Mackall |
hgweb: Change default style to paper
|
Fri, 31 Oct 2008 15:28:06 +0100 |
Mark Edgington |
hgweb: support for deny_read/allow_read options
|
Tue, 21 Oct 2008 17:47:49 +0200 |
Martin Geisler |
i18n: import _ instead of gettext
|
Fri, 17 Oct 2008 11:34:31 -0700 |
Brendan Cully |
Allow hgweb to search for templates in more than one path.
|
Sat, 30 Aug 2008 17:13:23 +0200 |
Dirkjan Ochtman |
hgweb: return content iterator instead of using write() callable
|
Sat, 16 Aug 2008 14:46:56 +0200 |
Martin Geisler |
move % out of translatable strings
|
Tue, 19 Aug 2008 18:17:11 +0200 |
Thomas Arendsen Hein |
Do not sort hgwebdir repositories if python list or tuple is given.
|
Wed, 02 Jul 2008 12:27:57 +0200 |
Dirkjan Ochtman |
merge another backout
|
Wed, 02 Jul 2008 12:02:33 +0200 |
Dirkjan Ochtman |
Backed out changeset 4879468fa28f (incorrect Content-Length on Windows)
|
Sun, 29 Jun 2008 22:36:18 +0200 |
Dirkjan Ochtman |
hgweb: return content iterator instead of using write() callable
|
Fri, 27 Jun 2008 18:28:45 -0500 |
Matt Mackall |
util: add sort helper
|
Thu, 03 Apr 2008 13:21:42 +0200 |
Dirkjan Ochtman |
Merge from crew-stable.
|
Thu, 03 Apr 2008 13:14:43 +0200 |
Dirkjan Ochtman |
hgweb: make hgwebdir work in the absence of PATH_INFO
|
Mon, 24 Mar 2008 18:18:39 +0100 |
Dirkjan Ochtman |
Backed out changeset d2bb66a8a435 (temporary template compatibility)
|
Mon, 24 Mar 2008 13:45:01 -0300 |
Alexis S. L. Carvalho |
hgweb: add compatibility code for old templates
|
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
|
Mon, 03 Dec 2007 18:58:18 +0100 |
Dirkjan Ochtman |
hgwebdir: split out templater creation
|
Mon, 03 Dec 2007 18:40:37 +0100 |
Dirkjan Ochtman |
hgwebdir: split out makeindex function, facilitate test failure diagnosis
|
Sun, 02 Dec 2007 19:45:38 +0100 |
Patrick Mezard |
Merge with crew-stable
|
Sun, 02 Dec 2007 19:39:27 +0100 |
Patrick Mezard |
hgwebdir: normalize virtual paths before stripping the separator
|
Sat, 01 Dec 2007 19:19:08 +0100 |
Dirkjan Ochtman |
Use SCRIPT_NAME and PATH_INFO instead of REQUEST_URI. This is required by WSGI (fixes issue846).
|
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.
|