Solved it. In case somebody else wants to know: On 12/18/2011 05:07 PM, Kilian wrote: > on Special:RecentChanges, the number of recent changes to display can > be adjusted using the URL parameter 'limit'. However, this parameter > does not seem to have any effect on the RSS/Atom feed of recent > changes, which is associated with this page. Why is that,
It's actually the paramter 'days' that is ignored in the feed case. > and what can I do to get a recent changes feed that displays more > items than the default 50? Set the user option 'rcdays' to a higher value, e.g. by setting $wgDefaultUserOptions['rcdays'] = 30; in LocalSettings.php. Also make sure $wgRCMaxAge is big enough to actually save so many items. _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
