aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Title.php
Commit message (Expand)AuthorAgeFilesLines
* Add title cache for Title::newMainPage()TehKittyCat2024-04-211-5/+7
* build: Update mediawiki/mediawiki-phan-config to 0.12.0Daimona Eaytoy2023-06-291-4/+1
* Title: Add forward aliasReedy2023-06-051-0/+5
* Update documentation of Title::getDbPageLanguageCodeFomafix2022-09-011-2/+2
* docs: Clarify that functions returning namespace names include underscores (n...Bartosz Dziewoński2022-08-301-3/+3
* Title: Add support for links migration in Title::getLinksTo()Amir Sarabadani2022-08-091-9/+17
* Use canonical parser options when rendering JavaScript/CSS for side effectsC. Scott Ananian2022-07-281-0/+1
* Hard deprecate Title::getNotificationTimestampMatěj Suchánek2022-06-251-1/+2
* Replace deprecated wfReadOnly/wfReadOnlyReasonUmherirrender2022-06-201-2/+2
* Remove Title::isNamespaceProtectedMatěj Suchánek2022-06-161-24/+0
* ResourceLoader namespace (attempt 2)Tim Starling2022-05-241-3/+4
* Revert "ResourceLoader namespace"Lucas Werkmeister (WMDE)2022-05-161-3/+2
* ResourceLoader namespaceTim Starling2022-05-161-2/+3
* Merge "Remove references to legacy page_restrictions field in page table"jenkins-bot2022-05-101-19/+4
|\
| * Remove references to legacy page_restrictions field in page tableAmir Sarabadani2022-05-091-19/+4
* | Fix many typos in commentsMatěj Suchánek2022-05-101-2/+2
* | Title: Hard deprecate `Title::newFromTitleValue()`Derick Alangi2022-05-091-1/+3
|/
* Title: Hard deprecate `Title::getSelectFields()`Derick Alangi2022-04-271-2/+6
* Make Title::toPageIdentity use getWikiId()Daimona Eaytoy2022-04-231-1/+1
* Add more support for read new in links migrationAmir Sarabadani2022-04-121-6/+18
* Use name constants to access config settings.daniel2022-04-071-6/+7
* SECURITY: Add recursion guard to Title::newMainPage()Kunal Mehta2022-03-311-0/+9
* phan: Remove PhanPossiblyUndeclaredVariable suppressionUmherirrender2022-03-301-0/+2
* Replace Title::mDefaultNamespace with a constantDaimona Eaytoy2022-03-261-8/+5
* Title: Remove deprecated Title::getDefaultNamespaceTimo Tijhof2022-03-251-11/+0
* Merge "title: Cleanup use of DepreationHelper::deprecatePublicPropertyFallback"jenkins-bot2022-03-251-17/+7
|\
| * title: Cleanup use of DepreationHelper::deprecatePublicPropertyFallbackUmherirrender2022-03-151-17/+7
* | phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+1
* | phan: Disable scalar_implicit_cast settingUmherirrender2022-03-181-0/+1
* | Fix @since of Title::getId()Alexander Vorwerk2022-03-151-1/+1
|/
* Merge "title: Restore boolean false Title::getTouched() for nonexistent page"jenkins-bot2022-03-091-2/+6
|\
| * title: Restore boolean false Title::getTouched() for nonexistent pagedaniel2022-03-091-2/+6
* | Consistently use `@deprecated since` rather `@deprecated`Reedy2022-03-061-2/+2
|/
* Fix various documentation related to null typesUmherirrender2022-02-261-1/+1
* Title: Optimize invoking newFromText() with empty stringAmmarpad2022-02-091-1/+1
* Optimise Skin::getLanguages()Tim Starling2022-02-081-4/+9
* Title: Set context page for `{{PAGENAME}}` etc. in getEditNotices()Bartosz Dziewoński2022-02-021-3/+3
* Replace deprecated JobQueueGroup::singleton()Umherirrender2022-01-271-1/+1
* title: Remove dated comment about inNamespace(), overall doc cleanupTimo Tijhof2022-01-181-3/+0
* DeprecationHelper: avoid closuresdaniel2021-12-101-37/+19
* Merge "Hard deprecate TitleFactory::newFromIDs and Title::newFromIDs"jenkins-bot2021-11-291-0/+3
|\
| * Hard deprecate TitleFactory::newFromIDs and Title::newFromIDsTChin2021-11-291-0/+3
* | Merge "PageStore: avoid getPageById, since it bypasses caching."jenkins-bot2021-11-231-11/+1
|\ \
| * | PageStore: avoid getPageById, since it bypasses caching.daniel2021-11-221-11/+1
| |/
* / Stop accessing members of the Title class publiclyDerick Alangi2021-11-221-43/+56
|/
* Title: use PageStore instead of LinkCachedaniel2021-11-021-98/+94
* Merge "Type-hint LinkTarget"jenkins-bot2021-10-251-8/+8
|\
| * Type-hint LinkTargetPetr Pchelko2021-10-211-8/+8
* | Remove hard deprecated Watchlist methods in User, Title, and WatchActionCindy Cicalese2021-10-041-16/+0
* | Expand local URLs to absolute URLs in ParserOutputPetr Pchelko2021-09-231-16/+1