wiki.techinc.nl/includes/title
Aryeh Gregor b4a7620b9e Hard-deprecate Title::getUserCaseDBKey
The only use-case for this was if the local wiki's File namespace didn't
allow initial-lowercase names but a remote repo did. This case is
unlikely to be useful and was broken anyway, so it's now prohibited, and
getUserCaseDBKey is no longer needed. It's now an alias for getDBkey
until we remove it.

This includes a breaking change to
MediaWikiTitleCodec::splitTitleString, but that was always intended as
an internal method and I have now marked it officially as such. There is
one caller in code search outside core (JsonConfig), but it looks like
it will be unaffected.

Bug: T202094
Depends-On: I4b8ceb8a7f4624d6a3763aca6df41bf1a0d7293f
Depends-On: I724be15e93421f874fb202f0ec2ca6940e56a20a
Change-Id: I4fd64d4b0036b6dabdcfeee18766df18bf538542
2019-10-24 19:26:37 +03:00
..
ForeignTitle.php
ForeignTitleFactory.php
ImportTitleFactory.php
MalformedTitleException.php
MediaWikiTitleCodec.php Hard-deprecate Title::getUserCaseDBKey 2019-10-24 19:26:37 +03:00
NaiveForeignTitleFactory.php
NaiveImportTitleFactory.php Mass conversion to NamespaceInfo 2019-05-07 22:44:56 +02:00
NamespaceAwareForeignTitleFactory.php
NamespaceImportTitleFactory.php Mass conversion to NamespaceInfo 2019-05-07 22:44:56 +02:00
NamespaceInfo.php NamespaceInfo: use array constants now that we can 2019-10-05 00:26:56 -07:00
SubpageImportTitleFactory.php Mass conversion to NamespaceInfo 2019-05-07 22:44:56 +02:00
TitleFormatter.php
TitleParser.php Introduce TitleParser::makeTitleValueSafe() 2019-08-14 21:34:39 +03:00
TitleValue.php Title: make newFromText, isValid, and canExist behave consistently. 2019-10-08 11:16:11 +02:00