Mercurial > public > mercurial-scm > hg
log mercurial/hgweb/hgwebdir_mod.py @ 5602:d676d0f35bd8
age | author | description |
---|---|---|
Mon, 03 Dec 2007 18:58:18 +0100 | Dirkjan Ochtman | hgwebdir: split out templater creation |
Mon, 03 Dec 2007 18:40:37 +0100 | Dirkjan Ochtman | hgwebdir: split out makeindex function, facilitate test failure diagnosis |
Sun, 02 Dec 2007 19:45:38 +0100 | Patrick Mezard | Merge with crew-stable |
Sun, 02 Dec 2007 19:39:27 +0100 | Patrick Mezard | hgwebdir: normalize virtual paths before stripping the separator |
Sat, 01 Dec 2007 19:19:08 +0100 | Dirkjan Ochtman | Use SCRIPT_NAME and PATH_INFO instead of REQUEST_URI. This is required by WSGI (fixes issue846). |
Fri, 30 Nov 2007 18:23:18 +0100 | Dirkjan Ochtman | Less indirection in the WSGI web interface. This simplifies some code, and makes it more compliant with WSGI. |