aboutsummaryrefslogtreecommitdiffstats
path: root/includes/content/TextContentHandler.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-6/+1
* Move remaining four classes in includes/content into Content namespaceJames D. Forrester2024-08-101-2/+0
* Add namespace and deprecation alias to TextContentHandlerEbrahim Byagowi2024-05-201-1/+10
* Add namespace and deprecation alias to TextContentEbrahim Byagowi2024-05-191-0/+1
* [ParserOutput] Rename $mText to $mRawText and ::setText() to ::setRawText()C. Scott Ananian2024-02-201-1/+1
* EditPage: Improve auto-merge in trivial non-conflict situationsthiemowmde2024-01-081-1/+6
* Skip TextContentHandler::merge3() when texts are identicalthiemowmde2024-01-051-0/+5
* Namespace ParserOutputJames D. Forrester2023-12-141-0/+1
* Remove deprecated methods from Content interfacedaniel2023-11-211-12/+0
* Plain text content model should show line breaksNovem Linguae2023-11-101-0/+2
* content,maintenance: Use class-string<ClassName> in doc blocksthiemowmde2023-07-311-1/+1
* Various doc fixes about false and null on method arguments/return typesUmherirrender2022-11-031-1/+1
* Make the doc building for search aware of the revisionDavid Causse2022-10-251-2/+4
* Use ParserOptions::setSuppressTOC() for Javascript contentC. Scott Ananian2022-07-211-1/+3
* Migrate risky callers of MediaWikiServices::getParser()Tim Starling2022-07-051-1/+1
* Clarify generate-html and make ParserOutput behave as expectedBrian Wolff2022-05-031-1/+1
* Use MainConfigNames instead of string literals, #3Aryeh Gregor2022-04-261-1/+3
* content: Document use cases for JsonContentdaniel2022-02-081-1/+1
* PHP 8.1: add ENT_COMPAT to some htmlspecialchars() callsTim Starling2022-01-251-1/+1
* Refactor global variables to use MediaWikiServices insteadTChin2022-01-101-2/+2
* Call getHtml on the content object, not TextContentUmherirrender2021-10-031-1/+1
* Move Content::getParserOutput & AbstractContent::fillParserOutput to ContentH...Roman Stolar2021-09-291-0/+58
* Move Content::preloadTransform to ContentHandlerRoman Stolar2021-08-171-3/+10
* Support deprecated Content::preSaveTransform overridePetr Pchelko2021-08-051-0/+5
* Move Content::preSaveTransform to ContentHandlerPetr Pchelko2021-07-291-0/+15
* Unsuppress another phan issue (part 7)Daimona Eaytoy2019-09-031-0/+1
* Deprecate Content::getNativeData, add TextContent::getTextdaniel2019-01-161-1/+1
* Fix PhanTypeMismatchDeclaredParamUmherirrender2018-07-071-2/+2
* build: Updating mediawiki/mediawiki-codesniffer to 15.0.0Umherirrender2018-01-011-2/+0
* Fix spacing for @param and indent of function commentsUmherirrender2017-08-151-1/+1
* Merge "Miscellaneous indentation tweaks"jenkins-bot2017-02-281-2/+5
|\
| * Miscellaneous indentation tweaksBartosz Dziewoński2017-02-271-2/+5
* | includes: Replace implicit Bugzilla bug numbers with Phab onesJames D. Forrester2017-02-211-1/+1
|/
* Call parent::getFieldsForSearchIndex in ContentHandlersaude2016-08-151-1/+2
* content: Use "::class" when overriding TextContent::getContentClass()Kunal Mehta2016-08-121-1/+1
* Make content handlers assemble content for searchStanislav Malyshev2016-07-261-0/+9
* Create API to allow content handlers to handle structured data definitionsStanislav Malyshev2016-07-061-3/+8
* Change remaining places to use short array syntaxumherirrender2016-03-111-1/+1
* Add supportsDirectEditing methods to ContentHandleraude2015-04-171-0/+9
* Merge "Make it easier to subclass Content and ContentHandler subclasses"jenkins-bot2014-08-291-2/+17
|\
| * Make it easier to subclass Content and ContentHandler subclassesKunal Mehta2014-08-161-2/+17
* | Remove wrong type from @param on ContentHandler::merge3umherirrender2014-08-141-3/+3
|/
* Added and updated Doxygen comments in content handler and diff namespacesThiemo Mättig2014-03-061-12/+14
* Break long lines and suppress false posiveSiebrand Mazeland2013-12-031-0/+2
* Update documentation and break long linesSiebrand Mazeland2013-11-201-2/+3
* Update formattingSiebrand Mazeland2013-11-191-0/+2
* Improve documentation of content handler stuffAlexandre Emsenhuber2012-12-201-1/+8
* (bug 26280) all files should have GPL headerAntoine Musso2012-11-181-0/+18
* miscellaneous doxygen warningsAntoine Musso2012-10-221-4/+4