Sun, 10 Oct 2010 17:35:28 -0500 |
Matt Mackall |
hgweb: another fix for the help termwidth bug
|
Sun, 10 Oct 2010 10:42:44 -0500 |
Augie Fackler |
hgweb: fix hgweb_mod as well as hgwebdir_mod
|
Sun, 10 Oct 2010 10:07:17 -0500 |
Augie Fackler |
hgwebdir_mod: use fake termwidth to avoid mod_wsgi's wrath
|
Tue, 24 Aug 2010 23:30:51 +0900 |
Yuya Nishihara |
hgweb: handle exception of misconfigured path on index page
stable
|
Wed, 21 Jul 2010 22:22:28 +0200 |
Mads Kiilerich |
hgwebdir: allow pure relative globs in paths
stable
|
Mon, 12 Jul 2010 16:07:58 +0200 |
Christian Fischer |
hgwebdir: use template paths configured in the hgrc (issue2281)
stable
|
Mon, 31 May 2010 12:34:47 -0500 |
Matt Mackall |
Merge with stable
|
Fri, 14 May 2010 12:57:24 -0500 |
Matt Mackall |
hgweb: fix race in refreshing repo list (issue2188)
stable
|
Fri, 14 May 2010 12:57:24 -0500 |
Matt Mackall |
hgweb: fix race in refreshing repo list (issue2188)
|
Sat, 13 Mar 2010 20:02:46 +0100 |
Patrick Mezard |
Merge with crew-stable
|
Thu, 11 Mar 2010 00:28:31 +0900 |
Yuya Nishihara |
hgweb: make code to join url path simpler
stable
|
Thu, 11 Mar 2010 00:28:27 +0900 |
Yuya Nishihara |
hgweb: fix broken URLs of RSS/Atom feeds (issue1772)
stable
|
Thu, 11 Mar 2010 00:25:46 +0900 |
Yuya Nishihara |
hgweb: introduce helper method to update req.env
stable
|
Sat, 06 Mar 2010 12:45:14 +0100 |
Benoit Boissinot |
hgweb: separate generation of entries and sorting (cleanup)
|
Mon, 08 Feb 2010 15:36:34 +0100 |
Benoit Boissinot |
fix coding style (reported by pylint)
|
Mon, 25 Jan 2010 00:05:27 -0600 |
Matt Mackall |
many, many trivial check-code fixups
|
Tue, 19 Jan 2010 22:45:09 -0600 |
Matt Mackall |
Merge with stable
|
Tue, 19 Jan 2010 22:20:08 -0600 |
Matt Mackall |
Update license to GPLv2+
stable
|
Tue, 15 Dec 2009 12:33:04 -0800 |
Brendan Cully |
hgweb: Make get_mtime use repository to find store path.
|
Sun, 22 Nov 2009 11:25:01 +0100 |
Thomas Arendsen Hein |
Do not overwrite motd attribute of hgwebdir instances on refresh.
stable
|
Thu, 12 Nov 2009 16:39:11 +0100 |
Dirkjan Ochtman |
hgweb: don't choke when an inexistent style is requested (issue1901)
|
Thu, 05 Nov 2009 15:06:35 +0100 |
Dirkjan Ochtman |
hgweb: keep original order from hgwebdir config files (issue1535)
|
Thu, 05 Nov 2009 15:01:00 +0100 |
Dirkjan Ochtman |
hgweb: use a tuple-list instead of dictionary for append-only store
|
Wed, 19 Aug 2009 12:47:04 +0200 |
Dirkjan Ochtman |
hgweb: add web.descend configuration variable
|
Wed, 22 Jul 2009 15:26:27 -0700 |
Bryan O'Sullivan |
Fix issue1679: path reconstruction in hgwebdir was mangling things badly
|
Sat, 20 Jun 2009 13:00:25 -0500 |
Matt Mackall |
hgweb: web.encoding should override encoding.encoding (issue1183)
|
Sun, 31 May 2009 01:30:16 +0200 |
Martin Geisler |
wrap string literals in error messages
|
Tue, 26 May 2009 10:16:17 +0200 |
Dirkjan Ochtman |
hgweb: extract config values after reading webdir-config
|
Thu, 21 May 2009 22:41:18 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Thu, 21 May 2009 20:32:45 +0200 |
Patrick Mezard |
hgwebdir: fix [collections] evaluation under Windows
|
Wed, 20 May 2009 16:04:37 +0200 |
Jeremy Whitlock |
hgweb: make hgwebdir handle dict/list paths the same as config paths
|
Thu, 14 May 2009 15:24:36 +0200 |
Peter Arrenbrecht |
indentation cleanup
|
Wed, 13 May 2009 13:30:28 -0700 |
Bryan O'Sullivan |
hgwebdir: refresh configuration periodically
|
Tue, 12 May 2009 12:04:05 +0200 |
Dirkjan Ochtman |
templater: provide the standard template filters by default
|
Tue, 12 May 2009 10:57:55 +0200 |
Dirkjan Ochtman |
hgweb: trust config file passed into hgwebdir
|
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
|