Go to file
Coren 29bdd0c18e Add property filtering
Properties listed in $wgTemplateStylesPropertyBlacklist, or
those that contain function-like values not listed in
$wgTemplateStylesFunctionWhitelist cause the containing
declaration to be omitted from rendering entirely.

Additionally, rule selectors are unconditionally prepended
with '#mw-content-text' so that they cannot be applied to
UI elements outside the actual page content.

Change-Id: Id3d7dff465363d0163e4a5a1f31e770b4b0a67e2
2016-04-21 05:16:06 +00:00
i18n Localisation updates from https://translatewiki.net. 2016-04-18 22:23:03 +02:00
tests/phpunit Add property filtering 2016-04-21 05:16:06 +00:00
.gitignore Ignore local Composer artifacts 2016-04-20 14:15:13 -06:00
.gitreview Add .gitreview 2016-04-05 15:47:06 +01:00
.jscsrc TemplateStyles extension prototype 2016-04-08 11:08:59 -04:00
.jshintrc TemplateStyles extension prototype 2016-04-08 11:08:59 -04:00
composer.json Linting and slight tweak to parser 2016-04-12 15:42:23 +00:00
CSSParser.php Add property filtering 2016-04-21 05:16:06 +00:00
CSSRenderer.php Add property filtering 2016-04-21 05:16:06 +00:00
extension.json Add property filtering 2016-04-21 05:16:06 +00:00
Gruntfile.js TemplateStyles extension prototype 2016-04-08 11:08:59 -04:00
package.json TemplateStyles extension prototype 2016-04-08 11:08:59 -04:00
phpcs.xml TemplateStyles extension prototype 2016-04-08 11:08:59 -04:00
TemplateStyles.hooks.php Add property filtering 2016-04-21 05:16:06 +00:00