"Hashar" changed the status of MediaWiki.r105809 to "resolved" and commented it.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/105809#c31501

Old Status: ok
New Status: resolved

Commit summary for MediaWiki.r105809:

Update wfArrayToCGI and wfCgiToArray:
- 'foo' => '' now outputs "&foo=" instead of the key being omitted
- 'foo' => null and 'foo' => false now omit the key instead of outputting 
"&foo="
- Added a test to make sure that 'foo' => true outputs "&foo=1"
- Fixed a php notice caused when passing a =value-less bit like "&qwerty" to 
wfCgiToArray by treating it like php and extracting it as 'qwerty' => ''
- Updated tests

Hashar's comment:

Caused Bug 34736 - empty limit on special pages causes navigation issues
Fixed by r112474

_______________________________________________
MediaWiki-CodeReview mailing list
mediawiki-coderev...@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to