log mercurial/hgweb/hgweb_mod.py @ 40450:41f0529b5112 stable

age author description
Tue, 18 Sep 2018 16:47:09 -0700 Gregory Szorc global: replace most uses of RevlogError with StorageError (API)
Sun, 26 Aug 2018 22:23:25 +0900 Yuya Nishihara hgweb: map Abort to 403 error to report inaccessible path for example
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
Thu, 14 Jun 2018 13:44:42 +0200 Sune Foldager hgweb: propagate http headers from ErrorResponse for web interface commands
Fri, 18 May 2018 21:32:05 +0900 Yuya Nishihara hgweb: do not try to replace signal handlers while locking stable
Mon, 30 Apr 2018 17:22:20 -0700 Gregory Szorc hgweb: discard Content-Type header for 304 responses (issue5844) stable
Fri, 13 Apr 2018 22:36:54 -0400 Augie Fackler hgweb_mod: inform hgweb class about paths actually being bytes
Sun, 01 Apr 2018 22:40:15 +0900 Yuya Nishihara hgweb: forward archivelist() of hgweb to webutil
Sun, 01 Apr 2018 22:33:55 +0900 Yuya Nishihara hgweb: drop archivespecs from requestcontext
Sun, 01 Apr 2018 22:32:34 +0900 Yuya Nishihara hgweb: move archivespecs to webutil
Sun, 01 Apr 2018 22:14:36 +0900 Yuya Nishihara hgweb: wrap {pathdef} with mappinglist
Sun, 18 Mar 2018 15:42:28 +0900 Yuya Nishihara templatefilters: declare input type as bytes where appropriate
Mon, 19 Mar 2018 20:39:06 +0900 Yuya Nishihara hgweb: use registrar to declare "websub" template filter
Fri, 23 Mar 2018 11:20:13 -0700 Gregory Szorc hgweb: don't responsd to api requests unless feature is enabled