Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Tue, 20 Jul 2021 17:20:19 +0200 |
Georges Racinet |
hgwebdir: avoid systematic full garbage collection
|
Sat, 10 Jul 2021 14:06:19 +0200 |
Pierre-Yves David |
windows: use abspath in hgwebdir
|
Thu, 25 Mar 2021 18:02:08 +0100 |
Raphaël Gomès |
contributor: change mentions of mpm to olivia
|
Sat, 22 Aug 2020 16:03:44 -0700 |
Martin von Zweigbergk |
hgweb: let staticfile() look up path from default location unless provided
|
Wed, 05 Aug 2020 14:19:42 -0700 |
Martin von Zweigbergk |
hgweb: enable reading styles from resources in frozen binaries
|
Wed, 05 Aug 2020 13:33:07 -0700 |
Martin von Zweigbergk |
hgweb: remove some accesses to private member uimod._unset
|
Mon, 03 Aug 2020 22:15:45 -0700 |
Martin von Zweigbergk |
hgweb: simplify staticfile() now that we always pass it a single directory
|
Fri, 24 Jul 2020 11:24:59 -0700 |
Martin von Zweigbergk |
templater: handle None returned from templatedir()
|
Tue, 21 Jul 2020 13:36:48 -0700 |
Martin von Zweigbergk |
hgweb: simplify now that we always have a single path
|
Tue, 21 Jul 2020 13:11:49 -0700 |
Martin von Zweigbergk |
templater: make templatepaths() return a single path, or None
|
Tue, 04 Feb 2020 12:07:42 +0100 |
Pierre-Yves David |
config: also respect HGRCSKIPREPO in hgwebdir_mod
stable
|
Fri, 27 Dec 2019 18:19:40 -0500 |
Matt Harbison |
hgweb: delete local variable instead of setting it to `None`
|
Thu, 05 Dec 2019 11:15:19 -0500 |
Augie Fackler |
merge with stable
|
Sat, 30 Nov 2019 02:53:39 -0500 |
Matt Harbison |
hgweb: fix a few `str` type conditional for py3
stable
|
Thu, 14 Nov 2019 08:03:26 -0800 |
Martin von Zweigbergk |
utils: move finddirs() to pathutil
|
Mon, 07 Oct 2019 00:04:04 -0400 |
Gregory Szorc |
py3: finish porting iteritems() to pycompat and remove source transformer
|
Sun, 06 Oct 2019 09:48:39 -0400 |
Augie Fackler |
formatting: byteify all mercurial/ and hgext/ string literals
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
Tue, 16 May 2017 11:00:38 -0700 |
Martin von Zweigbergk |
util: make util.dirs() and util.finddirs() include root directory (API)
|
Thu, 17 Jan 2019 09:17:12 -0800 |
Martin von Zweigbergk |
cleanup: delete lots of unused local variables
|
Tue, 22 Jan 2019 18:07:51 -0800 |
Gregory Szorc |
hgweb: don't use raw string for session vars
|
Mon, 12 Nov 2018 21:10:51 +0900 |
Yuya Nishihara |
extensions: add "uipopulate" hook, called per instance, not per process
|
Sat, 17 Nov 2018 19:11:45 +0900 |
Yuya Nishihara |
hgweb: load globally-enabled extensions explicitly
|
Sun, 23 Sep 2018 16:15:48 +0900 |
Yuya Nishihara |
hgweb: register web.static to the config table
|
Sat, 28 Jul 2018 21:02:05 +0900 |
Yuya Nishihara |
hgweb: use registrar to add "motd" template keyword
|
Wed, 25 Jul 2018 10:05:24 +0200 |
Cédric Krier |
hgweb: strip trailing '/' in apppath before appending '/static/' (issue5943)
stable
|
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
|