Last modified: 2010-05-15 15:54:51 UTC
Created attachment 5063 [details] PageHistory patch PageHistory don't use limit request parameter.
Done in r37508
Reverted in r37536 by Brion
(In reply to comment #2) > Reverted in r37536 by Brion Why ?
Clicking the link would have told you: Revert r37508 for now ((bug 14778) 'limit' parameter now applies to history feeds as well as history pages) The $limit parameter isn't validated properly as a limit, and is passed to the database producing an SQL error if negative.
Reimplemented in r37699, no longer allows negatives.