Improve UI for Special:Recentchanges and Special:Recentchangeslinked.
authorDaniel Friesen <dantman@users.mediawiki.org>
Sat, 17 May 2008 16:08:34 +0000 (16:08 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Sat, 17 May 2008 16:08:34 +0000 (16:08 +0000)
commitb7f509c7b6bef857425925a0616057e2245d0b51
tree82adbe2f026b5252e5893882e1d45c020dc193dc
parentbeedd5c5f3fe1b2f82ec6e4e4f8acfcea977e6fe
Improve UI for Special:Recentchanges and Special:Recentchangeslinked.
* Allow configuration of the default limit and days links with the variables $wgRCLinkLimits and $wgRCLinkDays.
* When selecting a limit and a days on the special pages, if you use a number not within the default list it will be added to the display.
** The selected limit and days is bolded. (This can be considered the first step for bug 3327)
* Optional other configuration option $wgRCFilterByAge, when enabled the list of days will be filtered so that only links within what $wgRCMaxAge says will be stored in the database will be displayed. Note that this is disabled by default because MediaWiki doesn't quite seam to trim out old entries as quickly as $wgRCMaxAge says it should be and some people appear to use the extra 30days links to display older entries even though $wgRCMaxAge is set to 7days on said wiki.

This should also solve bug 9257.
includes/DefaultSettings.php
includes/Setup.php
includes/SpecialRecentchanges.php