aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Title.php
Commit message (Expand)AuthorAgeFilesLines
* title: Move Title.php to includes/title/ where related classes areTimo Tijhof2022-11-091-4243/+0
* Various doc fixes about false and null on method arguments/return typesUmherirrender2022-11-031-1/+1
* Remove Title::getNotificationTimestampMatěj Suchánek2022-11-011-15/+0
* Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-281-0/+1
* Revert "Reorg: Move some of request related classes to MediaWiki/Request"Zabe2022-10-271-1/+0
* Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-261-0/+1
* Reorg: Move StubObject classes in includes to its own directoryAmir Sarabadani2022-10-251-0/+1
* Use short array destructuring instead of list()Tim Starling2022-10-211-1/+1
* title: Fix 'if' typo in Title::getWikiId docsTimo Tijhof2022-10-131-1/+1
* build: Update mediawiki/mediawiki-phan-config to 0.12.0Daimona Eaytoy2022-10-081-4/+1
* Restore negative response cache in getDbPageLanguageCodeFomafix2022-09-061-1/+1
* 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