aboutsummaryrefslogtreecommitdiffstats
path: root/includes/content/WikitextContent.php
Commit message (Expand)AuthorAgeFilesLines
* content: Improve class docs for various Content classesTimo Tijhof2025-03-121-7/+2
* Use $string === '' instead of strlen( $string ) === 0Fomafix2025-01-301-1/+1
* Use ParserOutput::getLinkList() internallyC. Scott Ananian2024-11-151-2/+1
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-1/+1
* Move remaining four classes in includes/content into Content namespaceJames D. Forrester2024-08-101-1/+0
* Add namespace to WikitextContentEbrahim Byagowi2024-08-061-1/+13
* Add namespace and deprecation alias to TextContentEbrahim Byagowi2024-05-191-0/+1
* Namespace includes/contextJames D. Forrester2024-02-081-0/+1
* Replace unchecked MWException with SPL exceptionsDaimona Eaytoy2024-01-281-4/+2
* Move getRedirectTargetAndText out of WikitextContentdaniel2023-09-221-55/+18
* Unit test for LinkRenderer::makeRedirectHeader() used by WikitextContentHandlerC. Scott Ananian2023-09-221-4/+23
* Remove redundant empty() constructsDaimona Eaytoy2023-09-081-1/+1
* Replace internal Hooks::runnerUmherirrender2023-05-111-1/+3
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Reorg: Move MagicWord related files to under parser/Amir Sarabadani2022-12-091-0/+1
* Various doc fixes about false and null on method arguments/return typesUmherirrender2022-11-031-2/+2
* Use short array destructuring instead of list()Tim Starling2022-10-211-1/+1
* Fix edit API adding empty section title when creating new pagesBartosz Dziewoński2022-07-051-3/+2
* Migrate risky callers of MediaWikiServices::getParser()Tim Starling2022-07-051-2/+2
* Remove support for $wgMaxRedirectdaniel2022-05-061-8/+0
* Use MainConfigNames instead of string literals, #4Aryeh Gregor2022-04-261-2/+4
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+2
* Refactor global variables to use MediaWikiServices insteadTChin2022-01-101-4/+4
* Allow inserting new sections named '0'C. Scott Ananian2021-11-191-1/+1
* Replace Content::getParserOutput call to ContentRenderer::getParserOutputRoman Stolar2021-10-201-2/+2
* Move Content::getParserOutput & AbstractContent::fillParserOutput to ContentH...Roman Stolar2021-09-291-51/+10
* Detect and monitor against multiple Parser invocation during edit requestsCindy Cicalese2021-09-231-28/+0
* Using @return never documentation on always-throw-functionUmherirrender2021-09-071-0/+1
* Move Content::preloadTransform to ContentHandlerRoman Stolar2021-08-171-18/+0
* Move Content::preSaveTransform to ContentHandlerPetr Pchelko2021-07-291-33/+11
* Make WikitextContentTest set the context title to avoid failuresAaron Schulz2020-10-201-0/+1
* Replace "@stable for calling" by "@stable to call"daniel2020-07-131-1/+1
* Annotate newable classesdaniel2020-07-071-0/+6
* Hooks::run() call site migrationTim Starling2020-05-301-1/+1
* Avoid PHP scalar type juggling in includes/ (part 2)Daimona Eaytoy2019-12-301-1/+1
* Unsuppress another phan issue (part 7)Daimona Eaytoy2019-09-031-0/+2
* parser: document what 0/null rev IDs do when given to Parser::parseAaron Schulz2019-08-211-1/+2
* parser: add speculative page IDs to use with {{PAGEID}}Aaron Schulz2019-07-261-1/+1
* Remove all $wgParser use from coreAryeh Gregor2019-04-171-17/+13
* Deprecate Content::getNativeData, add TextContent::getTextdaniel2019-01-161-12/+12
* Add logging for redundant parsing to WikitextContent.daniel2018-11-261-0/+28
* Give pages with ~~~~ a different cache TTLAryeh Gregor2018-08-121-1/+22
* Convert remaining MagicWord:: calls to MagicWordFactoryAryeh Gregor2018-08-011-1/+3
* Drop 'comma' value for wgArticleCountMethodJames D. Forrester2018-03-011-18/+12
* Changed Instances of rawParams() to plaintextParams()ryan101452017-12-071-1/+1
* Remove empty lines at begin of function, if, foreach, switchUmherirrender2017-07-011-1/+0
* Fix parameter type docsLeszek Manicki2016-12-141-2/+2
* content: Refactor normalization of line endings codeKunal Mehta2016-08-231-1/+0
* Add missing null type hints to Content::isCountable and implementationsThiemo Mättig2016-02-251-2/+2
* Convert all array() syntax to []Kunal Mehta2016-02-171-7/+7