Separate $wgArticlePath from $wgUsePathInfo.
authorDaniel Friesen <pub-github@nadir-seen-fire.com>
Sat, 24 Mar 2012 08:25:01 +0000 (01:25 -0700)
committerDaniel Friesen <pub-github@nadir-seen-fire.com>
Sat, 24 Mar 2012 10:44:08 +0000 (03:44 -0700)
commit9d837976314a88918ad20d92c66da704043190e0
treed3bd17012537238c3845139cb183a786c3f5614a
parent556c5cf464b9103b04b247ed7dd7ee3051e9aef6
Separate $wgArticlePath from $wgUsePathInfo.

- $wgUsePathInfo is now only used on servers not passing REQUEST_URI to determine if PATH_INFO should be used
- WebRequest now extracts information from REQUEST_URI even when $wgUsePathInfo is false
- HTMLForm bases it's decision on whether or not to include a hidden 'title' input on whether $wgArticlePath uses a query instead of assuming that $wgUsePathInfo was used to set the article path

Change-Id: I1b461fef88b26d045f4edd7553b59255c5e595d8
RELEASE-NOTES-1.20
includes/HTMLForm.php
includes/WebRequest.php