aboutsummaryrefslogtreecommitdiffstats
path: root/includes/content/AbstractContent.php
Commit message (Expand)AuthorAgeFilesLines
...
* Deprecate Content::getNativeData, add TextContent::getTextdaniel2019-01-161-1/+39
* [MCR] Introduce RevisionRendererdaniel2018-08-301-0/+2
* Deprecate ContentHandler::makeParserOptions()Brad Jorsch2018-07-131-1/+1
* Fix PhanTypeMismatchDeclaredParamUmherirrender2018-07-071-5/+5
* content: Fix @return doc for AbstractContent::getDeletionUpdates()Kunal Mehta2018-02-251-1/+1
* Remove @param comments that literally repeat what the code saysThiemo Mättig2018-01-101-2/+2
* Improve some parameter docsUmherirrender2017-09-101-1/+20
* Remove empty lines at begin of function, if, foreach, switchUmherirrender2017-07-011-2/+2
* Fix a few incorrect annotationsErik Bernhardson2016-06-301-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-10/+10
* Fix issues identified by SpaceBeforeSingleLineComment sniffVivek Ghaisas2015-09-261-1/+1
* Clean up oldid argument to Content::prepareSave()Adam Roses Wight2015-03-121-1/+1
* Remove getSecondaryDataUpdates and friends from ParserOutput.daniel2015-02-241-6/+13
* Replace wfRunHooks calls with direct Hooks::run callsAaron Schulz2014-12-101-3/+3
* Introduce ContentAlterParserOutput hookGergő Tisza2014-09-291-0/+2
* Record redirect target in ParserOptionsBrad Jorsch2014-09-181-0/+5
* Remove wrong null type from @param of Content::fillParserOutputumherirrender2014-08-151-1/+1
* Update documentation of what a "section" isThiemo Mättig2014-06-121-1/+1
* Introduce ContentGetParserOutput hookdaniel2014-05-101-0/+65
* Allow passing parameters to preloadJackmcbarn2014-04-061-1/+1
* Added and updated Doxygen comments in content handler and diff namespacesThiemo Mättig2014-03-061-94/+100
* Update documentation and break long linesSiebrand Mazeland2013-11-201-3/+3
* Update formattingSiebrand Mazeland2013-11-191-4/+7
* Revert "Introducing ContentGetParserOutput hook."Ori.livneh2013-06-101-53/+0
* Introducing ContentGetParserOutput hook.daniel2013-06-041-0/+53
* Fixed @param tags to conform with Doxygen format.Tyler Anthony Romeo2013-03-111-2/+2
* fix some spacingumherirrender2013-03-071-2/+0
* fix some spacingumherirrender2013-02-091-1/+1
* fix some spacingumherirrender2013-02-041-1/+1
* use strict null checkjeroendedauw2013-01-251-1/+1
* Fixed typojeroendedauw2013-01-251-1/+1
* Improve documentation of content handler stuffAlexandre Emsenhuber2012-12-201-0/+6
* Content::convert() for conv. betw. content models.daniel2012-11-061-0/+26
* miscellaneous doxygen warningsAntoine Musso2012-10-221-2/+2
* Merge "Added docu headers to content(handler) files"IAlex2012-10-171-1/+21
|\
| * Added docu headers to content(handler) filesjeroendedauw2012-10-161-0/+20
* | Added a pile of missing docs and fixed a few incorrect onesjeroendedauw2012-10-161-34/+102
|/
* Cleanup of Wikidata branch.daniel2012-10-081-2/+2
* set mediawiki version numberdaniel2012-10-051-5/+5
* Split Content.php into one file per class.daniel2012-09-241-0/+326