aboutsummaryrefslogtreecommitdiffstats
path: root/includes/deferred/LinksUpdate
Commit message (Expand)AuthorAgeFilesLines
* CategoryLinksTable: use ParserOutput::getLinkList()C. Scott Ananian2025-04-041-3/+7
* Use type declaration on undocumented private functionsUmherirrender2025-04-022-2/+2
* Replace a number of uses of class aliases with the real thingsJames D. Forrester2025-03-261-1/+1
* Namespace all remaining files in includes/jobqueueJames D. Forrester2025-03-205-6/+6
* categorylinks: Add support for write bothAmir Sarabadani2025-01-212-9/+97
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-175-27/+0
* Remove trivial 1-line PHPDocs that just repeat the codethiemowmde2025-01-162-12/+0
* Use ParserOutput::getLinkList() internallyC. Scott Ananian2024-11-156-11/+49
* Rename various $connectionProvider vars to $dbProviderAaron Schulz2024-10-281-3/+3
* Use namespaced classesUmherirrender2024-10-211-1/+2
* Merge "Deduplicate language links in ParserOutput and OutputPage"jenkins-bot2024-09-271-1/+2
|\
| * Deduplicate language links in ParserOutput and OutputPageC. Scott Ananian2024-09-261-1/+2
* | Add namespace to IDBAccessObject and DBAccessObjectUtilsJames D. Forrester2024-09-271-1/+1
|/
* Add missing documentation to class properties (miscellaneous classes)Umherirrender2024-09-142-0/+4
* deferred: Hard-deprecate LinksUpdate::getAddedLinks/getRemovedLinksUmherirrender2024-07-302-3/+6
* Use expression builder instead of raw sqlUmherirrender2024-07-231-1/+1
* Replace User, Title, and WikiPage in more signaturesDaimona Eaytoy2024-07-101-8/+11
* Merge "Remove TemplateLinksSchemaMigrationStage config"jenkins-bot2024-05-282-23/+6
|\
| * Remove TemplateLinksSchemaMigrationStage configUmherirrender2024-05-152-23/+6
* | Import InvalidArgumentException at top of the sourceEbrahim Byagowi2024-05-193-3/+6
|/
* Substitute category default sort key when filling links table, not at parse timeC. Scott Ananian2024-03-291-0/+10
* Drop old class_aliases for before MW 1.39 that were missedJames D. Forrester2024-03-202-6/+0
* Standardise all our class alias deprecation comments for ease of greppingJames D. Forrester2024-03-192-2/+2
* Merge "Namespace includes/cache"jenkins-bot2024-02-281-1/+1
|\
| * Namespace includes/cacheJames D. Forrester2024-02-201-1/+1
* | ParserOutput::setPageProperty(): Update documentationC. Scott Ananian2024-02-201-1/+1
|/
* Merge "LinksUpdate: Replace the deprecated function wfGetDB with IConnectionP...jenkins-bot2024-01-231-1/+5
|\
| * LinksUpdate: Replace the deprecated function wfGetDB with IConnectionProviderDoğu Abaris2024-01-231-1/+5
* | Merge "Change more uses of getDBLoadBalancerFactory() to getConnectionProvide...jenkins-bot2024-01-231-2/+2
|\ \ | |/ |/|
| * Change more uses of getDBLoadBalancerFactory() to getConnectionProvider()Bartosz Dziewoński2024-01-231-2/+2
* | Remove more indirect calls to IDBAccessObject::READ_* constantsAmir Sarabadani2024-01-231-1/+2
|/
* Replace more instances of deprecated MWExceptionDaimona Eaytoy2024-01-192-5/+0
* Namespace ParserOutputJames D. Forrester2023-12-1412-12/+12
* Namespace remaining files under includes/deferredJames D. Forrester2023-11-222-5/+5
* LinksUpdate: Compare raw domain and path for externallinks tableUmherirrender2023-11-141-27/+39
* Hard-deprecate ParserOutput::getCategories(), deprecated in 1.40C. Scott Ananian2023-09-291-4/+4
* DerivedPageDataUpdater: Only do RefreshLinks on file page redirect changesBartosz Dziewo?ski2023-09-261-3/+14
* LinksUpdate: Remove deprecated public propertiesBartosz Dziewoński2023-09-261-76/+0
* Namespace Config-related classes under \MediaWiki\ConfigJames D. Forrester2023-09-212-2/+2
* Migrate another major batch to SelectQueryBuilderAmir Sarabadani2023-09-201-6/+5
* Namespace NamespaceInfo under \MediaWiki\TitleJames D. Forrester2023-09-191-1/+1
* Remove ParserOutput::{get,unset,set}Property and ::getProperties()C. Scott Ananian2023-09-181-1/+1
* In query builders, use insertInto() and deleteFrom() instead of insert() and ...Tim Starling2023-09-082-5/+5
* Add support for write both for pagelinksAmir Sarabadani2023-09-062-1/+29
* ExternalLinks: Drop migration codeAmir Sarabadani2023-09-052-54/+14
* LinksTable: pass insert optionsDavid Causse2023-08-091-0/+1
* Mass migrate Database::insert calls to InsertQueryBuilderAmir Sarabadani2023-08-071-1/+4
* rdbms: Remove or move unused public methods of ILB/ILBFAmir Sarabadani2023-08-012-14/+6
* ExternalLinks: Add support for WRITE_NEW only modeAmir Sarabadani2023-07-251-3/+28
* Move array destructuring into foreachUmherirrender2023-07-081-2/+1