"Hashar" posted a comment on MediaWiki.r112474.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/112474#c31502

Commit summary for MediaWiki.r112474:

(bug 34736) empty limit on special pages causes navigation issues

On special pages, the older link showed a limit='' query parameter which
made the page show nothing ('' is evalued to a limit of 0 articles).

The cause is r105809 which changed the way we interprets parameters in
wfArrayToCGI() and wfCGIToArray(). Previously, An empty string value would skip
the key, after r105809, we need to use null.

Hashar's comment:

Tagging for 1.19 since that is a regression :-]

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

Reply via email to