aboutsummaryrefslogtreecommitdiffstats
path: root/includes/title/Title.php
Commit message (Expand)AuthorAgeFilesLines
* Replace a number of uses of class aliases with the real thingsJames D. Forrester2025-03-261-1/+1
* Namespace all remaining files in includes/exceptionJames D. Forrester2025-03-251-1/+1
* Namespace all remaining files in includes/pageJames D. Forrester2025-03-181-1/+1
* Remove misleading comments from Title::equalsthiemowmde2025-03-111-3/+3
* Re-apply "Drop all 49 remaining class_aliases from MediaWiki 1.40"Daimona Eaytoy2025-03-051-3/+0
* Revert "Drop all 49 remaining class_aliases from MediaWiki 1.40"Ahmon Dancy2025-03-041-0/+3
* Drop all 49 remaining class_aliases from MediaWiki 1.40James D. Forrester2025-03-041-3/+0
* Split MediaWikiTitleCodecTim Starling2025-03-031-11/+6
* Title: Add support for categorylinks read newAmir Sarabadani2025-02-201-5/+15
* DeletePage: clear Title instance cachedaniel2025-01-241-2/+4
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-171-2/+0
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-1/+1
* Add namespace to IDBAccessObject and DBAccessObjectUtilsJames D. Forrester2024-09-271-2/+2
* Remove unchecked exception annotationsAdam Wight2024-09-171-1/+0
* Make use of the ??= and ?? operators where it makes sensethiemowmde2024-08-261-6/+2
* title: switch Title::purgeExpiredRestrictions() to AutoCommitUpdateAaron Schulz2024-08-211-8/+1
* Move Language and friends into Language namespaceJames D. Forrester2024-08-101-2/+2
* Consistent spelling of "subpage"Amir E. Aharoni2024-08-061-4/+4
* Merge "Use expression builder instead of raw sql"jenkins-bot2024-07-261-1/+1
|\
| * Use expression builder instead of raw sqlUmherirrender2024-07-231-1/+1
* | Hard deprecate public access to EditPage::internalAttemptSave()DannyS7122024-07-211-1/+1
|/
* Make Title::getPageViewLanguage() emit deprecation warningsJames D. Forrester2024-07-101-0/+2
* Hard-deprecate Title::flushRestrictionsJames D. Forrester2024-07-101-1/+2
* Hard-deprecate Title::loadRestrictionsJames D. Forrester2024-07-101-1/+2
* Hard-deprecate Title::getTitleProtectionJames D. Forrester2024-07-101-1/+3
* Replace User, Title, and WikiPage in more signaturesDaimona Eaytoy2024-07-101-10/+0
* Add "implements Stringable" to every class with "function __toString()"Bartosz Dziewoński2024-06-131-1/+2
* Title: Migrate to IReadableDatabase::newSelectQueryBuilderUmherirrender2024-05-051-20/+11
* title: Migrate to SelectQueryBuilder in Title::estimateRevisionCountUmherirrender2024-05-041-2/+6
* Title: Remove deprecated Title::getCdnUrls(), purgeSquid()Taavi Väänänen2024-05-031-22/+0
* Title: Remove deprecated Title::getBrokenLinksFrom()Taavi Väänänen2024-05-031-29/+0
* Merge "Use functions of SelectQueryBuilder for STRAIGHT_JOIN / LIMIT"jenkins-bot2024-04-231-6/+3
|\
| * Use functions of SelectQueryBuilder for STRAIGHT_JOIN / LIMITUmherirrender2024-04-151-6/+3
* | Title: Add @deprecated tag to getBrokenLinksFrom(), per 25f71099aJames D. Forrester2024-04-151-0/+1
|/
* Standardise all our class alias deprecation comments for ease of greppingJames D. Forrester2024-03-191-3/+1
* Merge "Namespace includes/cache"jenkins-bot2024-02-281-3/+3
|\
| * Namespace includes/cacheJames D. Forrester2024-02-201-3/+3
* | Title: be more robust when handling invalid titlesdaniel2024-02-231-8/+30
* | Remove IDBAccessObject from being implemented in many classesAmir Sarabadani2024-02-191-1/+1
|/
* Namespace Message, move to appropriate directoryJames D. Forrester2024-02-141-1/+1
* Merge "ParserTestRunner: Fix behavior of bare `parsoid-compatible` file option"jenkins-bot2024-02-121-1/+1
|\
| * ParserTestRunner: Fix behavior of bare `parsoid-compatible` file optionC. Scott Ananian2024-02-121-1/+1
* | Namespace includes/contextJames D. Forrester2024-02-081-1/+1
* | Hard-deprecate Title::getCdnUrlsJames D. Forrester2024-02-071-1/+2
* | Drop six private properties of Title, deprecated in 1.37James D. Forrester2024-01-291-11/+0
* | Drop Title::GAID_FOR_UPDATE, deprecated in 1.34James D. Forrester2024-01-291-18/+8
|/
* Hard-deprecate Title::purgeSquid(), deprecated in 1.35James D. Forrester2024-01-261-1/+2
* Merge "Replace deprecated wfGetDB function"jenkins-bot2024-01-231-1/+1
|\
| * Replace deprecated wfGetDB functionDoğu Abaris2024-01-231-1/+1
* | Merge "Change more uses of getDBLoadBalancerFactory() to getConnectionProvide...jenkins-bot2024-01-231-2/+2
|\ \ | |/ |/|