aboutsummaryrefslogtreecommitdiffstats
path: root/includes/title/NamespaceInfo.php
Commit message (Expand)AuthorAgeFilesLines
* 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