mercurial/hgweb/hgwebdir_mod.py
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
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
Sun, 03 Sep 2017 14:32:11 +0900 Yuya Nishihara doctest: bulk-replace string literals with b'' for Python 3
Tue, 22 Aug 2017 20:03:07 -0400 Augie Fackler python3: wrap all uses of <exception>.strerror with strtolocal
Mon, 03 Jul 2017 13:04:35 +0200 David Demelier hgweb: use ui._unset to prevent a warning in configitems
Fri, 09 Jun 2017 12:29:29 +0100 Pierre-Yves David profile: drop maybeprofile
Fri, 31 Mar 2017 23:00:41 -0400 Matt Harbison hgwebdir: allow a repository to be hosted at "/"
Sun, 05 Mar 2017 22:22:32 -0500 Matt Harbison hgwebdir: add support for explicit index files
Tue, 10 Jan 2017 23:37:08 -0800 Gregory Szorc hgweb: support Content Security Policy
Tue, 10 Jan 2017 23:41:58 +0800 Anton Shestakov hgweb: use archivespecs for links on repo index page too
Sun, 18 Dec 2016 01:54:36 +0530 Pulkit Goyal py3: replace os.environ with encoding.environ (part 3 of 5)
Sat, 22 Oct 2016 14:35:10 +0900 Yuya Nishihara ui: factor out ui.load() to create a ui without loading configs (API)
Sun, 14 Aug 2016 18:37:24 -0700 Gregory Szorc hgweb: profile HTTP requests
Sun, 14 Aug 2016 16:03:30 -0700 Gregory Szorc hgweb: abstract call to hgwebdir wsgi function
Thu, 30 Jun 2016 18:59:53 -0700 Gregory Szorc hgweb: expose list of per-repo labels to templates
Sun, 03 Apr 2016 23:26:48 +0900 Yuya Nishihara templater: separate function to create templater from map file (API)
Sat, 31 Oct 2015 22:07:40 +0900 Yuya Nishihara hgweb: use absolute_import
Sun, 01 Nov 2015 15:09:35 +0900 Yuya Nishihara hgweb: import wsgicgi at top level
Sun, 01 Nov 2015 14:23:23 +0900 Yuya Nishihara hgweb: do not import hgweb_mod.hgweb and .makebreadcrumb as symbol
Sun, 01 Nov 2015 13:58:32 +0900 Yuya Nishihara hgweb: alias ui module as uimod
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Wed, 30 Sep 2015 15:43:49 -0500 Matt Mackall urls: bulk-change primary website URLs
Sat, 22 Aug 2015 13:58:59 -0700 Gregory Szorc hgweb: add some documentation
Sat, 22 Aug 2015 22:59:51 -0700 Gregory Szorc hgweb: make refresh interval configurable
Tue, 23 Jun 2015 22:20:08 -0700 Gregory Szorc global: mass rewrite to use modern exception syntax
Sun, 07 Jun 2015 17:14:17 -0700 Pierre-Yves David hgewb: disable progress when serving (issue4582)
Thu, 04 Jun 2015 17:51:19 -0500 Matt Mackall merge with stable
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
Tue, 02 Jun 2015 13:24:39 -0500 Matt Mackall merge with stable
Mon, 01 Jun 2015 14:42:55 -0400 Matt Harbison hgwebdir: avoid redundant repo and directory entries when 'web.name' is set stable
Fri, 15 May 2015 09:56:27 -0500 Matt Mackall hgweb: use try/except/finally
Sun, 28 Sep 2014 16:57:37 +0200 Mads Kiilerich templater: introduce templatepaths for getting paths searched for templates
Sun, 10 Aug 2014 13:53:36 -0500 Matt Mackall hgweb: avoid config object race with hgwebdir (issue4326) stable
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
Wed, 12 Mar 2014 13:15:37 -0400 Augie Fackler hgwebdir_mod: move from dict() construction to {} literals
Thu, 27 Feb 2014 00:24:06 +0100 Paul Boddie hgweb: ensure isdirectory is None for repositories, replacing any True value stable
Wed, 08 Jan 2014 00:35:03 +0900 Takumi IINO hgweb: avoid invalid infinity scroll request when overwritten web.style
Wed, 24 Jul 2013 03:20:26 +0400 Alexander Plavin hgweb: remove now unnecessary explicit header() and footer()
Mon, 15 Apr 2013 18:57:04 -0300 Wagner Bruna hgweb: refactor checks for granting and revoking user permissions
Sun, 10 Feb 2013 18:24:29 +0100 Mads Kiilerich hgweb: simplify internal staticfile return codes
Thu, 31 Jan 2013 22:36:22 +0100 Angel Ezquerra hgwebdir: use web.prefix when creating url breadcrumbs (issue3790) stable
Wed, 28 Nov 2012 20:21:26 +0100 Angel Ezquerra hgweb: add a "URL breadcrumb" to the index and repository pages
Wed, 02 Jan 2013 00:24:28 -0600 Matt Mackall merge with stable
Sat, 22 Dec 2012 18:11:51 -0600 Matt Mackall hgwebdir: honor web.templates and web.static for static files (issue3734) stable
Tue, 27 Nov 2012 22:24:02 +0100 Angel Ezquerra hgwebdir: do not show RSS and Atom links for plain directories
Thu, 26 Jul 2012 21:29:39 +0200 Angel Ezquerra hgwebdir: make collapsed folders easier to distinguish from repositories
Thu, 21 Jun 2012 12:50:15 +0200 Mads Kiilerich help: improve hgweb help
Sun, 20 May 2012 14:37:22 -0500 Matt Mackall hgweb: use ui.nontty to disable all cooked I/O
Sat, 18 Feb 2012 20:10:19 +0100 Paul Boddie hgweb: support multi-level repository indexes by enabling descend and collapse
Mon, 01 Aug 2011 14:53:10 -0500 Matt Mackall hgweb: extract the path logic from updatereqenv and add doctests
Mon, 01 Aug 2011 14:52:11 -0500 Matt Mackall merge with stable
Mon, 01 Aug 2011 09:48:10 +0200 wujek hgweb: handle 'baseurl' configurations with leading slash (issue2934) stable
Thu, 21 Jul 2011 15:10:16 +0200 Angel Ezquerra hgweb: add a "web/logoimg" setting to customize the web logo image
Sat, 30 Apr 2011 09:43:20 -0700 Brodie Rao url: move URL parsing functions into util to improve startup time
Thu, 21 Apr 2011 16:06:19 +0200 Adrian Buehlmann move walkrepos from util to scmutil
less more (0) -120 tip