aboutsummaryrefslogtreecommitdiffstats
path: root/includes/content/Content.php
Commit message (Expand)AuthorAgeFilesLines
* content: Improve class docs for various Content classesTimo Tijhof2025-03-121-109/+91
* 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-0/+5
* Remove deprecated methods from Content interfacedaniel2023-11-211-89/+0
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-0/+1
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-0/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Reorg: Move MagicWord related files to under parser/Amir Sarabadani2022-12-091-0/+2
* Various doc fixes about false and null on method arguments/return typesUmherirrender2022-11-031-4/+4
* pager: Clean up file headers and `@ingroup`Timo Tijhof2022-09-291-10/+9
* Clarify Content::getTextForSummary() $maxLengthLucas Werkmeister2022-07-221-1/+2
* Remove support for $wgMaxRedirectdaniel2022-05-061-35/+0
* Introduce `Redirect(Lookup&Store)` services to handle redirectsDerick Alangi2021-12-011-0/+4
* Merge "Hard-deprecate Content::prepareSave."jenkins-bot2021-11-231-1/+1
|\
| * Hard-deprecate Content::prepareSave.Roman Stolar2021-11-111-1/+1
* | Remove or replace usages of "sane"Reedy2021-11-221-1/+1
|/
* Move Content::prepareSave to ContentHandlerRoman Stolar2021-11-111-0/+1
* Hard-deprecate Content::getParserOutput and AbstractContent::fillParserOutput.Roman Stolar2021-10-291-1/+1
* Move Content::getParserOutput & AbstractContent::fillParserOutput to ContentH...Roman Stolar2021-09-291-1/+2
* Hard-deprecate Content::preSaveTransform.Roman Stolar2021-08-251-2/+2
* Hard-deprecate Content::preloadTransform.Roman Stolar2021-08-231-1/+1
* Move Content::preloadTransform to ContentHandlerRoman Stolar2021-08-171-1/+2
* Move Content::preSaveTransform to ContentHandlerPetr Pchelko2021-07-291-0/+1
* Remove Content::getSecondaryDataUpdates() and all usage of it.Roman Stolar2021-07-221-30/+0
* Remove Content::getDeletionUpdates() and all usage of it.Roman Stolar2021-07-221-20/+0
* Use WikiPage::doUserEditContent() instead of ::doEditContent()DannyS7122021-06-281-3/+3
* Remove some more comments that literally repeat the codeThiemo Kreuz2021-06-181-1/+1
* Stability annotations for interfaces.daniel2020-07-071-0/+1
* build: Bump mediawiki-codesniffer to 31.0.0Daimona Eaytoy2020-05-301-0/+1
* Fix Doxygen comment of Content::replaceSection() - wrong return typeEdward Chernenko2020-02-091-1/+1
* parser: document what 0/null rev IDs do when given to Parser::parseAaron Schulz2019-08-211-1/+2
* Deprecate Content::getNativeData, add TextContent::getTextdaniel2019-01-161-3/+8
* [MCR] Introduce SlotRoleHandler and SlotRoleRegistrydaniel2018-11-301-0/+4
* Introduce ContentHandler::getSecondaryDataUpdates.daniel2018-09-141-8/+5
* Fix PhanTypeMismatchDeclaredParamUmherirrender2018-07-071-6/+6
* Improve (weak and strict) type hints invarious placesThiemo Mättig2017-12-281-2/+2
* Fix parameter type docsLeszek Manicki2016-12-141-2/+2
* Add missing null type hints to Content::isCountable and implementationsThiemo Mättig2016-02-251-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-1/+1
* Clean up oldid argument to Content::prepareSave()Adam Roses Wight2015-03-121-2/+2
* Remove getSecondaryDataUpdates and friends from ParserOutput.daniel2015-02-241-0/+3
* Update documentation of what a "section" isThiemo Mättig2014-06-121-6/+7
* Documentation cleanup in Content-related filesBartosz Dziewoński2014-05-051-1/+1
* Follow-Ups to "Fixed some @params documentation"umherirrender2014-04-231-1/+1
* Fixed some @params documentationumherirrender2014-04-141-3/+3
* Allow passing parameters to preloadJackmcbarn2014-04-061-1/+2
* Added and updated Doxygen comments in content handler and diff namespacesThiemo Mättig2014-03-061-52/+61
* Document parser cache key control.daniel2013-12-031-0/+4
* Update documentation and break long linesSiebrand Mazeland2013-11-201-9/+9
* Update formattingSiebrand Mazeland2013-11-191-8/+8