aboutsummaryrefslogtreecommitdiffstats
path: root/includes/title/MediaWikiTitleCodec.php
Commit message (Expand)AuthorAgeFilesLines
* docs: Clarify that functions returning namespace names include underscores (n...Bartosz DziewoƄski2022-08-301-1/+1
* Check for null return of preg_replace in MediaWikiTitleCodecBrian Wolff2022-07-281-0/+6
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+2
* Remove unreachable parts of getTitleInvalidRegex() in PHP and JSKunal Mehta2021-12-121-2/+0
* Remove or replace usages of "sanity"Reedy2021-11-191-1/+1
* Allow using MediaWikiTitleCodec with errors in unit testsDannyS7122021-07-271-26/+68
* Introduce PageReferencedaniel2021-04-131-12/+12
* Make TitleFormatter accept PageIdentity interfaceVadim Kovalenko2021-03-241-29/+65
* MediaWikiTitleCodec: remove deprecated support for missing paramsDannyS7122021-03-161-14/+8
* Strict return types for PageIdentitydaniel2021-01-181-1/+1
* Use strict (in)equality with namespaces constants when LHS is definitely an i...Ed Sanders2020-07-311-4/+4
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-1/+1
* Use namespaced IPUtils classKunal Mehta2020-01-011-1/+2
* Hard-deprecate Title::getUserCaseDBKeyAryeh Gregor2019-10-241-5/+2
* Merge "Title: make newFromText, isValid, and canExist behave consistently."jenkins-bot2019-10-081-9/+17
|\
| * Title: make newFromText, isValid, and canExist behave consistently.daniel2019-10-081-9/+17
* | Suppress PhanUndeclaredProperty for custom properties and phan bugsDaimona Eaytoy2019-09-141-0/+1
|/
* 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-141-0/+34
|/
* 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
* | title: Remove misplaced documentation from TitleParserThiemo Kreuz2019-05-091-2/+1
|/
* Merge "Allow fragment-only TitleValues"jenkins-bot2019-04-151-2/+3
|\
| * Allow fragment-only TitleValuesAryeh Gregor2019-04-151-2/+3
* | Merge "Normalize input to TitleParser::parseTitle()"jenkins-bot2019-04-151-1/+4
|\|
| * Normalize input to TitleParser::parseTitle()Aryeh Gregor2019-04-151-1/+4
* | Update MediaWikiTitleCodec to use NamespaceInfoAryeh Gregor2019-04-141-4/+19
|/
* Collapse some nested if statementsReedy2019-04-041-4/+2
* No yoda conditionsFomafix2018-11-211-3/+3
* Optimize TitleFormatter::getPrefixedText() to Title performanceKunal Mehta2018-08-171-6/+10
* TitleFormatter: Implement fbc144965315 and unify prefix logicKunal Mehta2018-08-171-36/+21
* TitleFormatter: Remove indirection from getText()Kunal Mehta2018-08-171-1/+1
* TitleFormatter: Don't look up namespace name for ns 0Kunal Mehta2018-08-171-6/+4
* Have TitleParser::parseTitle() default to NS_MAIN to match TitleKunal Mehta2018-08-141-1/+1
* Revert "Strip soft hyphens (U+00AD) from title"Jforrester2018-05-311-4/+3
* Revert "Strip Unicode 6.3.0 directional formatting characters from title"Jforrester2018-05-311-7/+3
* Strip Unicode 6.3.0 directional formatting characters from titleFomafix2018-05-101-3/+7
* Strip soft hyphens (U+00AD) from titleFomafix2018-05-101-3/+4
* Remove various redundant '@license' tags in file headersTimo Tijhof2018-01-121-3/+2
* Remove outdated commentArlo Breault2017-09-051-1/+0
* Make multiple colons escaping interlanguage links invalid, consistentlyArlo Breault2017-07-061-1/+2
* Remove empty lines at begin of function, if, foreach, switchUmherirrender2017-07-011-1/+0
* Add custom InterwikiLookup to MediaWikiTitleCodecYuri Astrakhan2017-01-141-4/+12
* Removed deprecated usages of Interwiki methods in coreYuriy Shnitkovskiy2017-01-101-2/+4
* TitleParser: In formatTitle(), don't throw exceptions on bad namespacesKunal Mehta2016-05-261-3/+9
* TitleFormatter: Match Title behavior for non-existent namespacesKunal Mehta2016-05-121-5/+11
* Add TitleFormatter::getPrefixedDBkey() and implementationKunal Mehta2016-05-111-0/+25
* Add interwiki support to LinkTarget and TitleValueKunal Mehta2016-04-261-9/+24
* Namespace LinkTarget under MediaWiki\LinkerKunal Mehta2016-04-211-0/+1