aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/populatePPSortKey.php
Commit message (Expand)AuthorAgeFilesLines
* Remove populatePPSortKey.phpDreamy Jazz2024-08-261-111/+0
* maintenance: Migrate to IDatabase::newUpdateQueryBuilderUmherirrender2024-04-141-7/+7
* maintenance: Introduce getReplicaDB() and getPrimaryDB()Amir Sarabadani2024-01-181-1/+1
* maintenance: Migrate another batch to SelectQueryBuilderAmir Sarabadani2023-09-211-13/+9
* Simplify WHERE conditions with field IS NULLUmherirrender2023-07-241-1/+1
* Use buildComparison() instead of raw SQL in more maintenance scriptsBartosz DziewoƄski2022-11-151-3/+4
* phan: Remove PhanPossiblyUndeclaredVariable suppressionUmherirrender2022-03-301-0/+2
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-1/+1
* Make populatePPSortKey less noisyDannyS7122020-04-111-1/+8
* Use array for 'ORDER BY'Umherirrender2019-11-291-1/+1
* Fix/suppress misc phan errors (#5)Kunal Mehta2019-04-051-0/+1
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Introduce Maintenance::getBatchSize()Max Semenik2017-11-051-1/+1
* build: Updating mediawiki/mediawiki-codesniffer to 13.0.0Umherirrender2017-09-251-2/+0
* Add some output messages to populatePPSortKeyReedy2017-07-261-1/+2
* Follow-up 993ce4d: use pp_page for $lastPageValue, not pp_valueRoan Kattouw2017-07-251-1/+1
* Add a maintenance script for populating pp_sortkeymdew1928372017-07-131-0/+105