From: Alexandre Emsenhuber Date: Fri, 18 Dec 2009 21:21:51 +0000 (+0000) Subject: * (bug 20388) ProfilerSimpleText no longer outputs comments on action=raw so that... X-Git-Tag: 1.31.0-rc.0~38505 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/bilan.php?a=commitdiff_plain;h=dd39bd97fff1c700ed5e12f2bb1f2724fc94ffa5;p=lhc%2Fweb%2Fwiklou.git * (bug 20388) ProfilerSimpleText no longer outputs comments on action=raw so that the result is valid CSS/JS and don't interfere with wikitext Todo: maybe output /* */ comment when generating CSS/JS, but it'd need to factorise some code in RawPage (or another way) --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 65a0d14e38..04db7391cd 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -687,6 +687,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 21536) Fixed JavaScript error on Special:Search caused by an incorrect ID * (bug 21535) RecentChanges RSS feed now always recognises the namespace filter, previously it sometimes didn't due to caching. +* (bug 20388) ProfilerSimpleText no longer outputs comment on action=raw == API changes in 1.16 == diff --git a/includes/ProfilerSimpleText.php b/includes/ProfilerSimpleText.php index 9252e30228..d3df390832 100644 --- a/includes/ProfilerSimpleText.php +++ b/includes/ProfilerSimpleText.php @@ -21,6 +21,10 @@ class ProfilerSimpleText extends ProfilerSimple { public $visible=false; /* Show as
 or