aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/refreshLinks.php
Commit message (Expand)AuthorAgeFilesLines
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* maintenance: Use expression builder instead of raw sqlUmherirrender2024-07-221-1/+2
* Use expression builder to avoid raw sql via BETWEEN operatorUmherirrender2024-04-211-6/+7
* maintenance: Migrate to IDatabase::newUpdateQueryBuilderUmherirrender2024-04-141-2/+6
* maintenance: Introduce getReplicaDB() and getPrimaryDB()Amir Sarabadani2024-01-181-1/+1
* maintenance: Migrate to DeleteQueryBuilderAmir Sarabadani2024-01-021-2/+8
* Use thousands separators in selected integer literalsTim Starling2023-12-121-3/+3
* Namespace remaining files under includes/deferredJames D. Forrester2023-11-221-0/+1
* Replace more single-value $db->buildComparison() with $db->expr()Bartosz Dziewoński2023-10-221-4/+4
* Re-apply "Remove allowances for missing `redirect` rows"Bartosz Dziewoński2023-10-181-11/+2
* Revert "Remove allowances for missing `redirect` rows"Bartosz Dziewoński2023-10-131-2/+11
* Remove allowances for missing `redirect` rowsBartosz Dziewoński2023-10-031-11/+2
* installer: Add database updater for 2008/2011 redirect schema changesBartosz Dziewoński2023-09-211-4/+6
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-2/+2
* Fix various typos and documentation issuesMatěj Suchánek2023-08-271-1/+1
* refreshLinks: Use join instead of subquery for dfnCheckInterval()Func2023-08-251-10/+10
* refreshLinks: Fix refreshing pages in categoryFunc2023-08-241-1/+3
* refreshLinks: Introduce `--touched-only` optionFunc2023-08-221-0/+7
* refreshLinks: Skip DFN if the namespace option is givenFunc2023-08-221-20/+8
* refreshLinks: Improve efficiency of page filteringFunc2023-08-221-168/+82
* refreshLinks: Remove unrelated check on the `tracking-category` optionFunc2023-08-171-5/+1
* Simplify WHERE conditions with field IS NULLUmherirrender2023-07-241-2/+2
* maintenance: Switch simple calls of Database::select to SQBAmir Sarabadani2023-07-191-36/+36
* refreshLinks: set a causeAction for SecondaryDataUpdatesDavid Causse2023-06-121-0/+1
* refreshLinks: Add verbose optionsamtar2023-03-071-0/+13
* TrackingCatgories: Change doc from Title to LinkTargetUmherirrender2023-03-021-3/+4
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Use more narrow database interfaces in maintenance scriptsthiemowmde2023-02-271-3/+3
* Merge "Add --before-timestamp option to refreshLinks.php"jenkins-bot2023-02-211-5/+21
|\
| * Add --before-timestamp option to refreshLinks.phpKunal Mehta2023-02-191-5/+21
* | refreshLinks: Use namespaceCond()Kunal Mehta2023-02-181-4/+1
|/
* ParserCache: Improve docs for cache type and purgeParserCache.phpTimo Tijhof2023-01-301-4/+1
* Merge "Use buildComparison() instead of raw SQL in more maintenance scripts"jenkins-bot2022-12-011-3/+4
|\
| * Use buildComparison() instead of raw SQL in more maintenance scriptsBartosz Dziewoński2022-11-151-3/+4
* | Various doc fixes about false on method arguments/return typesUmherirrender2022-11-101-1/+1
|/
* maintenance: Use $this->waitForReplication()Amir Sarabadani2022-10-241-10/+7
* Replace trivial usages of code in strings with concatenationThiemo Kreuz2022-08-261-3/+3
* Introduce `Redirect(Lookup&Store)` services to handle redirectsDerick Alangi2021-12-011-1/+1
* Convert TrackingCategories to a service with DIDannyS7122021-10-081-2/+1
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-2/+2
* build: Update mediawiki/mediawiki-codesniffer to 35.0.0Umherirrender2021-01-311-1/+1
* refreshLinks.php: use hasOption() rather than getOption and assignment in con...Reedy2021-01-281-3/+6
* Replace deprecated WikiPage::factory/newFromID in maintenance scriptsUmherirrender2020-11-121-3/+4
* Pass function name to database functions (maintenance scripts)Umherirrender2020-06-071-1/+1
* Hooks::run() call site migrationTim Starling2020-05-301-1/+1
* Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineCommentReedy2020-05-211-1/+2
* Fix PSR12.Properties.ConstantVisibility.NotFound in maintenance/Reedy2020-05-091-1/+1
* Replace wfWaitForSlaves() with LBFactory::waitForReplication()Reedy2020-05-021-7/+10
* phan: Disable enable_class_alias_supportUmherirrender2019-09-151-1/+1
* maintenance: Avoid usage of deprecated Revision::* constantsDerick Alangi2019-07-211-1/+2