https://bugzilla.wikimedia.org/show_bug.cgi?id=20162

           Summary: Change $wgRCMaxAge default to support
                    Special:RecentChanges consistancy
           Product: MediaWiki
           Version: 1.14.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: Special pages
        AssignedTo: [email protected]
        ReportedBy: [email protected]


When looking at /includes/DefaultSettings.php and reading this:
http://www.mediawiki.org/wiki/Manual:$wgRCMaxAge

The default for $wgRCMaxAge is one week. Anything older than a week is deleted.

If you look at the Special:RecentChanges page itself, ie:
http://www.mediawiki.org/wiki/Special:RecentChanges

You can filter by one week to 14 and 30 days. With an $wgRCMaxAge of one week
the 14 and 30 day filters will never be valid, thus making users think the
Special:RecentChanges page is buggy due to the inconsistancy. Changing this
value is simplistic in itself but what's being packaged in the software should
match with the page it's being used on.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to