aboutsummaryrefslogtreecommitdiffstats
path: root/includes/title/TitleValue.php
Commit message (Expand)AuthorAgeFilesLines
* title: Remove dated comment about inNamespace(), overall doc cleanupTimo Tijhof2022-01-181-78/+9
* Make TitleValue fields privatePetr Pchelko2021-10-251-20/+8
* Type-hint LinkTargetPetr Pchelko2021-10-211-10/+10
* build: Updating dependencieslibraryupgrader2021-07-221-2/+2
* Remove Title from public interface of OutputPagedaniel2021-04-161-2/+22
* Introduce PageReferencedaniel2021-04-131-12/+6
* Define equality for PageIdentity and LinkTargetdaniel2021-01-191-0/+13
* Strict return types for PageIdentitydaniel2021-01-181-1/+1
* Introduce PageIdentity interfacedaniel2021-01-141-0/+25
* Replace "@stable for calling" by "@stable to call"daniel2020-07-131-1/+1
* Annotate newable classesdaniel2020-07-071-0/+4
* Use @internal instead of @private per policydaniel2020-06-261-1/+1
* Don't fail hard on bad titles in the database.daniel2019-11-251-1/+33
* Title: make newFromText, isValid, and canExist behave consistently.daniel2019-10-081-9/+30
* Introduce TitleParser::makeTitleValueSafe()Aryeh Gregor2019-08-141-2/+6
* Allow spaces in TitleValue constructorAryeh Gregor2019-08-121-14/+13
* Allow fragment-only TitleValuesAryeh Gregor2019-04-151-1/+2
* Optimize TitleFormatter::getPrefixedText() to Title performanceKunal Mehta2018-08-171-0/+10
* TitleValue: Avoid function call for internal propertyKunal Mehta2018-08-171-1/+1
* TitleValue: Don't use Assert for basic type checksKunal Mehta2018-08-141-4/+13
* Remove various redundant '@license' tags in file headersTimo Tijhof2018-01-121-3/+2
* Deprecate access to TitleValue propertiesaddshore2017-11-201-4/+8
* @since tags & private class properties for TitleValueaddshore2017-11-181-4/+10
* TitleValue: Include the invalid DB key in the message when throwingThis, that and the other2016-12-311-1/+2
* Add LinkTarget::inNamespace() helper functionKunal Mehta2016-05-121-0/+9
* Add interwiki support to LinkTarget and TitleValueKunal Mehta2016-04-261-5/+39
* Namespace LinkTarget under MediaWiki\LinkerKunal Mehta2016-04-211-0/+1
* Add LinkTarget::createFragmentTarget() functionKunal Mehta2016-04-211-1/+2
* Add LinkTarget::hasFragment() helper functionKunal Mehta2016-04-201-0/+8
* Add LinkTarget interfaceaddshore2016-01-291-1/+1
* Start using the Assert helper class for checking parameters.daniel2015-05-111-18/+6
* Add @since to classes and interface in titleNiklas Laxström2014-12-231-0/+1
* Remove colon after @deprecated/@param/@todo/@noteumherirrender2014-07-241-3/+3
* Update formatting of includes/title/Siebrand Mazeland2014-04-211-2/+1
* Fixed some @params documentation (includes/*)umherirrender2014-04-191-4/+4
* Fix CS double space in TitleValue returnaddshore2014-04-141-1/+1
* Introducing TitleValuedaniel2014-03-281-0/+162