aboutsummaryrefslogtreecommitdiffstats
path: root/includes/content/JavaScriptContent.php
Commit message (Expand)AuthorAgeFilesLines
* content: Improve class docs for various Content classesTimo Tijhof2025-03-121-7/+2
* Add namespace and deprecation alias to TextContentEbrahim Byagowi2024-05-191-1/+0
* Add namespace and deprecation alias to JavaScriptContentEbrahim Byagowi2024-05-171-0/+5
* content: Stop encoding `&` in JavaScript redirect contentKunal Mehta2023-11-011-2/+7
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+2
* Various doc fixes about false on method arguments/return typesUmherirrender2022-11-101-1/+1
* 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-28/+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-2/+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
* Phabricator: Use Tddddd instead of Bug ddddd in commentsFomafix2018-10-041-1/+1
* Support redirects in JavaScriptContentKunal Mehta2015-07-201-0/+47
* 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-1/+10
* 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-2/+9
* 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/+40