aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/update.php
Commit message (Expand)AuthorAgeFilesLines
...
* Set public for override of Maintenance functionsUmherirrender2019-10-091-3/+3
* Unsuppress another phan issue (part 7)Daimona Eaytoy2019-09-031-2/+2
* Revert "Output more MW version info in update.php"Reedy2019-08-271-4/+0
* Merge "Migrate various callers away from wfWikiId() to WikiMap"jenkins-bot2019-07-121-1/+3
|\
| * Migrate various callers away from wfWikiId() to WikiMapAaron Schulz2019-07-121-1/+3
* | Allow PHP version check to execute on older version of PHPBill Pirkle2019-07-111-1/+1
* | Allow PHP version check to execute on older versions of PHPBill Pirkle2019-07-101-3/+12
|/
* Output more MW version info in update.phpReedy2019-06-261-0/+4
* Simplify a few list() that only care about the first elementThiemo Kreuz2019-05-171-1/+1
* Allow extensions to add params to the update.php maintenance scriptBill Pirkle2019-03-261-0/+18
* Load installer i18n when running update.phpReedy2018-10-111-1/+4
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-4/+4
* build: Updating mediawiki/mediawiki-codesniffer to 15.0.0Umherirrender2018-01-011-2/+0
* Maintenance: add fatalError() methodBryan Davis2017-11-211-11/+9
* Ignore long git hashes for eval-stdin.phpReedy2017-11-151-2/+4
* Shorten git hashes for eval-stdin.phpReedy2017-11-151-2/+2
* SECURITY: update.php: Remove eval-stdin.php if necessaryKunal Mehta2017-11-151-0/+18
* Merge "Check minimum database server version when running update.php"jenkins-bot2017-10-201-0/+10
|\
| * Check minimum database server version when running update.phpKunal Mehta2017-10-021-0/+10
* | Move wfCountDown() into Maintenance classMax Semenik2017-10-121-2/+2
|/
* Use IDatabase type hints in /maintenanceAaron Schulz2017-04-071-1/+3
* maintenance: Replace implicit Bugzilla bug numbers with Phab onesJames D. Forrester2017-02-211-2/+2
* Small DB classes IDEA warning fixes and cleanupsAaron Schulz2016-10-231-0/+1
* update.php: Don't check for mbstring extensionKevin Israel2016-06-151-7/+0
* Remove unused and undocumented $wgUseMasterForMaintenanceChad Horohoe2016-06-131-1/+0
* Fix mbstring check in update.phpKevin Israel2016-04-081-1/+2
* Kill mbstring fallbacksMax Semenik2016-04-061-0/+6
* Many more function case mismatchesReedy2016-03-191-2/+2
* maintenance: Remove odd use of $wgLangTimo Tijhof2016-03-031-2/+5
* Convert all array() syntax to []Kunal Mehta2016-02-171-3/+3
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* Update wfGetDB calls in Maintenance scripts to use getDB()Reedy2016-01-021-1/+1
* Remove a few more PHP4-isms from update.phpReedy2015-06-281-4/+2
* Check for dependencies in entry point and Maintenance.phpaude2015-05-231-5/+0
* Remove PHP4 "support" from using constant in update.phpReedy2015-05-111-2/+1
* Merge "update.php: Remove max seconds of lag from wfWaitForSlaves() call"jenkins-bot2015-05-061-1/+1
|\
| * update.php: Remove max seconds of lag from wfWaitForSlaves() callKevin Israel2015-03-031-1/+1
* | update.php: Correctly report durations >= 1 hourKevin Israel2015-04-071-4/+5
* | Clean up $wgSQLiteDataDir handling and removed standalone sqlite classAaron Schulz2015-03-091-1/+1
|/
* update.php: Add option to not check if external dependencies are up to dateKunal Mehta2015-01-311-2/+12
* update.php: Run checkComposerLockUpToDate.phpKunal Mehta2015-01-231-0/+4
* Make sure that the temp zone has an .htaccess fileAaron Schulz2014-11-061-1/+2
* Require PHP >= 5.3.3Kunal Mehta2014-10-301-1/+1
* Use PHP_VERSION constant instead of phpversion() function callChad Horohoe2014-07-091-1/+1
* Make update.php file executablephysikerwelt2014-05-091-0/+1
* Pass phpcs-strict on maintenance/ (1/8)Siebrand Mazeland2014-04-221-4/+15
* Remove $wgTitle from all maintenance scriptsChad Horohoe2014-03-121-2/+1
* Installer: Remove two environmental checksKevin Israel2014-01-221-15/+3
* Check for very old PCRE versions in installer and updaterKevin Israel2014-01-211-0/+14
* update.php: Fix PHP4 syntax errorKevin Israel2013-12-161-2/+2