aboutsummaryrefslogtreecommitdiffstats
path: root/includes/title/NamespaceInfo.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/exceptionJames D. Forrester2025-03-251-1/+1
* title: Use const for NamespaceInfo::$alwaysCapitalizedNamespacesUmherirrender2024-09-011-2/+2
* Replace gettype() with get_debug_type() in exception messagesBartosz Dziewoński2024-07-311-1/+1
* Use real type hints for services etc. in includes/title/Bartosz Dziewoński2024-07-311-13/+2
* Standardise all our class alias deprecation comments for ease of greppingJames D. Forrester2024-03-191-4/+1
* Avoid implicit type cast to boolean in isTalkFomafix2023-11-241-1/+1
* Namespace NamespaceInfo under \MediaWiki\TitleJames D. Forrester2023-09-191-1/+10
* Namespace TitleValue under \MediaWiki\TitleJames D. Forrester2023-09-181-0/+1
* Inject extension namespaces into NamespaceInfoDaimona Eaytoy2023-07-161-8/+17
* Replace array_keys in foreach to use $_ as value insteadUmherirrender2023-07-101-1/+1
* Collapse sequences of `if` into short `return` if possiblethiemowmde2023-06-151-9/+3
* Remove NamespaceInfo::getRestrictionLevelsMatěj Suchánek2023-05-201-20/+0
* Various doc fixes about false on method arguments/return typesUmherirrender2022-11-101-1/+1
* Use MainConfigNames instead of string literals, #3Aryeh Gregor2022-04-261-11/+12
* Generate config name constants.daniel2022-03-181-9/+10
* Make some generic array type hints in PHPDocs more specificThiemo Kreuz2021-12-081-1/+1
* build: Updating dependencieslibraryupgrader2021-07-221-3/+3
* registry: Allow specifying immovable namespaces in extension.jsonAmmarpad2021-03-171-1/+4
* Clarify uses of NamespaceInfo::hasSubpages in documentationThalia2020-12-041-1/+2
* Hard deprecate NamespaceInfo::getRestrictionLevelsAmmar Abdulhamid2020-11-161-0/+1
* Update a lot of unspecific "array" types in PHPDocsThiemo Kreuz2020-10-281-3/+3
* Fix typos related to repeated wordsUmherirrender2020-09-271-1/+1
* Remove $wgAllowImageMoving, deprecatedDannyS7122020-09-141-8/+1
* Mark CONSTRUCTOR_OPTIONS as internalAryeh Gregor2020-08-211-2/+1
* Introduce wfDeprecatedMsg()Tim Starling2020-06-221-1/+2
* NamespaceInfo::makeValidNamespace: Don't throw for -1 or -2James D. Forrester2020-06-101-1/+7
* Merge "Deprecate setting `$wgAllowImageMoving` to false"jenkins-bot2020-06-091-0/+4
|\
| * Deprecate setting `$wgAllowImageMoving` to falseDannyS7122020-06-061-0/+4
* | NamespaceInfo: Throw specifically if called on a non-int/non-int-like namespaceJames D. Forrester2020-06-031-0/+25
|/
* Hooks::run() call site migrationTim Starling2020-05-301-3/+10
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-1/+1
* NamespaceInfo: use array constants now that we canMax Semenik2019-10-051-12/+5
* Merge "Add NS_MAIN to NamespaceInfo::$canonicalNames"jenkins-bot2019-09-041-0/+1
|\
| * Add NS_MAIN to NamespaceInfo::$canonicalNamesDavid Barratt2019-09-041-0/+1
* | Upgrade phan config to 0.7.1Daimona Eaytoy2019-09-041-1/+2
|/
* Move getRestrictionLevels from NamespaceInfo to PermissionManager.Petr Pchelko2019-08-221-73/+8
* Move list of core namespaces to NamespaceInfoDavid Barratt2019-08-081-0/+39
* Ensure canHaveTalkPage returns false when getTalkPage would fail.daniel2019-07-031-4/+51
* Fix logic in NamespaceInfo::getRestrictionLevelsAryeh Gregor2019-05-091-11/+23
* Move Title::getSubject/Talk/OtherPage to NamespaceInfoAryeh Gregor2019-05-061-0/+36
* 100% test coverage for NamespaceInfoAryeh Gregor2019-05-061-10/+10
* Don't pass Config to NamespaceInfoAryeh Gregor2019-05-061-21/+45
* Fix docs for MWNamespace::clearCaches() removalAryeh Gregor2019-04-111-1/+1
* NamespaceInfo service to replace MWNamespaceAryeh Gregor2019-04-101-0/+526