Correctly use $wgFeedLimit in page history feed
authorMatmaRex <matma.rex@gmail.com>
Sun, 7 Jul 2013 18:39:53 +0000 (20:39 +0200)
committerMatmaRex <matma.rex@gmail.com>
Sun, 7 Jul 2013 18:39:53 +0000 (20:39 +0200)
commit0b7ecb1a64e4baac354860ef2d3d094c13e178c4
treee7c73e08ab5cb601d5c99a1f045ebdc80fe49d5a
parent9cbd77868a92022170348504fb5444e4e1f302fa
Correctly use $wgFeedLimit in page history feed

The previous behavior enforced a minimal maximum of 10, even if
$wgFeedLimit was set to a lower value.

Also grepped everything for $wgFeedLimit and fixed all other
error-prone (but correct) uses.

Bug: 50886
Change-Id: Ia81bbadfcf4270b0f932b543265ca37f364530f3
includes/QueryPage.php
includes/actions/HistoryAction.php
includes/api/ApiFeedWatchlist.php