aboutsummaryrefslogtreecommitdiffstats
path: root/includes/content/CssContent.php
Commit message (Expand)AuthorAgeFilesLines
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+1
* Fix various documentation related to null types (part II)Umherirrender2022-03-081-1/+0
* Move Content::getParserOutput & AbstractContent::fillParserOutput to ContentH...Roman Stolar2021-09-291-10/+0
* build: Update mediawiki/mediawiki-phan-config to 0.11.0Umherirrender2021-09-071-0/+1
* Move Content::preSaveTransform to ContentHandlerPetr Pchelko2021-07-291-30/+0
* Avoid using User::getBoolOption()ZabeMath2021-03-271-1/+1
* content: Add hidden preference to disable PST on CSS/JS contentC. Scott Ananian2020-08-121-1/+7
* Make use of the preg_match() return value, if possibleThiemo Kreuz2020-07-141-2/+1
* Replace "@stable for calling" by "@stable to call"daniel2020-07-131-1/+1
* Annotate newable classesdaniel2020-07-071-0/+2
* Let Html::element do the HTML encodingFomafix2019-11-191-6/+4
* Remove all $wgParser use from coreAryeh Gregor2019-04-171-2/+4
* Deprecate Content::getNativeData, add TextContent::getTextdaniel2019-01-161-3/+3
* Recognize CSS/JS redirects with non-ASCII targetsKunal Mehta2018-10-311-1/+1
* Implement redirects in CssContentKunal Mehta2015-07-281-0/+44
* Fix subclassing of CssContent and JavaScriptContentKunal Mehta2014-09-131-2/+3
* Make it easier to subclass Content and ContentHandler subclassesKunal Mehta2014-08-161-1/+1
* Content: Deprecate and stop using getHighlightHtml()Bartosz Dziewoński2014-05-091-1/+1
* Added and updated Doxygen comments in content handler and diff namespacesThiemo Mättig2014-03-061-4/+15
* Revert "Introducing ContentGetParserOutput hook."Ori.livneh2013-06-101-1/+1
* Introducing ContentGetParserOutput hook.daniel2013-06-041-1/+1
* docs: Remove odd colons after @todoTimo Tijhof2013-05-151-1/+1
* Remove spaces between parentheses in function callsumherirrender2013-03-171-2/+2
* fix some spacingumherirrender2013-03-071-1/+0
* Improve documentation of content handler stuffAlexandre Emsenhuber2012-12-201-0/+8
* Added docu headers to content(handler) filesjeroendedauw2012-10-161-0/+20
* set mediawiki version numberdaniel2012-10-051-1/+1
* Split Content.php into one file per class.daniel2012-09-241-0/+38