Go to the source code of this file.
Classes | |
class | QueryPage |
This is a class for doing query pages; since they're almost all the same, we factor out some of the functionality into a superclass, and let subclasses derive from it. More... | |
Variables | |
global | $wgQueryPages |
List of query page classes and their associated special pages, for periodic updates. | |
global | $wgDisableCounters |
Definition in file QueryPage.php.
global $wgDisableCounters |
Definition at line 52 of file QueryPage.php.
$wgQueryPages |
List of query page classes and their associated special pages, for periodic updates.
DO NOT CHANGE THIS LIST without testing that maintenance/updateSpecialPages.php still works.
Definition at line 15 of file QueryPage.php.