Thu, 15 Feb 2018 17:18:26 +0100 |
Boris Feld |
util: extract all date-related utils in utils/dateutil module
|
file |
diff |
annotate
|
Thu, 05 Oct 2017 14:48:52 -0400 |
Augie Fackler |
hgweb: use native strings consistently for querystring parsing
|
file |
diff |
annotate
|
Thu, 05 Oct 2017 14:48:31 -0400 |
Augie Fackler |
hgweb: rewrite two X or Y and Z ad-hoc ternaries with Y if X else Z
|
file |
diff |
annotate
|
Wed, 11 Oct 2017 04:16:17 +0200 |
Boris Feld |
configitems: register the 'web.logourl' config
|
file |
diff |
annotate
|
Wed, 11 Oct 2017 04:16:05 +0200 |
Boris Feld |
configitems: register the 'web.logoimg' config
|
file |
diff |
annotate
|
Wed, 11 Oct 2017 03:36:44 +0200 |
Boris Feld |
configitems: register the 'web.motd' config
|
file |
diff |
annotate
|
Thu, 05 Oct 2017 14:29:13 -0400 |
Augie Fackler |
hgweb: extract function for loading style from request context
|
file |
diff |
annotate
|
Fri, 29 Sep 2017 15:48:34 +0000 |
Alex Gaynor |
style: never use a space before a colon or comma
|
file |
diff |
annotate
|
Wed, 27 Sep 2017 19:04:32 +0900 |
Yuya Nishihara |
py3: remove use of str() in hgwebdir
|
file |
diff |
annotate
|
Mon, 18 Sep 2017 14:12:20 -0500 |
Kevin Bullock |
merge with stable
|
file |
diff |
annotate
|
Fri, 15 Sep 2017 18:57:50 +0200 |
Boris Feld |
hgwebdir: read 'web.template' untrusted
|
file |
diff |
annotate
|
Fri, 30 Jun 2017 03:45:53 +0200 |
Boris Feld |
configitems: register the 'web.templates' config
|
file |
diff |
annotate
|
Fri, 30 Jun 2017 03:45:52 +0200 |
Boris Feld |
configitems: register the 'web.style' config
|
file |
diff |
annotate
|
Fri, 30 Jun 2017 03:45:51 +0200 |
Boris Feld |
configitems: register the 'web.stripes' config
|
file |
diff |
annotate
|
Fri, 30 Jun 2017 03:45:50 +0200 |
Boris Feld |
configitems: register the 'web.refreshinterval' config
|
file |
diff |
annotate
|
Fri, 30 Jun 2017 03:45:49 +0200 |
Boris Feld |
configitems: register the 'web.prefix' config
|
file |
diff |
annotate
|
Fri, 30 Jun 2017 03:45:44 +0200 |
Boris Feld |
configitems: register the 'web.encoding' config
|
file |
diff |
annotate
|
Fri, 30 Jun 2017 03:45:43 +0200 |
Boris Feld |
configitems: register the 'web.description' config
|
file |
diff |
annotate
|
Fri, 30 Jun 2017 03:45:42 +0200 |
Boris Feld |
configitems: register the 'web.descend' config
|
file |
diff |
annotate
|
Fri, 30 Jun 2017 03:45:38 +0200 |
Boris Feld |
configitems: register the 'web.collapse' config
|
file |
diff |
annotate
|
Fri, 15 Sep 2017 19:21:08 +0200 |
Boris Feld |
web: use '_unset' default value for proxy config method
|
file |
diff |
annotate
|
Fri, 15 Sep 2017 18:57:50 +0200 |
Boris Feld |
hgwebdir: read 'web.template' untrusted
stable
|
file |
diff |
annotate
|
Sun, 03 Sep 2017 14:32:11 +0900 |
Yuya Nishihara |
doctest: bulk-replace string literals with b'' for Python 3
|
file |
diff |
annotate
|
Tue, 22 Aug 2017 20:03:07 -0400 |
Augie Fackler |
python3: wrap all uses of <exception>.strerror with strtolocal
|
file |
diff |
annotate
|
Mon, 03 Jul 2017 13:04:35 +0200 |
David Demelier |
hgweb: use ui._unset to prevent a warning in configitems
|
file |
diff |
annotate
|
Fri, 09 Jun 2017 12:29:29 +0100 |
Pierre-Yves David |
profile: drop maybeprofile
|
file |
diff |
annotate
|
Fri, 31 Mar 2017 23:00:41 -0400 |
Matt Harbison |
hgwebdir: allow a repository to be hosted at "/"
|
file |
diff |
annotate
|
Sun, 05 Mar 2017 22:22:32 -0500 |
Matt Harbison |
hgwebdir: add support for explicit index files
|
file |
diff |
annotate
|
Tue, 10 Jan 2017 23:37:08 -0800 |
Gregory Szorc |
hgweb: support Content Security Policy
|
file |
diff |
annotate
|
Tue, 10 Jan 2017 23:41:58 +0800 |
Anton Shestakov |
hgweb: use archivespecs for links on repo index page too
|
file |
diff |
annotate
|
Sun, 18 Dec 2016 01:54:36 +0530 |
Pulkit Goyal |
py3: replace os.environ with encoding.environ (part 3 of 5)
|
file |
diff |
annotate
|
Sat, 22 Oct 2016 14:35:10 +0900 |
Yuya Nishihara |
ui: factor out ui.load() to create a ui without loading configs (API)
|
file |
diff |
annotate
|
Sun, 14 Aug 2016 18:37:24 -0700 |
Gregory Szorc |
hgweb: profile HTTP requests
|
file |
diff |
annotate
|
Sun, 14 Aug 2016 16:03:30 -0700 |
Gregory Szorc |
hgweb: abstract call to hgwebdir wsgi function
|
file |
diff |
annotate
|
Thu, 30 Jun 2016 18:59:53 -0700 |
Gregory Szorc |
hgweb: expose list of per-repo labels to templates
|
file |
diff |
annotate
|
Sun, 03 Apr 2016 23:26:48 +0900 |
Yuya Nishihara |
templater: separate function to create templater from map file (API)
|
file |
diff |
annotate
|
Sat, 31 Oct 2015 22:07:40 +0900 |
Yuya Nishihara |
hgweb: use absolute_import
|
file |
diff |
annotate
|
Sun, 01 Nov 2015 15:09:35 +0900 |
Yuya Nishihara |
hgweb: import wsgicgi at top level
|
file |
diff |
annotate
|
Sun, 01 Nov 2015 14:23:23 +0900 |
Yuya Nishihara |
hgweb: do not import hgweb_mod.hgweb and .makebreadcrumb as symbol
|
file |
diff |
annotate
|
Sun, 01 Nov 2015 13:58:32 +0900 |
Yuya Nishihara |
hgweb: alias ui module as uimod
|
file |
diff |
annotate
|
Thu, 08 Oct 2015 12:55:45 -0700 |
Pierre-Yves David |
error: get Abort from 'error' instead of 'util'
|
file |
diff |
annotate
|
Wed, 30 Sep 2015 15:43:49 -0500 |
Matt Mackall |
urls: bulk-change primary website URLs
|
file |
diff |
annotate
|
Sat, 22 Aug 2015 13:58:59 -0700 |
Gregory Szorc |
hgweb: add some documentation
|
file |
diff |
annotate
|
Sat, 22 Aug 2015 22:59:51 -0700 |
Gregory Szorc |
hgweb: make refresh interval configurable
|
file |
diff |
annotate
|
Tue, 23 Jun 2015 22:20:08 -0700 |
Gregory Szorc |
global: mass rewrite to use modern exception syntax
|
file |
diff |
annotate
|
Sun, 07 Jun 2015 17:14:17 -0700 |
Pierre-Yves David |
hgewb: disable progress when serving (issue4582)
|
file |
diff |
annotate
|
Thu, 04 Jun 2015 17:51:19 -0500 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Mon, 01 Jun 2015 18:06:20 -0400 |
Matt Harbison |
hgwebdir: don't allow the hidden parent of a subrepo to show as a directory
stable
|
file |
diff |
annotate
|
Tue, 02 Jun 2015 13:24:39 -0500 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Mon, 01 Jun 2015 14:42:55 -0400 |
Matt Harbison |
hgwebdir: avoid redundant repo and directory entries when 'web.name' is set
stable
|
file |
diff |
annotate
|
Fri, 15 May 2015 09:56:27 -0500 |
Matt Mackall |
hgweb: use try/except/finally
|
file |
diff |
annotate
|
Sun, 28 Sep 2014 16:57:37 +0200 |
Mads Kiilerich |
templater: introduce templatepaths for getting paths searched for templates
|
file |
diff |
annotate
|
Sun, 10 Aug 2014 13:53:36 -0500 |
Matt Mackall |
hgweb: avoid config object race with hgwebdir (issue4326)
stable
|
file |
diff |
annotate
|
Wed, 19 Mar 2014 02:45:14 +0100 |
Mads Kiilerich |
config: set a 'source' in most cases where config don't come from file but code
|
file |
diff |
annotate
|
Wed, 12 Mar 2014 13:15:37 -0400 |
Augie Fackler |
hgwebdir_mod: move from dict() construction to {} literals
|
file |
diff |
annotate
|
Thu, 27 Feb 2014 00:24:06 +0100 |
Paul Boddie |
hgweb: ensure isdirectory is None for repositories, replacing any True value
stable
|
file |
diff |
annotate
|
Wed, 08 Jan 2014 00:35:03 +0900 |
Takumi IINO |
hgweb: avoid invalid infinity scroll request when overwritten web.style
|
file |
diff |
annotate
|
Wed, 24 Jul 2013 03:20:26 +0400 |
Alexander Plavin |
hgweb: remove now unnecessary explicit header() and footer()
|
file |
diff |
annotate
|
Mon, 15 Apr 2013 18:57:04 -0300 |
Wagner Bruna |
hgweb: refactor checks for granting and revoking user permissions
|
file |
diff |
annotate
|
Sun, 10 Feb 2013 18:24:29 +0100 |
Mads Kiilerich |
hgweb: simplify internal staticfile return codes
|
file |
diff |
annotate
|
Thu, 31 Jan 2013 22:36:22 +0100 |
Angel Ezquerra |
hgwebdir: use web.prefix when creating url breadcrumbs (issue3790)
stable
|
file |
diff |
annotate
|
Wed, 28 Nov 2012 20:21:26 +0100 |
Angel Ezquerra |
hgweb: add a "URL breadcrumb" to the index and repository pages
|
file |
diff |
annotate
|
Wed, 02 Jan 2013 00:24:28 -0600 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Sat, 22 Dec 2012 18:11:51 -0600 |
Matt Mackall |
hgwebdir: honor web.templates and web.static for static files (issue3734)
stable
|
file |
diff |
annotate
|
Tue, 27 Nov 2012 22:24:02 +0100 |
Angel Ezquerra |
hgwebdir: do not show RSS and Atom links for plain directories
|
file |
diff |
annotate
|
Thu, 26 Jul 2012 21:29:39 +0200 |
Angel Ezquerra |
hgwebdir: make collapsed folders easier to distinguish from repositories
|
file |
diff |
annotate
|
Thu, 21 Jun 2012 12:50:15 +0200 |
Mads Kiilerich |
help: improve hgweb help
|
file |
diff |
annotate
|
Sun, 20 May 2012 14:37:22 -0500 |
Matt Mackall |
hgweb: use ui.nontty to disable all cooked I/O
|
file |
diff |
annotate
|
Sat, 18 Feb 2012 20:10:19 +0100 |
Paul Boddie |
hgweb: support multi-level repository indexes by enabling descend and collapse
|
file |
diff |
annotate
|
Mon, 01 Aug 2011 14:53:10 -0500 |
Matt Mackall |
hgweb: extract the path logic from updatereqenv and add doctests
|
file |
diff |
annotate
|
Mon, 01 Aug 2011 14:52:11 -0500 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Mon, 01 Aug 2011 09:48:10 +0200 |
wujek |
hgweb: handle 'baseurl' configurations with leading slash (issue2934)
stable
|
file |
diff |
annotate
|
Thu, 21 Jul 2011 15:10:16 +0200 |
Angel Ezquerra |
hgweb: add a "web/logoimg" setting to customize the web logo image
|
file |
diff |
annotate
|
Sat, 30 Apr 2011 09:43:20 -0700 |
Brodie Rao |
url: move URL parsing functions into util to improve startup time
|
file |
diff |
annotate
|
Thu, 21 Apr 2011 16:06:19 +0200 |
Adrian Buehlmann |
move walkrepos from util to scmutil
|
file |
diff |
annotate
|
Tue, 19 Apr 2011 23:37:06 -0400 |
Steven Stallion |
hgweb: support alternate logo url
|
file |
diff |
annotate
|
Wed, 30 Mar 2011 20:01:46 -0700 |
Brodie Rao |
hgweb: use url.url when setting CGI environment variables
|
file |
diff |
annotate
|
Tue, 29 Mar 2011 16:33:10 +0000 |
timeless |
hgwebdir: handle IOErrors from localrepo while enumerating
|
file |
diff |
annotate
|
Wed, 16 Mar 2011 03:06:57 +0100 |
timeless |
hgweb: support multiple directories for the same path
|
file |
diff |
annotate
|
Sun, 06 Mar 2011 14:17:47 +0100 |
Patrick Mezard |
test-doctest: handle unix/windows path discrepancies
|
file |
diff |
annotate
|
Thu, 17 Feb 2011 18:05:27 -0200 |
Wagner Bruna |
hgwebdir: reduce memory usage for index generation
stable
|
file |
diff |
annotate
|
Tue, 15 Feb 2011 01:04:10 +0100 |
Mads Kiilerich |
hgweb: make paths wildcards expanding in a repo root match repo correctly
|
file |
diff |
annotate
|
Tue, 15 Feb 2011 01:04:10 +0100 |
Mads Kiilerich |
hgweb: doctest of url creation from wildcard expansion
|
file |
diff |
annotate
|
Wed, 29 Dec 2010 15:23:16 -0600 |
Matt Mackall |
hgweb: abort if config file isn't found
stable
|
file |
diff |
annotate
|
Tue, 30 Nov 2010 12:45:25 -0200 |
Wagner Bruna |
hgwebdir: fix incorrect index generation for invalid paths (issue2023)
stable
|
file |
diff |
annotate
|
Sun, 10 Oct 2010 17:35:28 -0500 |
Matt Mackall |
hgweb: another fix for the help termwidth bug
|
file |
diff |
annotate
|
Sun, 10 Oct 2010 10:42:44 -0500 |
Augie Fackler |
hgweb: fix hgweb_mod as well as hgwebdir_mod
|
file |
diff |
annotate
|
Sun, 10 Oct 2010 10:07:17 -0500 |
Augie Fackler |
hgwebdir_mod: use fake termwidth to avoid mod_wsgi's wrath
|
file |
diff |
annotate
|
Tue, 24 Aug 2010 23:30:51 +0900 |
Yuya Nishihara |
hgweb: handle exception of misconfigured path on index page
stable
|
file |
diff |
annotate
|
Wed, 21 Jul 2010 22:22:28 +0200 |
Mads Kiilerich |
hgwebdir: allow pure relative globs in paths
stable
|
file |
diff |
annotate
|
Mon, 12 Jul 2010 16:07:58 +0200 |
Christian Fischer |
hgwebdir: use template paths configured in the hgrc (issue2281)
stable
|
file |
diff |
annotate
|
Mon, 31 May 2010 12:34:47 -0500 |
Matt Mackall |
Merge with stable
|
file |
diff |
annotate
|
Fri, 14 May 2010 12:57:24 -0500 |
Matt Mackall |
hgweb: fix race in refreshing repo list (issue2188)
stable
|
file |
diff |
annotate
|
Fri, 14 May 2010 12:57:24 -0500 |
Matt Mackall |
hgweb: fix race in refreshing repo list (issue2188)
|
file |
diff |
annotate
|
Sat, 13 Mar 2010 20:02:46 +0100 |
Patrick Mezard |
Merge with crew-stable
|
file |
diff |
annotate
|
Thu, 11 Mar 2010 00:28:31 +0900 |
Yuya Nishihara |
hgweb: make code to join url path simpler
stable
|
file |
diff |
annotate
|
Thu, 11 Mar 2010 00:28:27 +0900 |
Yuya Nishihara |
hgweb: fix broken URLs of RSS/Atom feeds (issue1772)
stable
|
file |
diff |
annotate
|
Thu, 11 Mar 2010 00:25:46 +0900 |
Yuya Nishihara |
hgweb: introduce helper method to update req.env
stable
|
file |
diff |
annotate
|
Sat, 06 Mar 2010 12:45:14 +0100 |
Benoit Boissinot |
hgweb: separate generation of entries and sorting (cleanup)
|
file |
diff |
annotate
|
Mon, 08 Feb 2010 15:36:34 +0100 |
Benoit Boissinot |
fix coding style (reported by pylint)
|
file |
diff |
annotate
|
Mon, 25 Jan 2010 00:05:27 -0600 |
Matt Mackall |
many, many trivial check-code fixups
|
file |
diff |
annotate
|
Tue, 19 Jan 2010 22:45:09 -0600 |
Matt Mackall |
Merge with stable
|
file |
diff |
annotate
|
Tue, 19 Jan 2010 22:20:08 -0600 |
Matt Mackall |
Update license to GPLv2+
stable
|
file |
diff |
annotate
|
Tue, 15 Dec 2009 12:33:04 -0800 |
Brendan Cully |
hgweb: Make get_mtime use repository to find store path.
|
file |
diff |
annotate
|
Sun, 22 Nov 2009 11:25:01 +0100 |
Thomas Arendsen Hein |
Do not overwrite motd attribute of hgwebdir instances on refresh.
stable
|
file |
diff |
annotate
|
Thu, 12 Nov 2009 16:39:11 +0100 |
Dirkjan Ochtman |
hgweb: don't choke when an inexistent style is requested (issue1901)
|
file |
diff |
annotate
|
Thu, 05 Nov 2009 15:06:35 +0100 |
Dirkjan Ochtman |
hgweb: keep original order from hgwebdir config files (issue1535)
|
file |
diff |
annotate
|
Thu, 05 Nov 2009 15:01:00 +0100 |
Dirkjan Ochtman |
hgweb: use a tuple-list instead of dictionary for append-only store
|
file |
diff |
annotate
|
Wed, 19 Aug 2009 12:47:04 +0200 |
Dirkjan Ochtman |
hgweb: add web.descend configuration variable
|
file |
diff |
annotate
|
Wed, 22 Jul 2009 15:26:27 -0700 |
Bryan O'Sullivan |
Fix issue1679: path reconstruction in hgwebdir was mangling things badly
|
file |
diff |
annotate
|
Sat, 20 Jun 2009 13:00:25 -0500 |
Matt Mackall |
hgweb: web.encoding should override encoding.encoding (issue1183)
|
file |
diff |
annotate
|
Sun, 31 May 2009 01:30:16 +0200 |
Martin Geisler |
wrap string literals in error messages
|
file |
diff |
annotate
|
Tue, 26 May 2009 10:16:17 +0200 |
Dirkjan Ochtman |
hgweb: extract config values after reading webdir-config
|
file |
diff |
annotate
|
Thu, 21 May 2009 22:41:18 +0200 |
Patrick Mezard |
Merge with crew-stable
|
file |
diff |
annotate
|
Thu, 21 May 2009 20:32:45 +0200 |
Patrick Mezard |
hgwebdir: fix [collections] evaluation under Windows
|
file |
diff |
annotate
|
Wed, 20 May 2009 16:04:37 +0200 |
Jeremy Whitlock |
hgweb: make hgwebdir handle dict/list paths the same as config paths
|
file |
diff |
annotate
|
Thu, 14 May 2009 15:24:36 +0200 |
Peter Arrenbrecht |
indentation cleanup
|
file |
diff |
annotate
|
Wed, 13 May 2009 13:30:28 -0700 |
Bryan O'Sullivan |
hgwebdir: refresh configuration periodically
|
file |
diff |
annotate
|
Tue, 12 May 2009 12:04:05 +0200 |
Dirkjan Ochtman |
templater: provide the standard template filters by default
|
file |
diff |
annotate
|
Tue, 12 May 2009 10:57:55 +0200 |
Dirkjan Ochtman |
hgweb: trust config file passed into hgwebdir
|
file |
diff |
annotate
|
Mon, 11 May 2009 14:19:49 +0200 |
Dirkjan Ochtman |
hgweb: get rid of inaccurate hgwebdir.repos_sorted, localize machinery
|
file |
diff |
annotate
|
Mon, 11 May 2009 14:20:18 +0200 |
Alexander Solovyov |
hgwebdir: read --webdir-conf as actual configuration to ui (issue1586)
|
file |
diff |
annotate
|
Sun, 26 Apr 2009 01:08:54 +0200 |
Martin Geisler |
updated license to be explicit about GPL version 2
|
file |
diff |
annotate
|
Mon, 27 Apr 2009 11:37:30 +0200 |
Dirkjan Ochtman |
hgweb: use new sessionvars code in hgwebdir, too
|
file |
diff |
annotate
|
Mon, 27 Apr 2009 11:37:08 +0200 |
Dirkjan Ochtman |
hgweb: some cleanups in hgwebdir, remove double defaults
|
file |
diff |
annotate
|
Sun, 26 Apr 2009 16:50:44 -0500 |
Matt Mackall |
replace util.sort with sorted built-in
|
file |
diff |
annotate
|
Sun, 26 Apr 2009 16:50:43 -0500 |
Matt Mackall |
hgweb: kill parentui references
|
file |
diff |
annotate
|
Sun, 26 Apr 2009 16:50:43 -0500 |
Matt Mackall |
ui: kill most users of parentui name and arg, replace with .copy()
|
file |
diff |
annotate
|
Sun, 26 Apr 2009 16:50:43 -0500 |
Matt Mackall |
hgweb: use config.config
|
file |
diff |
annotate
|
Thu, 23 Apr 2009 15:40:10 -0500 |
Matt Mackall |
ui: refactor option setting
|
file |
diff |
annotate
|
Sat, 04 Apr 2009 17:46:11 +0200 |
Dirkjan Ochtman |
templater: move stylemap function from hgweb to templater
|
file |
diff |
annotate
|
Fri, 03 Apr 2009 14:51:48 -0500 |
Matt Mackall |
move encoding bits from util to encoding
|
file |
diff |
annotate
|
Mon, 09 Feb 2009 11:29:09 +0100 |
Dirkjan Ochtman |
hgweb: pass ErrorResponses directly into req.respond()
|
file |
diff |
annotate
|
Mon, 12 Jan 2009 10:42:31 -0600 |
Matt Mackall |
error: move repo errors
|
file |
diff |
annotate
|
Sat, 03 Jan 2009 21:44:15 +0100 |
Dirkjan Ochtman |
hgweb: fix long line lengths introduced in 2dc868712dcc
|
file |
diff |
annotate
|
Sat, 03 Jan 2009 01:00:46 +0100 |
Patrick Mezard |
hgwebdir_mod: fix a performance issue with static files
|
file |
diff |
annotate
|
Thu, 18 Dec 2008 22:32:48 +0100 |
Benoit Allard |
hgweb: recurse down collections only if ** in [paths]
|
file |
diff |
annotate
|
Mon, 01 Dec 2008 14:20:20 +0100 |
Patrick Mezard |
hgweb: extend [paths] syntax to match repositories recursively (issue852)
|
file |
diff |
annotate
|
Fri, 21 Nov 2008 15:51:40 -0800 |
Brendan Cully |
templater: return data in increasing chunk sizes
|
file |
diff |
annotate
|
Thu, 06 Nov 2008 11:56:01 -0600 |
Matt Mackall |
hgweb: Change default style to paper
|
file |
diff |
annotate
|
Fri, 31 Oct 2008 15:28:06 +0100 |
Mark Edgington |
hgweb: support for deny_read/allow_read options
|
file |
diff |
annotate
|
Tue, 21 Oct 2008 17:47:49 +0200 |
Martin Geisler |
i18n: import _ instead of gettext
|
file |
diff |
annotate
|
Fri, 17 Oct 2008 11:34:31 -0700 |
Brendan Cully |
Allow hgweb to search for templates in more than one path.
|
file |
diff |
annotate
|
Sat, 30 Aug 2008 17:13:23 +0200 |
Dirkjan Ochtman |
hgweb: return content iterator instead of using write() callable
|
file |
diff |
annotate
|
Sat, 16 Aug 2008 14:46:56 +0200 |
Martin Geisler |
move % out of translatable strings
|
file |
diff |
annotate
|
Tue, 19 Aug 2008 18:17:11 +0200 |
Thomas Arendsen Hein |
Do not sort hgwebdir repositories if python list or tuple is given.
|
file |
diff |
annotate
|
Wed, 02 Jul 2008 12:27:57 +0200 |
Dirkjan Ochtman |
merge another backout
|
file |
diff |
annotate
|
Wed, 02 Jul 2008 12:02:33 +0200 |
Dirkjan Ochtman |
Backed out changeset 4879468fa28f (incorrect Content-Length on Windows)
|
file |
diff |
annotate
|
Sun, 29 Jun 2008 22:36:18 +0200 |
Dirkjan Ochtman |
hgweb: return content iterator instead of using write() callable
|
file |
diff |
annotate
|
Fri, 27 Jun 2008 18:28:45 -0500 |
Matt Mackall |
util: add sort helper
|
file |
diff |
annotate
|
Thu, 03 Apr 2008 13:21:42 +0200 |
Dirkjan Ochtman |
Merge from crew-stable.
|
file |
diff |
annotate
|
Thu, 03 Apr 2008 13:14:43 +0200 |
Dirkjan Ochtman |
hgweb: make hgwebdir work in the absence of PATH_INFO
|
file |
diff |
annotate
|
Mon, 24 Mar 2008 18:18:39 +0100 |
Dirkjan Ochtman |
Backed out changeset d2bb66a8a435 (temporary template compatibility)
|
file |
diff |
annotate
|
Mon, 24 Mar 2008 13:45:01 -0300 |
Alexis S. L. Carvalho |
hgweb: add compatibility code for old templates
|
file |
diff |
annotate
|
Sun, 16 Mar 2008 23:24:53 +0100 |
Thomas Arendsen Hein |
Spacing cleanup
|
file |
diff |
annotate
|
Sat, 15 Mar 2008 12:42:34 -0700 |
Eric Hopper |
Allow hgwebdir collections to follow symlinks.
|
file |
diff |
annotate
|
Sat, 08 Mar 2008 17:19:18 -0800 |
Brendan Cully |
Support web.baseurl in hgwebdir, overriding SCRIPT_NAME
|
file |
diff |
annotate
|
Thu, 06 Mar 2008 22:51:16 +0100 |
Joel Rosdahl |
Avoid importing mercurial.node/mercurial.repo stuff from mercurial.hg
|
file |
diff |
annotate
|
Fri, 07 Mar 2008 00:24:36 +0100 |
Thomas Arendsen Hein |
Removed trailing spaces from everything except test output
|
file |
diff |
annotate
|
Fri, 08 Feb 2008 15:42:28 +0100 |
Michele Cella |
fix to let test-hgwebdir pass
|
file |
diff |
annotate
|
Fri, 01 Feb 2008 10:31:13 +0100 |
Dirkjan Ochtman |
hgweb: explicit response status
|
file |
diff |
annotate
|
Thu, 31 Jan 2008 14:44:19 -0600 |
Matt Mackall |
templates: move filters to their own module
|
file |
diff |
annotate
|
Tue, 22 Jan 2008 22:13:29 +0100 |
Michele Cella |
hgweb: fixes to make hg serve prefix handling more robust
|
file |
diff |
annotate
|
Mon, 28 Jan 2008 16:35:02 +0100 |
Dirkjan Ochtman |
hgweb: forgot to centralize the req.write() calls in hgwebdir
|
file |
diff |
annotate
|
Tue, 22 Jan 2008 10:45:55 +0100 |
Dirkjan Ochtman |
hgweb: move HTTP content types out of header templates
|
file |
diff |
annotate
|
Sun, 20 Jan 2008 14:39:25 +0100 |
Christian Ebert |
Prefer i in d over d.has_key(i)
|
file |
diff |
annotate
|
Tue, 01 Jan 2008 17:07:15 +0100 |
Thomas Arendsen Hein |
Don't let ui.username override web.contact (issue900)
|
file |
diff |
annotate
|
Sat, 29 Dec 2007 19:49:48 +0100 |
Thomas Arendsen Hein |
Removed tabs and trailing whitespace in python files
|
file |
diff |
annotate
|
Mon, 03 Dec 2007 19:19:12 +0100 |
Dirkjan Ochtman |
hgwebdir: refactor inner loop
|
file |
diff |
annotate
|
Mon, 03 Dec 2007 18:58:18 +0100 |
Dirkjan Ochtman |
hgwebdir: split out templater creation
|
file |
diff |
annotate
|
Mon, 03 Dec 2007 18:40:37 +0100 |
Dirkjan Ochtman |
hgwebdir: split out makeindex function, facilitate test failure diagnosis
|
file |
diff |
annotate
|
Sun, 02 Dec 2007 19:45:38 +0100 |
Patrick Mezard |
Merge with crew-stable
|
file |
diff |
annotate
|
Sun, 02 Dec 2007 19:39:27 +0100 |
Patrick Mezard |
hgwebdir: normalize virtual paths before stripping the separator
|
file |
diff |
annotate
|
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).
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Wed, 28 Nov 2007 08:38:42 -0800 |
Bryan O'Sullivan |
hgweb: return meaningful HTTP status codes instead of nonsense
|
file |
diff |
annotate
|
Mon, 24 Sep 2007 19:14:18 -0300 |
Alexis S. L. Carvalho |
Merge with crew-stable
|
file |
diff |
annotate
|
Mon, 24 Sep 2007 19:00:11 -0300 |
Alexis S. L. Carvalho |
hgwebdir: ignore hgrc parse errors while building the index page
|
file |
diff |
annotate
|
Fri, 07 Sep 2007 17:54:38 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
file |
diff |
annotate
|
Fri, 07 Sep 2007 17:38:52 +0200 |
Dirkjan Ochtman |
Prevent WSGI apps from touching sys.stdin by setting ui.interactive to False.
|
file |
diff |
annotate
|
Sat, 18 Aug 2007 11:37:08 +0200 |
Thomas Arendsen Hein |
Enable demandimport only in scripts, not in importable modules (issue605)
|
file |
diff |
annotate
|
Mon, 06 Aug 2007 01:00:10 -0300 |
Alexis S. L. Carvalho |
merge with crew-stable
|
file |
diff |
annotate
|
Sun, 05 Aug 2007 22:36:39 -0300 |
Alexis S. L. Carvalho |
hgwebdir: change os.sep in the name of repos to "/"
|
file |
diff |
annotate
|
Sat, 21 Jul 2007 10:30:51 +0200 |
Thomas Arendsen Hein |
removed trailing whitespace
|
file |
diff |
annotate
|
Sat, 07 Jul 2007 21:55:56 -0700 |
Brendan Cully |
hgwebdir: check for repo foo before browsing subdirectories of foo/
|
file |
diff |
annotate
|
Sat, 07 Jul 2007 15:09:08 -0700 |
Brendan Cully |
hgweb: browse subdirectories before checking whether parent directory is also a repository
|
file |
diff |
annotate
|
Fri, 06 Jul 2007 10:11:48 -0700 |
Brendan Cully |
Last change broke new-style URLs
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Thu, 05 Jul 2007 19:56:16 -0700 |
Brendan Cully |
hgwebdir: show only trailing part of path when browsing subdirectories
|
file |
diff |
annotate
|
Thu, 05 Jul 2007 19:44:06 -0700 |
Brendan Cully |
hgweb: let hgwebdir browse subdirectories
|
file |
diff |
annotate
|
Mon, 25 Jun 2007 14:46:20 +0200 |
Markus F.X.J. Oberhumer |
Add option "hidden" to hgwebdir.
|
file |
diff |
annotate
|
Tue, 29 May 2007 16:42:05 +0200 |
Thomas Arendsen Hein |
hgweb: use generator to count parity of horizontal stripes for easier reading.
|
file |
diff |
annotate
|
Mon, 19 Mar 2007 19:16:35 -0300 |
Alexis S. L. Carvalho |
Merge with crew-stable.
|
file |
diff |
annotate
|
Mon, 19 Mar 2007 19:07:37 -0300 |
Alexis S. L. Carvalho |
hgwebdir: break templater -> templater circular reference
|
file |
diff |
annotate
|
Thu, 15 Feb 2007 08:51:32 -0200 |
Alexis S. L. Carvalho |
hgweb: allow static files to be served directly by the HTTP server
|
file |
diff |
annotate
|
Tue, 13 Feb 2007 10:25:45 -0200 |
Alexis S. L. Carvalho |
merge with crew-stable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Tue, 30 Jan 2007 22:07:22 +0100 |
Michael Gebetsroither |
hgwebdir: class hgwebdir should also accept a configparser instance
|
file |
diff |
annotate
|
Thu, 14 Dec 2006 15:55:46 -0600 |
Matt Mackall |
Merge with crew
|
file |
diff |
annotate
|
Thu, 14 Dec 2006 16:07:29 +0100 |
Thomas Arendsen Hein |
Set charset encoding for hgwebdir, too.
|
file |
diff |
annotate
|
Wed, 13 Dec 2006 13:27:09 -0600 |
Matt Mackall |
Replace demandload with new demandimport
|
file |
diff |
annotate
|
Thu, 26 Oct 2006 19:25:45 +0200 |
Thomas Arendsen Hein |
Turn of "Not trusting file" logging when running hgweb and hgwebdir
|
file |
diff |
annotate
|
Thu, 26 Oct 2006 19:25:45 +0200 |
Alexis S. L. Carvalho |
use untrusted settings in hgwebdir
|
file |
diff |
annotate
|
Sun, 22 Oct 2006 21:47:37 -0300 |
Alexis S. L. Carvalho |
hgweb: make #motd# available for all templates
|
file |
diff |
annotate
|
Sat, 21 Oct 2006 20:51:24 +0200 |
Thomas Arendsen Hein |
Fix "templater object got multiple values for keyword argument 'motd'"
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Mon, 16 Oct 2006 15:38:53 -0300 |
Alexis S. L. Carvalho |
Use a case-sensitive version of SafeConfigParser everywhere
|
file |
diff |
annotate
|
Thu, 12 Oct 2006 17:06:51 +0200 |
Thomas Arendsen Hein |
Keep session variables when linking from hgwebdir's index to repositories.
|
file |
diff |
annotate
|
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 /)
|
file |
diff |
annotate
|
Fri, 06 Oct 2006 18:28:50 +0200 |
Thomas Arendsen Hein |
hgweb: Search templates in templatepath/style/map, too, using a common function.
|
file |
diff |
annotate
|
Wed, 04 Oct 2006 17:04:40 -0700 |
Brendan Cully |
hgweb: support for generating and parsing NWI URLs
|
file |
diff |
annotate
|
Wed, 04 Oct 2006 17:04:40 -0700 |
Brendan Cully |
Teach hgwebdir about new interface
|
file |
diff |
annotate
|
Sun, 01 Oct 2006 19:26:33 +0200 |
Thomas Arendsen Hein |
Whitespace/Tab cleanup
|
file |
diff |
annotate
|
Thu, 21 Sep 2006 21:24:26 +0200 |
Edouard Gomez |
Add style support to hgwebdir
|
file |
diff |
annotate
|
Sat, 12 Aug 2006 12:30:02 -0700 |
Vadim Gelfer |
update copyrights.
|
file |
diff |
annotate
|
Fri, 30 Jun 2006 09:50:25 -0700 |
Eric Hopper |
Cleanup hgweb and hgwebdir's run method a bit.
|
file |
diff |
annotate
|
Fri, 30 Jun 2006 08:47:41 -0700 |
Eric Hopper |
Fix hgwebdir to run hgweb using run_wsgi.
|
file |
diff |
annotate
|
Thu, 29 Jun 2006 19:06:18 -0700 |
Eric Hopper |
Arrange for old copies of CGI scripts to still work.
|
file |
diff |
annotate
|
Tue, 27 Jun 2006 09:33:12 -0700 |
Eric Hopper |
Really fix http headers for web UI and issue 254.
|
file |
diff |
annotate
|
Tue, 27 Jun 2006 00:10:41 -0700 |
Vadim Gelfer |
merge with wsgi changes.
|
file |
diff |
annotate
|
Tue, 27 Jun 2006 00:09:33 -0700 |
Eric Hopper |
This patch make several WSGI related alterations.
|
file |
diff |
annotate
|
Mon, 26 Jun 2006 14:56:14 +0200 |
Thomas Arendsen Hein |
Fixed [web] allow_archive for comma separated parameters by using ui.configlist.
|
file |
diff |
annotate
|
Fri, 02 Jun 2006 08:05:01 -0700 |
Eric Hopper |
Fixing up comment headers for split up code.
|
file |
diff |
annotate
|
Thu, 01 Jun 2006 09:14:27 -0500 |
TK Soh |
hgweb: fix tracebacks on both index and repo pages
|
file |
diff |
annotate
|
Thu, 01 Jun 2006 17:51:40 +0200 |
Thomas Arendsen Hein |
Allow comma to separate types in allow_archive, too. Use longer variable name.
|
file |
diff |
annotate
|
Thu, 01 Jun 2006 10:02:24 -0500 |
TK Soh |
hgweb: add allow_archive support to [web] section of hgrc
|
file |
diff |
annotate
|
Wed, 31 May 2006 10:42:44 -0700 |
Eric Hopper |
Final stage of the hgweb split up.
|
file |
diff |
annotate
| base
|