Move installer files from skins/common/ to mw-config/
authorBartosz Dziewoński <matma.rex@gmail.com>
Mon, 11 Aug 2014 01:59:22 +0000 (03:59 +0200)
committerBartosz Dziewoński <matma.rex@gmail.com>
Sun, 17 Aug 2014 22:32:25 +0000 (22:32 +0000)
commita8e474c1f292667fada54613df637999478fb69b
tree694f4bd99a6e3dcb6cdd23f2acf91dc3b4357a5a
parent011350a3477008f30774b9d3ab78a712f3b30c36
Move installer files from skins/common/ to mw-config/

The CSS and JS files are definitely used only by the installer.

As for the images:
* mediawiki.png is still used directly by some error pages
  (includes/PHPVersionError.php, includes/templates/NoLocalSettings.php)
* ajax-loader.gif is still used by shared.css
* bullet.gif is mysteriously used by *something*, according to the
  logs at bug 69277 comment 11; I currently have no idea what, so
  let's keep it here for a while
* All other ones don't grep (outside of the installer itself) and
  don't appear in the logs on bug 69277.

Bug: 69277
Change-Id: I9146d9211a807911a5e0cfaa1dd3ab8170f333ca
23 files changed:
includes/installer/WebInstaller.php
includes/installer/WebInstallerOutput.php
includes/installer/WebInstallerPage.php
mw-config/config-cc.css [new file with mode: 0644]
mw-config/config.css [new file with mode: 0644]
mw-config/config.js [new file with mode: 0644]
mw-config/images/ajax-loader.gif [new file with mode: 0644]
mw-config/images/bullet.gif [new file with mode: 0644]
mw-config/images/critical-32.png [new file with mode: 0644]
mw-config/images/download-32.png [new file with mode: 0644]
mw-config/images/info-32.png [new file with mode: 0644]
mw-config/images/installer-logo.png [new file with mode: 0644]
mw-config/images/tick-32.png [new file with mode: 0644]
mw-config/images/warning-32.png [new file with mode: 0644]
resources/Resources.php
skins/common/config-cc.css [deleted file]
skins/common/config.css [deleted file]
skins/common/config.js [deleted file]
skins/common/images/critical-32.png [deleted file]
skins/common/images/download-32.png [deleted file]
skins/common/images/info-32.png [deleted file]
skins/common/images/tick-32.png [deleted file]
skins/common/images/warning-32.png [deleted file]