Implement path routing code.
authorDaniel Friesen <dantman@users.mediawiki.org>
Sat, 26 Nov 2011 16:29:25 +0000 (16:29 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Sat, 26 Nov 2011 16:29:25 +0000 (16:29 +0000)
commit63e93db2d8b56833ec6047ac7dd96d2a418d4d36
tree55b9d61bda3ce5fb23a921bbd66d669de1a9c373
parenteedc9712a93767ba19ec4fe841a3b2d0eb523e53
Implement path routing code.
- Makes extending paths with extensions simpler.
- Should fix bug 32621 by parsing paths based on pattern weight rather than pattern order.
RELEASE-NOTES-1.19
docs/hooks.txt
includes/AutoLoader.php
includes/PathRouter.php [new file with mode: 0644]
includes/WebRequest.php
tests/phpunit/includes/PathRouterTest.php [new file with mode: 0644]