aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/updateSpecialPages.php
Commit message (Expand)AuthorAgeFilesLines
* Update wfGetDB calls in Maintenance scripts to use getDB()Reedy2016-01-021-1/+1
* updateSpecialPages: Get rid of dead SpecialPage::getFile() codeKunal Mehta2015-10-271-5/+3
* Get the value of microtime() directly as float in updateSpecialPages.phpAlexandre Emsenhuber2014-10-201-6/+6
* Move QueryPage and abstract subclasses to specialpage folderKevin Israel2014-06-241-2/+2
* Update formatting in maintenance/ (4/4)Siebrand Mazeland2014-04-231-2/+2
* Moved $wgQueryPages stuff out of the global scope and into a functionChad Horohoe2014-03-181-5/+2
* Made UpdateSpecialPages support --list/--only with the callback updatesAaron Schulz2014-02-051-29/+39
* Fix QueryPage transaction planTim Starling2013-12-111-3/+0
* If --only and we've had a hit, no need to continue iteration over $wgQueryPagesReedy2013-08-221-0/+3
* Don't do special page cache updates if --list or --only parameters passedReedy2013-08-221-25/+33
* Fix help for --only: override doesn't work with CamelCaseNemo bis2013-08-171-1/+3
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-3/+3
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* Fixed spacing around parenthesis in languages/tests/maintenanceumherirrender2013-04-281-1/+1
* Fixed some spacing in maintenance folderumherirrender2013-04-181-1/+1
* Output special page name before attempting to run functionReedy2012-11-161-1/+1
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-09-031-2/+7
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Pass __METHOD__ to DatabaseBase::commit() and DatabaseBase::rollback()Alexandre Emsenhuber2012-02-281-1/+1
* Bunch of error suppression operator fixes (bug Chad Horohoe2011-07-061-1/+2
* Merge r86398 into the old wfWaitForSlaves. Update core calls.Platonides2011-04-201-2/+2
* Revert r86236Sam Reed2011-04-181-1/+1
* Update all core calls of SpecialPage->getName();Sam Reed2011-04-181-1/+1
* Refactor the factory/i18n/list/etc static methods from SpecialPage into their...Happy-melon2011-04-171-1/+1
* Removed call to OutputPage::disable()Alexandre Emsenhuber2011-02-101-2/+2
* Fix concern raised by Brion in r74108 (but has really existed since the maint...Chad Horohoe2011-01-131-1/+1
* No need to recreate a second object if we already have the good one ;)Alexandre Emsenhuber2010-12-221-4/+8
* Whitespace fixup under tha maint directory.Mark A. Hershberger2010-12-041-1/+1
* Standardised file description headers:Alexandre Emsenhuber2010-09-011-0/+1
* Stylize maintenance folder..Sam Reed2010-05-221-10/+10
* Followup r60051, with the rest of the callers and removing a useless subclass...Chad Horohoe2009-12-141-1/+1
* removed trailing whitespacesAlexandre Emsenhuber2009-11-231-5/+5
* upwards merge from deployment-58049, fix regression introduced by r54225 - sp...Domas Mituzas2009-10-231-2/+2
* * update identationAlexandre Emsenhuber2009-08-071-16/+19
* Revert r54244 which was stupid and fix this properly. Require commandLine.inc...Chad Horohoe2009-08-031-1/+1
* Don't put \n on the end of every error() call, just do it in error() itself. ...Chad Horohoe2009-08-021-2/+2
* Stay semicolon.Chad Horohoe2009-08-021-1/+1
* timestamp() fixes on updateSearchIndex.php, and declare globals in updateSpec...Chad Horohoe2009-08-021-2/+2
* Merge maintenance-work branch (now with less errors!):Chad Horohoe2009-08-021-101/+117
* Revert r52336 "Merge maintenance-work branch:"Brion Vibber2009-06-241-100/+100
* Merge maintenance-work branch:Chad Horohoe2009-06-241-100/+100
* * Maintain active user count for Special:Statistics (bug 13585)Aaron Schulz2008-08-311-42/+51
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-2/+7
* * Introduced LBFactory -- an abstract class for configuring database load bal...Tim Starling2008-03-301-2/+2
* * Added --override switch for disabled pages in updateSpecialPages.phpBrion Vibber2007-11-131-3/+4
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+1
* The war on redundant ampersand usage!Nick Jenkins2007-01-221-2/+2
* fix warbubg when the array is set to falseAntoine Musso2007-01-161-2/+2
* Added configuration global $wgDisableQueryPageUpdate to disable certain pages...Tim Starling2006-12-301-1/+9
* * (bug 8042) Make miser mode caching limits settable via $wgQueryCacheLimitBrion Vibber2006-12-041-1/+1