aboutsummaryrefslogtreecommitdiffstats
path: root/includes/title/MalformedTitleException.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/exceptionJames D. Forrester2025-03-251-1/+1
* Standardise all our class alias deprecation comments for ease of greppingJames D. Forrester2024-03-191-4/+1
* Namespace Message, move to appropriate directoryJames D. Forrester2024-02-141-1/+1
* Namespace remaining Title-related classes under \MediaWiki\TitleJames D. Forrester2023-09-191-0/+12
* Revert "Introduce AbstractLocalizedException"TChin2021-09-141-1/+1
* Introduce AbstractLocalizedExceptionTChin2021-09-101-1/+1
* Add and fix various type hints in PHPDocsThiemo Kreuz2021-06-181-2/+2
* Remove unused default values from class propertiesThiemo Kreuz2021-05-121-3/+7
* Escape wikitext in the title in invalid title error messagesBartosz Dziewoński2021-02-221-1/+1
* Replace "@stable for calling" by "@stable to call"daniel2020-07-131-1/+1
* Mark exceptions as @newabledaniel2020-07-081-0/+2
* Fix PhanTypeMismatchDeclaredParamUmherirrender2018-07-071-1/+1
* Make MalformedTitleException errorMessage non-nullLucas Werkmeister2017-06-211-2/+2
* Add ILocalizedException interfaceBrad Jorsch2016-12-081-1/+9
* Convert all array() syntax to []Kunal Mehta2016-02-171-2/+2
* Make lines short to pass phpcs in six files under includes/Amir E. Aharoni2015-09-261-1/+3
* Fix some PHPCS issuesJackmcbarn2015-06-261-1/+2
* MalformedTitleException should call parent::__constructBrad Jorsch2015-05-061-3/+11
* Provide detailed information about invalid titlesBartosz Dziewoński2015-04-301-7/+38
* Add @since to classes and interface in titleNiklas Laxström2014-12-231-0/+1
* Update formatting of includes/title/Siebrand Mazeland2014-04-211-1/+0
* Introducing TitleValuedaniel2014-03-281-0/+33