wiki.techinc.nl/tests
Paladox 66b13d1ba8 Add support for SVGs to $wgLogoHD with PNG fallback
SVGs could already be used through $wgLogo. However, if a PNG fallback
is desired for older browsers, using SVGs was previously not possible.

This commit adds support for using an SVG image in $wgLogoHD and,
using $wgLogo as the fallback image.

Usage example:

> $wgLogo = '/path/to/png';
> $wgLogoHD = [
>     'svg' => 'path/to/svg',
> ];

Note: When the 'svg' key is set in $wgLogoHD, any '1.5x' and '2x' keys will
no longer be used because SVGs can render optimally on any screen sizes.

@Reedy, @Krinkle and @Brion VIBBER helped me alot with this.

Bug: T86229
Change-Id: I6197d96ce9110f4711ef2c4b198445bc5c6ae110
2017-10-24 17:51:28 +00:00
..
common Split Revision tests into Unit & Integration classes 2017-10-13 14:46:36 +01:00
integration/includes/http Improve some parameter docs 2017-09-10 20:32:31 +02:00
parser Allow duplicate articles in parser tests with same content 2017-10-01 21:23:17 +00:00
phan build: Updating mediawiki/mediawiki-codesniffer to 13.0.0 2017-09-25 17:31:56 +02:00
phpunit Add support for SVGs to $wgLogoHD with PNG fallback 2017-10-24 17:51:28 +00:00
qunit RCFilters: refactor highlight state 2017-10-19 19:28:41 +00:00
selenium Selenium tests should log in before creating pages 2017-10-03 11:46:01 +02:00
.htaccess