aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/doMaintenance.php
Commit message (Expand)AuthorAgeFilesLines
...
* Implement extension registration from an extension.json fileKunal Mehta2015-01-081-0/+1
* Profiler code cleanupChad Horohoe2014-11-041-2/+2
* Maintenance: Add an easy way to access Config instancesKunal Mehta2014-09-091-0/+3
* Remove check for wikimedia-mode file, which no longer existswithoutaname2014-07-191-11/+0
* Pass phpcs-strict on maintenance/ (6/8)Siebrand Mazeland2014-04-231-1/+6
* Remove $wgTitle from all maintenance scriptsChad Horohoe2014-03-121-3/+0
* Remove vestiges of AdminSettings.phpChad Horohoe2014-01-291-6/+0
* Move closing parenthesis from multi line if and function to own lineumherirrender2013-12-011-3/+3
* Remove underscore from classes LCStore_*Siebrand Mazeland2013-11-171-1/+1
* Remove remaining calls to MWInit methodsKevin Israel2013-09-151-6/+4
* Deprecate MWFunction::call and ::callArrayKevin Israel2013-07-191-1/+1
* Move inclusion of the Composer autoloader to after inclusion of DefaultSettingsjeroendedauw2013-07-151-4/+5
* Support installing PHPUnit using composer.Daniel Friesen2013-06-071-1/+5
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-10/+10
* echo is not a functionumherirrender2013-05-091-1/+1
* Remove hphpc support and deprecate related functionsTim Starling2013-05-091-12/+6
* Fixed some spacing in maintenance folderumherirrender2013-04-181-2/+3
* Set up the profiler in CLI mode.Aaron Schulz2013-04-171-2/+7
* (bug 42600) (bug 24375) Fix doMaintenance.php exit procedures.Tyler Anthony Romeo2013-02-201-0/+8
* style: normalize end of filesAntoine Musso2013-02-031-1/+0
* Log profiling info from maintenance scripts.daniel2013-02-011-0/+3
* Disable the db LCStore if the maintenance script doesn't need a db.Platonides2012-06-261-0/+5
* revert r102636Antoine Musso2011-11-241-2/+1
* load up includes/Setup.php before Maintenance::finalSetup()Antoine Musso2011-11-101-1/+2
* Stupid merge conflicts, fix r96537Chad Horohoe2011-09-081-3/+1
* Last fix for r96529, I swear...only CommonSettings.php needs interpretPath()....Chad Horohoe2011-09-081-0/+2
* Another fix for r96529: using MW_CONFIG_CALLBACK should halt normal settings ...Chad Horohoe2011-09-081-10/+12
* Tweaks to WikimediaMaintenance:Chad Horohoe2011-09-081-4/+2
* Updated doMaintenance since wmf-config/ was moved up a dirAaron Schulz2011-07-181-4/+4
* Remove superfluous inclusion of SiteConfiguration in doMaintenance. It's in t...Chad Horohoe2011-06-301-1/+0
* Kill $wgWikiFarm. Only use in a wmf code path, and I can't find any evidence ...Chad Horohoe2011-06-031-1/+0
* HipHop improvements:Tim Starling2011-05-301-12/+4
* Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia...Siebrand Mazeland2011-05-171-2/+2
* Remove install-utils.inc marked for 1.19 removalSam Reed2011-05-061-1/+0
* Followup r86228 (profiling cleanup):Chad Horohoe2011-04-161-1/+1
* More profiler cleanup:Chad Horohoe2011-04-161-7/+2
* First step of reorganizing profiling files:Chad Horohoe2011-04-161-1/+1
* The beginnings of HipHop compiled mode support. It works now for parser cache...Tim Starling2011-04-041-10/+28
* Followup r80205: scripts using commandLine.inc were failing the shouldExecute...Chad Horohoe2011-01-141-1/+3
* Fix concern raised by Brion in r74108 (but has really existed since the maint...Chad Horohoe2011-01-131-5/+6
* Per my comment on r68760: Make MWfunction class, complete with call_user_func...X!2011-01-021-6/+1
* Remove some of the rubbish that has been accumulating in the default LocalSet...Tim Starling2010-12-061-2/+1
* Revert r77358, didn't have intended affect, and broke unittestsSam Reed2010-11-271-10/+10
* Create instance of Maintenance class after AutoLoader and DefinesSam Reed2010-11-271-10/+10
* $options doesn't exist in PurgeListSam Reed2010-11-271-1/+1
* Followup r68760: add commentChad Horohoe2010-10-181-0/+1
* * add wfRunMaintenance() script to simplify maint script writingMark A. Hershberger2010-09-041-0/+1
* r68756 - Make the use of MW_CONFIG_CALLBACK compatible with PHP 5.1Mark A. Hershberger2010-06-301-2/+7
* * consolidate some installer functionals into the Installer classMark A. Hershberger2010-06-271-3/+8
* Stylize maintenance folder..Sam Reed2010-05-221-6/+6