aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/storage/checkStorage.php
Commit message (Expand)AuthorAgeFilesLines
* maintenance: Use type declaration on undocumented private functionsUmherirrender2025-03-311-3/+3
* Replace a number of uses of class aliases with the real thingsJames D. Forrester2025-03-261-0/+1
* externalstore: cleanup ExternalStoreDB::getTable() and fix callersAaron Schulz2024-09-181-2/+2
* maintenance: Add missing documentation to class propertiesUmherirrender2024-09-131-0/+1
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* Use namespaced classes (1)Umherirrender2024-06-161-0/+1
* Merge "Use expression builder to avoid raw sql via BETWEEN operator"jenkins-bot2024-04-231-1/+4
|\
| * Use expression builder to avoid raw sql via BETWEEN operatorUmherirrender2024-04-211-1/+4
* | maintenance: storage: Fix multiple property declaration phpcs errorsTaavi Väänänen2024-04-211-1/+2
|/
* maintenance: Migrate to IDatabase::newUpdateQueryBuilderUmherirrender2024-04-141-7/+12
* maintenance: Introduce getReplicaDB() and getPrimaryDB()Amir Sarabadani2024-01-181-6/+6
* WikiImporter: Pass Authority for permissions instead of global contextBartosz Dziewoński2023-12-111-1/+3
* maintenance: Migrate another batch to SelectQueryBuilderAmir Sarabadani2023-09-211-10/+10
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-6/+5
* maintenance: Switch simple calls of Database::select to SQBAmir Sarabadani2023-07-191-41/+36
* Make some storage scripts use Maintenance classdaniel2023-06-141-10/+21
* build: Cleanup of .phpcs.xmlUmherirrender2023-04-131-0/+1
* Fix some PHPStorm inspections (#1)Tim Starling2023-03-251-2/+2
* Use short array destructuring instead of list()Tim Starling2022-10-211-1/+1
* checkStorage: pass no parameters to WikiRevision::getContent()Universal Omega2021-10-241-2/+1
* CheckStorage: Annotate importRevision $revision parameter as being WikiRevisionReedy2021-10-211-0/+3
* Fix checkStorage.phpUniversal Omega2021-10-211-1/+1
* HistoryBlobStub: add getLocation() to get $mOldIdUniversal Omega2021-10-191-1/+1
* build: Update mediawiki/mediawiki-phan-config to 0.11.0Umherirrender2021-09-071-2/+0
* Use array_fill_keys() instead of array_flip() if that reflects the developer'...Tim Starling2021-06-151-1/+1
* WikiImporter: inject servicesZabeMath2021-05-241-4/+3
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-3/+3
* Use static closures where safe to useUmherirrender2021-02-111-1/+1
* build: Enable phan-taint-check-plugin and suppress issuesUmherirrender2020-12-301-7/+0
* build: Upgrade mediawiki-phan-config from 0.10.5 to 0.10.6James D. Forrester2020-12-171-2/+0
* Suppress taint-check issues in maintenance scripts/cli contextUmherirrender2020-12-071-0/+7
* maintenance: Move commandLine from .inc to .phpJames D. Forrester2020-09-281-1/+1
* includes: Use expression assignment operator += or |= where possibleUmherirrender2020-07-311-3/+3
* phan: Enable redundant_condition_detectionUmherirrender2020-07-011-0/+2
* Replace core uses and hard deprecate Revision::(de)compressRevisionTextDannyS7122020-06-041-1/+1
* Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineCommentReedy2020-05-211-1/+1
* Fix PSR12.Properties.ConstantVisibility.NotFound in maintenance/Reedy2020-05-091-1/+1
* Remove compat code for pre-MCR schema.daniel2020-03-241-49/+30
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-2/+2
* build: Upgrade phan to 0.9.0Daimona Eaytoy2019-12-071-1/+3
* Set method visibility on maintenance scriptsUmherirrender2019-11-161-5/+5
* Remove Revision::getRevisionText and gated pre-MCR schema accessPetr Pchelko2019-09-271-2/+19
* externalstore: deprecate getLBInfo() dependency in ExternalStoreDBAaron Schulz2019-09-101-2/+2
* Unsuppress another phan issue (part 7)Daimona Eaytoy2019-09-031-0/+2
* maintenance: Avoid usage of deprecated Revision::* constantsDerick Alangi2019-07-211-1/+2
* Make ExternalStore wrap ExternalStoreFactory and create access classAaron Schulz2019-06-281-2/+5
* Remove references to field rev_text_idBill Pirkle2019-04-221-10/+39
* Fix order of @var parameter in PHPFomafix2019-04-081-1/+1
* Replace deprecated function wfEscapeShellArg with Shell::escape()Derick Alangi2019-04-071-1/+2
* Avoid using calls to freeResults() and allow object go out of scopeDerick Alangi2019-03-231-7/+0