Add wfAssembleUrl and unit tests. This is the next step towards fixing
authorgicode <gicode@localhost>
Tue, 15 Nov 2011 17:38:20 +0000 (17:38 +0000)
committergicode <gicode@localhost>
Tue, 15 Nov 2011 17:38:20 +0000 (17:38 +0000)
commit101e3cfa2d254c1ce6b7ac7cd77da3eeafa0df8a
treeea303b74be967d522128ba3a8c1f0b7591fb042f
parent72f648ae910b32a27d4af33ef06151310d9259a5
Add wfAssembleUrl and unit tests. This is the next step towards fixing
bug 32168.  This function is the inverse of wfParseUrl and is useful when you
need to modify part of a URL and have to put it back together.

Further, with the addition of this function, there is sufficient code in core
to create a proper URI class.
RELEASE-NOTES-1.19
includes/GlobalFunctions.php
tests/phpunit/includes/GlobalFunctions/wfAssembleUrlTest.php [new file with mode: 0644]