Tue, 24 Apr 2018 13:55:25 -0700 |
Gregory Szorc |
hgweb: reuse body file object when hgwebdir calls hgweb (issue5851)
stable
|
Sat, 14 Apr 2018 01:12:55 -0400 |
Augie Fackler |
hgwebdir: un-bytes the env dict before re-parsing env
|
Sun, 01 Apr 2018 22:41:49 +0900 |
Yuya Nishihara |
hgweb: wrap {archives} with mappinglist
|
Sun, 01 Apr 2018 22:37:03 +0900 |
Yuya Nishihara |
hgweb: move archivelist() of hgwebdir to webutil
|
Sun, 01 Apr 2018 22:32:34 +0900 |
Yuya Nishihara |
hgweb: move archivespecs to webutil
|
Sun, 01 Apr 2018 22:20:44 +0900 |
Yuya Nishihara |
hgweb: wrap {labels} by hybridlist()
|
Sun, 01 Apr 2018 22:11:58 +0900 |
Yuya Nishihara |
hgwebdir: wrap {entries} with mappinggenerator
|
Fri, 16 Mar 2018 21:39:32 +0900 |
Yuya Nishihara |
templater: use named function to expand template against mapping dict (API)
|
Fri, 16 Mar 2018 21:24:12 +0900 |
Yuya Nishihara |
templater: factor out helper that renders named template as string
|
Sat, 17 Mar 2018 21:46:17 -0400 |
Augie Fackler |
merge with stable
|
Thu, 08 Mar 2018 23:10:46 +0900 |
Yuya Nishihara |
templater: move stringify() to templateutil module
|
Sun, 11 Mar 2018 16:29:54 -0700 |
Gregory Szorc |
hgweb: remove wsgirequest (API)
|
Sun, 11 Mar 2018 15:55:38 -0700 |
Gregory Szorc |
hgweb: remove dead wsgirequest code
|
Sun, 11 Mar 2018 15:40:58 -0700 |
Gregory Szorc |
hgweb: port to new response API
|
Sun, 11 Mar 2018 15:35:03 -0700 |
Gregory Szorc |
hgweb: pass modern request type into templater()
|
Sun, 11 Mar 2018 15:37:59 -0700 |
Gregory Szorc |
hgweb: use modern response type for index generation
|
Sun, 11 Mar 2018 15:29:38 -0700 |
Gregory Szorc |
hgweb: don't pass wsgireq to makeindex and other functions
|
Sun, 11 Mar 2018 15:18:29 -0700 |
Gregory Szorc |
hgweb: replace PATH_INFO with dispatchpath
|
Sun, 11 Mar 2018 15:15:02 -0700 |
Gregory Szorc |
hgweb: rewrite path generation for index entries
|
Sun, 11 Mar 2018 15:08:36 -0700 |
Gregory Szorc |
hgweb: construct {url} with req.apppath
|
Sun, 11 Mar 2018 15:33:56 -0700 |
Gregory Szorc |
hgweb: support constructing URLs from an alternate base URL
|
Sun, 11 Mar 2018 13:11:13 -0700 |
Gregory Szorc |
hgweb: refactor repository name URL parsing
|
Sun, 11 Mar 2018 10:51:14 -0700 |
Gregory Szorc |
hgweb: construct static URL like hgweb does
|
Sun, 11 Mar 2018 10:38:46 -0700 |
Gregory Szorc |
hgweb: remove unused **map argument
|
Sun, 11 Mar 2018 10:37:25 -0700 |
Gregory Szorc |
hgweb: extract entries() to standalone function
|
Sun, 11 Mar 2018 10:24:46 -0700 |
Gregory Szorc |
hgweb: move rawentries() to a standalone function
|
Sun, 11 Mar 2018 10:17:58 -0700 |
Gregory Szorc |
hgweb: move archivelist to standalone function
|
Sun, 11 Mar 2018 10:15:33 -0700 |
Gregory Szorc |
hgweb: move readallowed to a standalone function
|
Sun, 11 Mar 2018 15:51:13 -0700 |
Gregory Szorc |
hgweb: remove some use of wsgireq in hgwebdir
|
Sat, 10 Mar 2018 20:54:44 -0800 |
Gregory Szorc |
hgweb: fix a bug due to variable name typo
|
Sat, 10 Mar 2018 15:46:29 -0800 |
Gregory Szorc |
hgweb: port static file handling to new response API
|
Sat, 10 Mar 2018 12:36:36 -0800 |
Gregory Szorc |
hgweb: perform all parameter lookup via qsparams
|
Sat, 10 Mar 2018 11:46:52 -0800 |
Gregory Szorc |
hgweb: use our new request object for "style" parameter
|
Sat, 10 Mar 2018 11:06:13 -0800 |
Gregory Szorc |
hgweb: expose input stream on parsed WSGI request object
|
Sat, 10 Mar 2018 10:56:10 -0800 |
Gregory Szorc |
hgweb: make parsedrequest part of wsgirequest
|
Mon, 12 Mar 2018 13:15:00 -0700 |
Gregory Szorc |
hgweb: garbage collect on every request
stable
|
Thu, 08 Mar 2018 15:14:32 -0800 |
Gregory Szorc |
hgweb: always use "?" when writing session vars
|
Thu, 08 Mar 2018 15:15:59 -0800 |
Gregory Szorc |
hgweb: rename req to wsgireq
|
Thu, 15 Feb 2018 17:18:26 +0100 |
Boris Feld |
util: extract all date-related utils in utils/dateutil module
|
Thu, 05 Oct 2017 14:48:52 -0400 |
Augie Fackler |
hgweb: use native strings consistently for querystring parsing
|
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
|
Wed, 11 Oct 2017 04:16:17 +0200 |
Boris Feld |
configitems: register the 'web.logourl' config
|
Wed, 11 Oct 2017 04:16:05 +0200 |
Boris Feld |
configitems: register the 'web.logoimg' config
|
Wed, 11 Oct 2017 03:36:44 +0200 |
Boris Feld |
configitems: register the 'web.motd' config
|
Thu, 05 Oct 2017 14:29:13 -0400 |
Augie Fackler |
hgweb: extract function for loading style from request context
|
Fri, 29 Sep 2017 15:48:34 +0000 |
Alex Gaynor |
style: never use a space before a colon or comma
|
Wed, 27 Sep 2017 19:04:32 +0900 |
Yuya Nishihara |
py3: remove use of str() in hgwebdir
|
Mon, 18 Sep 2017 14:12:20 -0500 |
Kevin Bullock |
merge with stable
|
Fri, 15 Sep 2017 18:57:50 +0200 |
Boris Feld |
hgwebdir: read 'web.template' untrusted
|
Fri, 30 Jun 2017 03:45:53 +0200 |
Boris Feld |
configitems: register the 'web.templates' config
|
Fri, 30 Jun 2017 03:45:52 +0200 |
Boris Feld |
configitems: register the 'web.style' config
|
Fri, 30 Jun 2017 03:45:51 +0200 |
Boris Feld |
configitems: register the 'web.stripes' config
|
Fri, 30 Jun 2017 03:45:50 +0200 |
Boris Feld |
configitems: register the 'web.refreshinterval' config
|
Fri, 30 Jun 2017 03:45:49 +0200 |
Boris Feld |
configitems: register the 'web.prefix' config
|
Fri, 30 Jun 2017 03:45:44 +0200 |
Boris Feld |
configitems: register the 'web.encoding' config
|
Fri, 30 Jun 2017 03:45:43 +0200 |
Boris Feld |
configitems: register the 'web.description' config
|
Fri, 30 Jun 2017 03:45:42 +0200 |
Boris Feld |
configitems: register the 'web.descend' config
|
Fri, 30 Jun 2017 03:45:38 +0200 |
Boris Feld |
configitems: register the 'web.collapse' config
|
Fri, 15 Sep 2017 19:21:08 +0200 |
Boris Feld |
web: use '_unset' default value for proxy config method
|
Fri, 15 Sep 2017 18:57:50 +0200 |
Boris Feld |
hgwebdir: read 'web.template' untrusted
stable
|