Load limiting work for Recentchanges RSS/Atom feeds:
authorBrion Vibber <brion@users.mediawiki.org>
Sun, 12 Dec 2004 04:13:19 +0000 (04:13 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sun, 12 Dec 2004 04:13:19 +0000 (04:13 +0000)
commit8cd58f6551ed69c6a9b2d4414d63d1cc7c1b5727
treed744dff9224ae8d82df732696c9ff3656d656194
parent98537591d326b824119670d2a6ac3577e2499e5e
Load limiting work for Recentchanges RSS/Atom feeds:
* Cache feeds for up to a day
* Maximum number of rows to show
* Minimum timeout between changes to re-cache
* Maximum article size to show diffs for (will show diff link instead for larger)
* Also, return 500 error if asked for an invalid feed format instead of silently showing the html
includes/DefaultSettings.php
includes/Feed.php
includes/SpecialRecentchanges.php