aboutsummaryrefslogtreecommitdiffstats
path: root/includes/deferred/LinksUpdate
Commit message (Expand)AuthorAgeFilesLines
...
* Replace IDatabase::delete with DeleteQueryBuilderUmherirrender2023-06-212-9/+16
* Migrate more usages of Database::update() to UpdateQueryBuilderAlexander Vorwerk2023-06-091-5/+5
* Fix Phan suppressions related to Title::castFrom*() and friendsBartosz Dziewoński2023-04-222-7/+3
* Merge "Reorg: Move LinkFilter to ExternalLinks"jenkins-bot2023-03-031-1/+1
|\
| * Reorg: Move LinkFilter to ExternalLinksAmir Sarabadani2023-03-011-1/+1
* | Reorg: Namespace the Title classJames D. Forrester2023-03-025-5/+5
|/
* Switch some simple use of LoadBalancer to use new LBFactory methodsAmir Sarabadani2023-02-231-1/+1
* LinksUpdate: Use DB key for category links tableFunc2023-02-101-1/+3
* Reorg: Move category-related classes from includes/ to Category/Amir Sarabadani2023-02-091-1/+1
* Select recent changes for deletion only by page idMatěj Suchánek2023-02-011-13/+2
* deferred: Make use of ServiceOptionsDerick Alangi2023-01-272-2/+18
* deferred,jobqueue,rdbms: Change logger->notice to info or warningTimo Tijhof2023-01-141-1/+1
* refreshlinks: skip replica wait checks for single-batch link updatesAaron Schulz2023-01-022-11/+20
* Drop unused deprecated hooksAmir Sarabadani2022-11-283-24/+2
* Remove unused variable from unpacking arraysUmherirrender2022-11-221-1/+1
* Track reason for rendering in more detail.daniel2022-11-151-1/+1
* Externallinks: Add ability to write to the new fieldsAmir Sarabadani2022-10-252-6/+22
* Use short array destructuring instead of list()Tim Starling2022-10-211-1/+1
* LinksUpdate: Last pieces of templatelinks migrationAmir Sarabadani2022-07-251-6/+38
* Add support for write new for templatelinks migrationAmir Sarabadani2022-07-121-2/+4
* Use MainConfigNames instead of string literals, #4Aryeh Gregor2022-04-264-6/+10
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-212-0/+4
* Add configuration for write both on templatelinks tableAmir Sarabadani2022-03-036-3/+68
* Remove change tags for media additions/removalsMatthias Mullie2022-02-281-22/+0
* LinksTable: Cast all array keys to stringTim Starling2022-02-147-13/+16
* Merge "Avoid unneeded category count updates on moves"jenkins-bot2022-02-011-14/+24
|\
| * Avoid unneeded category count updates on movesUmherirrender2022-01-171-14/+24
* | Merge "Fix page_props DELETE/INSERT on null edit"jenkins-bot2022-01-312-4/+14
|\ \
| * | Fix page_props DELETE/INSERT on null editTim Starling2022-01-312-4/+14
* | | Merge "Convert various callers to LoadBalancer::getConnectionRef()"jenkins-bot2022-01-271-1/+1
|\ \ \ | |/ / |/| |
| * | Convert various callers to LoadBalancer::getConnectionRef()Aaron Schulz2022-01-271-1/+1
* | | Replace deprecated JobQueueGroup::singleton()Umherirrender2022-01-271-4/+4
|/ /
* | Merge "Fix deprecation warning from LinksUpdate::getImages()"jenkins-bot2022-01-191-1/+1
|\ \
| * | Fix deprecation warning from LinksUpdate::getImages()Tim Starling2022-01-191-1/+1
| |/
* | Merge "Adjust il_from_namespace on cross namespace moves"jenkins-bot2022-01-171-8/+19
|\ \
| * | Adjust il_from_namespace on cross namespace movesUmherirrender2022-01-151-8/+19
| |/
* / Use immutable page identity in LinksDeletionUpdateUmherirrender2022-01-171-1/+3
|/
* LinksUpdate deprecationsTim Starling2022-01-141-55/+75
* Move LinksUpdate and LinksDeletionUpdate into the new namespaceTim Starling2022-01-042-0/+750
* Move the link updates from moveUnsafe() to LinksUpdateTim Starling2022-01-045-9/+129
* Write to multiple categorylinks tables on updateTim Starling2022-01-043-33/+130
* LinksUpdate refactorTim Starling2022-01-0412-0/+1854