aboutsummaryrefslogtreecommitdiffstats
path: root/includes/content/WikitextContentHandler.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/pageJames D. Forrester2025-03-181-1/+1
* content: Improve class docs for various Content classesTimo Tijhof2025-03-121-5/+1
* Namespace all remaining classes in includes/parserJames D. Forrester2024-10-151-1/+1
* Provide previous parse results to parser when renderingC. Scott Ananian2024-08-231-2/+5
* Move remaining four classes in includes/content into Content namespaceJames D. Forrester2024-08-101-1/+0
* Drop MessageContent, deprecated since 1.38James D. Forrester2024-08-101-8/+0
* Add namespace to FileContentHandlerEbrahim Byagowi2024-08-071-1/+0
* Add namespace to WikitextContentEbrahim Byagowi2024-08-061-1/+18
* Add namespace and deprecation alias to TextContentHandlerEbrahim Byagowi2024-05-201-0/+1
* Merge "ParserOutputAccess: only use PoolCounter if the caller asks for it."jenkins-bot2024-03-011-0/+16
|\
| * ParserOutputAccess: only use PoolCounter if the caller asks for it.daniel2024-02-291-0/+16
* | [ParserOutput] Rename $mText to $mRawText and ::setText() to ::setRawText()C. Scott Ananian2024-02-201-1/+1
|/
* WikiTextStructure/WikitextContentHandler: Minor cleanupReedy2024-02-011-47/+23
* Namespace ParserOutputJames D. Forrester2023-12-141-0/+1
* Remove deprecated methods from Content interfacedaniel2023-11-211-24/+0
* Pass full content to Parsoid for redirect pagesSubramanya Sastry2023-10-171-1/+9
* Move getRedirectTargetAndText out of WikitextContentdaniel2023-09-221-7/+46
* Unit test for LinkRenderer::makeRedirectHeader() used by WikitextContentHandlerC. Scott Ananian2023-09-221-3/+7
* Move Article::getRedirectHeaderHtml() to LinkRenderer::makeRedirectHeader()C. Scott Ananian2023-09-221-1/+11
* WikitextContentHandler/ParserOutput: move redirect header to post processingC. Scott Ananian2023-09-151-3/+2
* content,maintenance: Use class-string<ClassName> in doc blocksthiemowmde2023-07-311-0/+3
* Fix Phan suppressions related to Title::castFrom*() and friendsBartosz DziewoƄski2023-04-221-2/+1
* Allow setting a ParserOption to generate Parsoid HTMLC. Scott Ananian2023-03-261-6/+25
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Merge "search: Set file_text to null when not available"jenkins-bot2023-01-051-0/+1
|\
| * search: Set file_text to null when not availableErik Bernhardson2022-12-021-0/+1
* | Reorg: Move MagicWord related files to under parser/Amir Sarabadani2022-12-091-0/+1
* | Use services in WikitextContentHandlerdaniel2022-12-061-17/+57
|/
* Make the doc building for search aware of the revisionDavid Causse2022-10-251-3/+5
* Use short array destructuring instead of list()Tim Starling2022-10-211-1/+1
* Merge "Add new ContentHandler::supportsPreloadContent() feature"jenkins-bot2022-07-061-0/+5
|\
| * Add new ContentHandler::supportsPreloadContent() featureThiemo Kreuz2022-07-061-0/+5
* | Migrate risky callers of MediaWikiServices::getParser()Tim Starling2022-07-051-7/+8
* | Deprecate Parser::getFreshParser()Tim Starling2022-07-051-1/+1
|/
* Clarify generate-html and make ParserOutput behave as expectedBrian Wolff2022-05-031-0/+2
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+1
* Narrow the signature of ParserOutput::addModules() and ::addModuleStyles()C. Scott Ananian2022-01-201-8/+8
* In WikitextContentHandler always use getFreshParser()Tim Starling2022-01-141-1/+1
* Introduce `Redirect(Lookup&Store)` services to handle redirectsDerick Alangi2021-12-011-2/+2
* Add new ParserOutput::{get,set}OutputFlag() interfaceC. Scott Ananian2021-10-151-1/+2
* Move Content::getParserOutput & AbstractContent::fillParserOutput to ContentH...Roman Stolar2021-09-291-0/+45
* Move Content::preloadTransform to ContentHandlerRoman Stolar2021-08-171-3/+50
* Support deprecated Content::preSaveTransform overridePetr Pchelko2021-08-051-0/+5
* Move Content::preSaveTransform to ContentHandlerPetr Pchelko2021-07-291-0/+26
* Remove documentation that literally repeats the codeThiemo Kreuz2020-10-271-1/+0
* Use strict (in)equality with namespaces constants when LHS is definitely an i...Ed Sanders2020-07-311-2/+2
* Flip Yoda conditionalsEd Sanders2020-07-221-1/+1
* Remove usages of deprecated Language methodsPetr Pchelko2020-02-161-2/+9
* Deprecate Content::getNativeData, add TextContent::getTextdaniel2019-01-161-0/+20
* Convert remaining MagicWord:: calls to MagicWordFactoryAryeh Gregor2018-08-011-1/+3