aboutsummaryrefslogtreecommitdiffstats
path: root/includes/PathRouter.php
Commit message (Expand)AuthorAgeFilesLines
* Avoid a redirect loop when the request URL is not normalizedTim Starling2018-07-161-6/+23
* Use a closure instead of PathRouterPatternReplacerTim Starling2018-07-111-45/+35
* Cleanup some incorrect return annotationsErik Bernhardson2016-12-121-1/+1
* Clean up array() syntax from docs, part VIAmir Sarabadani2016-09-121-8/+8
* Convert all array() syntax to []Kunal Mehta2016-02-171-14/+14
* Fixed some @params documentation (includes/*)umherirrender2014-04-221-13/+13
* PathRouter: Fix documentation typoTimo Tijhof2014-03-071-1/+1
* Fixed spacing in files direct in includes folderumherirrender2013-04-211-5/+5
* Fixed @param tags to conform with Doxygen format.Tyler Anthony Romeo2013-03-111-4/+4
* fix some spacingumherirrender2013-02-041-1/+1
* Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-05-111-0/+21
* Parameter documentation for PathRouterReedy2012-04-251-2/+29
* Fix documentation to match potential codeReedy2012-04-071-2/+2
* Fix bug 34684 in my PathRouter code:Daniel Friesen2012-02-241-12/+44
* Fixing some of the "@return true" or "@return false", need to be "@return boo...Sam Reed2012-02-091-4/+4
* Followup r104676, r104688:Daniel Friesen2011-12-091-1/+47
* FU r104688:Aaron Schulz2011-12-081-13/+14
* Followup r104274, r104676. Fix the bug that broke fr. Forgot to rawurldecode ...Daniel Friesen2011-11-301-15/+15
* Recommit PathRouter code from r104274, r104284, r104285 without the WebReques...Daniel Friesen2011-11-301-0/+272
* Revert r104274, r104284, r104285 -- breaks special pages on non-englishBrion Vibber2011-11-281-272/+0
* Followup r104274; Add '$key' to the $data array as well.Daniel Friesen2011-11-261-0/+3
* Implement path routing code.Daniel Friesen2011-11-261-0/+269