wiki.techinc.nl/tests
jdlrobson d3eda44624 registration: Make it easier to set a skin's templateDirectory
When originally introduced, a skin's templateDirectory was relative
to core, rather than the skin itself. Most skins needed to set
something like "skins/Example/templates", hardcoding the default value
of $wgStyleDirectory.

skin.json will now assume that the value of templateDirectory is
relative to the skin itself. If that directory doesn't exist, we'll
fallback and assume it's using the previous behavior of being relative
to core. In practice this should not be a breaking change since no skin
is expected to have a directory like "skins/Example/templates" inside
the skin itself.

Finally, ExtensionProcessor will set a default templateDirectory if
one isn't already set, so in most cases this setting should be able
to just be removed entirely.

Bug: T262067
Change-Id: I434b8a4319f3c8b65bcaab3465224058f31e7ae8
2021-08-27 00:22:38 -07:00
..
api-testing Added integration tests for ApiQueryExternalLinks 2021-07-16 16:30:21 -04:00
common
integration/includes/http build: Updating dependencies 2021-07-22 03:36:05 +00:00
parser Merge "Simplify if-then-else-return statements with explicit true/false" 2021-08-24 11:44:23 +00:00
phpunit registration: Make it easier to set a skin's templateDirectory 2021-08-27 00:22:38 -07:00
qunit mediawiki.jqueryMsg.js: remove setParserDefaults() deep parameter 2021-08-16 08:44:18 +00:00
selenium Merge "mediawiki.api: Move example doc from constructor to @class block" 2021-08-26 18:14:21 +00:00
.eslintrc.json
.htaccess