Last modified: 2012-05-03 02:42:47 UTC
When on the default 50 per-page layout of Special:NewPages on simple.wikipedia, when one clicks "older 50", the entire page messes up and shows as if there is nothing there, and in place of "newer 50" (which should be there), there is "newer 0".
Step to reproduce: http://simple.wikipedia.org/wiki/Special:NewPages Look at the URL for the (older 50) link, it has a &limit= parameter. Click on it: output screwed :-]
caused by r105809 which changed wfArrayToCGI() and wfCgiToArray()
fixed by r112474
merged to 1.19wmf1 with r112475 and website updated! Seems good now :-]