(bug 28401) Make RC en RCL honour options for rss/atom
authormrbluesky <mrbluesky@wikipedia.be>
Thu, 13 Dec 2012 21:59:02 +0000 (22:59 +0100)
committerGerrit Code Review <gerrit@wikimedia.org>
Sun, 16 Dec 2012 10:34:23 +0000 (10:34 +0000)
commitbb8ae34172eff5b13a12d74469636df28b72fa40
treececee00e03db62a897b83875f76d059941623e97
parent02f6386b3b1cd1b8f5d842b62bbccb5ae5a9f08c
(bug 28401) Make RC en RCL honour options for rss/atom

RecentChanges and RecentChangesLinked should link to atom/rss feeds using the same options as specified for the pages themselves. E.g. if somebody is looking at Special:RecentChanges&hideliu=1&namespace=1 the feed(s) should link to Special:RecentChanges&feed=atom&hideliu=1&namespace=1. All options available on RC and RCL are already supported by their feeds, except the maximum number of changes in feeds is bound by $wgFeedLimit.

Change-Id: I8fb00ccd7efdd962a8a42f0bce3eac5177e2cfbd
includes/specials/SpecialRecentchanges.php
includes/specials/SpecialRecentchangeslinked.php