Followup r104676, r104688:
authorDaniel Friesen <dantman@users.mediawiki.org>
Fri, 9 Dec 2011 00:28:34 +0000 (00:28 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Fri, 9 Dec 2011 00:28:34 +0000 (00:28 +0000)
commit8ddf933100945404c3f19c54038fa602e4a99784
tree7503d1e1ebc7d9bcba2b16558daea523aea4b51f
parent60f134dc86fac196a7639ed77d6904347b594d41
Followup r104676, r104688:
- Update our woefully out of date doc comment for WebRequest::getPathInfo (we haven't simply been extracting a PATH_INFO for ages)
- Make PathRouter::makeWeight protected
- Add more comments to the PathRouter code
- Add two more edge case tests to the PathRouter tests.
includes/PathRouter.php
includes/WebRequest.php
tests/phpunit/includes/PathRouterTest.php