aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/includes
Commit message (Expand)AuthorAgeFilesLines
* Merge "WikiMap: Add WikiMap::getCurrentWikiId() to make common use case easier"jenkins-bot2020-03-031-1/+1
|\
| * WikiMap: Add WikiMap::getCurrentWikiId() to make common use case easierTimo Tijhof2020-03-031-1/+1
* | Revert "Split FakeMaintenance and LoggedUpdateMaintenance to their own files"Daimona Eaytoy2020-03-032-108/+0
|/
* Split FakeMaintenance and LoggedUpdateMaintenance to their own filesReedy2020-02-282-0/+108
* Introduce ContentHandlerFactoryArtBaltai2020-02-071-2/+4
* Pass 1 always as string to IDatabase::select and friendsUmherirrender2020-01-111-1/+1
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-103-6/+6
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-1/+1
* Merge "benchmarks: Exclude from PHPUnit test coverage"jenkins-bot2019-12-181-0/+191
|\
| * benchmarks: Exclude from PHPUnit test coverageTimo Tijhof2019-12-181-0/+191
* | Add string casts when using array_keys() with SQL query conditionsBrad Jorsch2019-12-161-1/+1
|/
* build: Upgrade phan to 0.9.0Daimona Eaytoy2019-12-072-1/+1
* make BackupDumper use vslow/dumps dbservers even for short queriesAriel T. Glenn2019-11-291-1/+1
* Set method visibility on maintenance scriptsUmherirrender2019-11-163-39/+39
* Set public for override of Maintenance functionsUmherirrender2019-10-092-5/+5
* Merge "maintenance: Explicitly declare all used properties"jenkins-bot2019-09-091-0/+29
|\
| * maintenance: Explicitly declare all used propertiesDaimona Eaytoy2019-09-091-0/+29
* | Mostly drop old pre-actor user schemasBrad Jorsch2019-09-091-11/+13
|/
* docs: Fix Doxygen parsing of @var descriptions with $var namesTimo Tijhof2019-09-051-22/+58
* docs: Factor out MWDoxygenFilter from mwdoc-filter.php with testsTimo Tijhof2019-09-051-0/+107
* Use Maintenance::getConfig in some maintenance scriptsUmherirrender2019-09-011-2/+2
* Unsuppress phan issues part 6Daimona Eaytoy2019-09-011-0/+1
* Unsuppress more phan issues (part 5)Daimona Eaytoy2019-09-011-0/+1
* Unsuppress other phan issues (part 4)Daimona Eaytoy2019-08-311-6/+6
* Unsuppress more phan issues (part 3)Daimona Eaytoy2019-08-311-2/+3
* Unsuppress other phan issues with low countDaimona Eaytoy2019-08-301-0/+1
* replace wfGetDB (discouraged for use) with Maintenance::getDB in dumps scriptsAriel T. Glenn2019-08-211-1/+1
* Convert maintenance scripts to LoadBalancer::getMaintenanceConnectionRef()Aaron Schulz2019-08-022-8/+7
* Merge "Replace wfWiki() usage with WikiMap in some additional places"jenkins-bot2019-07-231-2/+3
|\
| * Replace wfWiki() usage with WikiMap in some additional placesAaron Schulz2019-07-041-2/+3
* | Migrate various callers away from wfWikiId() to WikiMapAaron Schulz2019-07-122-2/+6
|/
* Add support for xml dump schema 0.11daniel2019-06-271-1/+1
* maintenance: Use addDescription() instead of accessing mDescription directlyDerick Alangi2019-06-111-1/+1
* for two-stage dumps make the location of MWScript.php alterableAriel T. Glenn2019-05-161-6/+12
* move 7zip.inc to a regular php fileAriel T. Glenn2019-05-132-1/+99
* move most of dumpTextPass to an include file so it can be subclassedAriel T. Glenn2019-05-131-0/+1019
* allow xml page content or metadata dumps to target specific namespacesAriel T. Glenn2019-04-181-1/+2
* MigrateActors: Improve query for log_search rowsBrad Jorsch2019-04-021-1/+1
* Fix typo in MigrateActors.phpBrad Jorsch2019-04-021-2/+2
* Merge "make xml abstracts, stubs and page log dumps work again"jenkins-bot2019-03-241-0/+1
|\
| * make xml abstracts, stubs and page log dumps work againAriel T. Glenn2019-03-241-0/+1
* | Make use of the list() feature where it makes senseThiemo Kreuz2019-03-241-2/+1
|/
* Merge "add lbzip2 output processor for exports"jenkins-bot2019-03-231-1/+2
|\
| * add lbzip2 output processor for exportsAriel T. Glenn2019-03-241-1/+2
* | RevDel: Avoid log_search rows with empty values for target_author_actorBrad Jorsch2019-03-211-19/+84
* | Make the XML dump schema version configurable.daniel2019-03-211-0/+15
|/
* Various fixes for phan-taint-checkBrian Wolff2019-03-161-0/+2
* maintenance: Remove unused code from several maintenance scriptsThiemo Kreuz2019-03-032-4/+0
* maintenance: Add missing limit parameters to some explode()Thiemo Kreuz2019-03-011-7/+2
* Add missing use for IMaintainableDatabaseUmherirrender2019-02-201-0/+1