Allow more flexibility in RC feeds
authorKunal Mehta <legoktm@gmail.com>
Tue, 27 May 2014 00:50:11 +0000 (17:50 -0700)
committerKunal Mehta <legoktm@gmail.com>
Tue, 27 May 2014 02:27:54 +0000 (19:27 -0700)
commit8e980dfbf518836e958cb2351ee5ff9e44fc9081
tree40a81549122751ddf2994a334efdd339c6b93192
parentc4957b93a4b175e64c199781ea7aae6cd0cf8a3f
Allow more flexibility in RC feeds

The user can now specify which feeds to send to in
RecentChange::notifyFeeds if they don't want to use
$wgRCFeeds.

Additionally, the 'formatter' in $wgRCFeeds can now be an object
rather than just a class name.

Change-Id: Ibfdffc17a934e35223887c123331795563102752
includes/DefaultSettings.php
includes/changes/RecentChange.php