sapling/mercurial/hgweb
Takumi IINO db72b3b5e8 hgweb: avoid invalid infinity scroll request when overwritten web.style
Infinity scroll is broken when you override the web.style in the following ways:

    $ hg --config='web.style=gitweb' serve
    $ open http://localhost:8080/shortlog?style=paper

ajaxScrollInit should use http://localhost:8080/shortlog/%next%?style=paper.
however, http://localhost:8080/shortlog/%next% is used actually.
It is missing style parameter.

This patch add style parameter to request url.
2014-01-08 00:35:03 +09:00
..
__init__.py hgweb: make hgweb.hgweb a unified interface to hgweb/hgwebdir 2010-04-26 11:03:40 -05:00
common.py spelling: random spell checker fixes 2013-10-24 01:49:56 +08:00
hgweb_mod.py hgweb: avoid invalid infinity scroll request when overwritten web.style 2014-01-08 00:35:03 +09:00
hgwebdir_mod.py hgweb: avoid invalid infinity scroll request when overwritten web.style 2014-01-08 00:35:03 +09:00
protocol.py hgweb: pass the actual response body to request.response, not just the length 2013-01-15 01:07:03 +01:00
request.py hgweb: pass the actual response body to request.response, not just the length 2013-01-15 01:07:03 +01:00
server.py hgweb: log headers only if headers were successfully parsed 2013-10-01 09:54:46 +02:00
webcommands.py hgweb: simplify branches with repo.branchmap().iterbranches() 2013-09-16 01:08:29 -07:00
webutil.py pathutil: tease out a new library to break an import cycle from canonpath use 2013-11-06 18:19:04 -05:00
wsgicgi.py hgweb.cgi: fix internal WSGI emulation (issue3804) 2013-02-04 23:25:25 +01:00