aboutsummaryrefslogtreecommitdiffstats
path: root/includes/title
Commit message (Expand)AuthorAgeFilesLines
* Define equality for PageIdentity and LinkTargetdaniel2021-01-191-0/+13
* Strict return types for PageIdentitydaniel2021-01-182-2/+2
* Introduce PageIdentity interfacedaniel2021-01-141-0/+25
* 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
* Merge "Document hook names in hook interfaces."jenkins-bot2020-10-022-0/+6
|\
| * Document hook names in hook interfaces.daniel2020-09-272-0/+6
* | 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
* Use strict (in)equality with namespaces constants when LHS is definitely an i...Ed Sanders2020-07-311-4/+4
* Merge "Replace "@stable for implementation" with "@stable to implement""jenkins-bot2020-07-132-2/+2
|\
| * Replace "@stable for implementation" with "@stable to implement"daniel2020-07-132-2/+2
* | Replace "@stable for calling" by "@stable to call"daniel2020-07-132-2/+2
|/
* Mark exceptions as @newabledaniel2020-07-081-0/+2
* Annotate newable classesdaniel2020-07-071-0/+4
* Use @internal instead of @private per policydaniel2020-06-261-1/+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
* Hook interface doc comment followupTim Starling2020-04-211-1/+1
* docs: Hook interface doc comment reviewapaskulin2020-04-212-6/+5
* Automatically generated hook interfacesTim Starling2020-04-202-0/+51
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-104-7/+7
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-1/+1
* Use namespaced IPUtils classKunal Mehta2020-01-011-1/+2
* Don't fail hard on bad titles in the database.daniel2019-11-251-1/+33
* Hard-deprecate Title::getUserCaseDBKeyAryeh Gregor2019-10-241-5/+2
* Merge "Title: make newFromText, isValid, and canExist behave consistently."jenkins-bot2019-10-082-18/+47
|\
| * Title: make newFromText, isValid, and canExist behave consistently.daniel2019-10-082-18/+47
* | NamespaceInfo: use array constants now that we canMax Semenik2019-10-051-12/+5
* | Suppress PhanUndeclaredProperty for custom properties and phan bugsDaimona Eaytoy2019-09-141-0/+1
|/
* 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
* Merge "Use injected services instead of static method"jenkins-bot2019-08-191-3/+4
|\
| * Use injected services instead of static methodAryeh Gregor2019-08-151-3/+4
* | Introduce TitleParser::makeTitleValueSafe()Aryeh Gregor2019-08-143-2/+52
|/
* Allow spaces in TitleValue constructorAryeh Gregor2019-08-121-14/+13
* 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
* Merge "Fix logic in NamespaceInfo::getRestrictionLevels"jenkins-bot2019-05-221-11/+23
|\
| * Fix logic in NamespaceInfo::getRestrictionLevelsAryeh Gregor2019-05-091-11/+23
* | Merge "title: Convert binary regexp to use Unicode code points"jenkins-bot2019-05-151-1/+1
|\ \ | |/ |/|
| * title: Convert binary regexp to use Unicode code pointsThiemo Kreuz2019-05-131-1/+1