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

           Summary: Deprecate $wgAPICacheHelp in favour of
                    $wgAPICacheHelpTimeout
           Product: MediaWiki
           Version: 1.17
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: API
        AssignedTo: roan.katt...@gmail.com
        ReportedBy: s...@reedyboy.net
                CC: bryan.tongm...@gmail.com, s...@reedyboy.net,
                    vasi...@gmail.com, soxre...@gmail.com


Setting $wgAPICacheHelpTimeout = 0 should have the same effect as toggling
$wgAPICacheHelp (boolean). i.e. if we set the timeout to 0, it won't be cached
at all, if we set it to > 0, it will be cached.

No real need for the boolean to do this, per Niklas on
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/56559#c4072

Added in r56559, r56091

Not quite sure what the process of disabling globals is...

Do we stop listening to the on/off in the main code, but only make it have any
effect in the setup phases...

ie if $wgApiCacheHelp = false, $wgApiCacheHelpTimeout = 0...

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

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to