aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/storage/recompressTracked.php
Commit message (Expand)AuthorAgeFilesLines
* maintenance: Use type declaration on undocumented private functionsUmherirrender2025-03-311-1/+1
* build: Upgrade mediawiki/mediawiki-phan-config from 0.14.0 to 0.15.0James D. Forrester2024-12-191-0/+1
* maintenance: Add missing documentation to class propertiesUmherirrender2024-09-131-0/+19
* maintenance: remove Database::clearFlag() call in recompressTracked.phpAaron Schulz2024-08-081-1/+0
* maintenance: Use expression builder instead of raw sqlUmherirrender2024-07-221-1/+1
* rdbms: Remove IReadableDatabase::getReplicaPos()Amir Sarabadani2024-04-301-6/+1
* Stop using LoadBalancer::getConnectionRef() so it can be hard-deprecatedAmir Sarabadani2024-04-301-8/+1
* maintenance: storage: Fix multiple property declaration phpcs errorsTaavi Väänänen2024-04-211-3/+8
* maintenance: Migrate to IDatabase::newUpdateQueryBuilderUmherirrender2024-04-141-18/+21
* Replace last remaining wfGetDB() calls in core, except ResourceLoaderJames D. Forrester2024-02-141-10/+14
* maintenance: Migrate to expression buildersAmir Sarabadani2024-01-171-4/+4
* Use thousands separators in selected integer literalsTim Starling2023-12-121-1/+1
* Convert numerous DB queries to use QueryBuildersReedy2023-10-091-6/+5
* maintenance: Migrate another batch to SelectQueryBuilderAmir Sarabadani2023-09-211-11/+7
* Simplify WHERE conditions with field IS NULLUmherirrender2023-07-241-1/+1
* maintenance: Switch simple calls of Database::select to SQBAmir Sarabadani2023-07-191-57/+48
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Reorg: Migrate WikiMap to WikiMap/ out of includesAmir Sarabadani2023-02-271-0/+1
* Various whitespace changesUmherirrender2022-07-121-1/+1
* phan: Disable scalar_implicit_cast settingUmherirrender2022-03-181-0/+1
* maintenance: Replace some usages of Wikimedia\(suppress|restore)Warnings()Reedy2022-02-241-2/+3
* ExternalStoreDB: Rename getMaster to getPrimaryJames D. Forrester2021-09-031-1/+1
* IDatabase: Rename masterPosWait to primaryPosWaitJames D. Forrester2021-09-021-1/+1
* Simplify else-branches after continue/breakUmherirrender2021-08-171-1/+2
* Remove dead variables and functions and unneeded parenthesisUmherirrender2021-08-131-13/+0
* ILoadBalancer and IDatabase: Rename getMasterPos to getPrimaryPosJames D. Forrester2021-08-021-1/+1
* Rename DB primary position interfaces to DBPrimaryPos and MySQLPrimaryPosJames D. Forrester2021-08-021-1/+1
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-4/+4
* build: Enable phan-taint-check-plugin and suppress issuesUmherirrender2020-12-301-2/+0
* Suppress taint-check issues in maintenance scripts/cli contextUmherirrender2020-12-071-0/+2
* maintenance: Move commandLine from .inc to .phpJames D. Forrester2020-09-281-1/+1
* Pass function name to database functions (maintenance scripts)Umherirrender2020-06-071-1/+1
* Remove terminating line breaks from debug messagesTim Starling2020-06-031-1/+1
* WikiMap: Add WikiMap::getCurrentWikiId() to make common use case easierTimo Tijhof2020-03-031-1/+1
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-2/+2
* build: Upgrade phan to 0.9.0Daimona Eaytoy2019-12-071-1/+1
* Set method visibility on maintenance scriptsUmherirrender2019-11-161-25/+25
* Set public for override of Maintenance functionsUmherirrender2019-10-091-5/+5
* Merge "Remove Revision::getRevisionText and gated pre-MCR schema access"jenkins-bot2019-09-271-2/+9
|\
| * Remove Revision::getRevisionText and gated pre-MCR schema accessPetr Pchelko2019-09-271-2/+9
* | In recompressTracked.php, fix the names of things related to child processesTim Starling2019-09-271-34/+34
|/
* maintenance: Explicitly declare all used propertiesDaimona Eaytoy2019-09-091-0/+2
* recompressTracked.php: Fix typehint of RecompressTracked::dispatch()Umherirrender2019-09-081-1/+1
* Unsuppress other phan issues (part 4)Daimona Eaytoy2019-08-311-1/+1
* Convert maintenance scripts to LoadBalancer::getMaintenanceConnectionRef()Aaron Schulz2019-08-021-3/+4
* Merge "Replace wfWiki() usage with WikiMap in some additional places"jenkins-bot2019-07-231-1/+3
|\
| * Replace wfWiki() usage with WikiMap in some additional placesAaron Schulz2019-07-041-1/+3
* | Migrate various callers away from wfWikiId() to WikiMapAaron Schulz2019-07-121-1/+1
|/
* Make ExternalStore wrap ExternalStoreFactory and create access classAaron Schulz2019-06-281-1/+3
* Get rid of unnecessary func_get_args() and friendsAryeh Gregor2019-04-121-2/+1