Move default logo to resources/assets/ directory
authorBartosz Dziewoński <matma.rex@gmail.com>
Thu, 18 Sep 2014 11:01:33 +0000 (13:01 +0200)
committerBartosz Dziewoński <matma.rex@gmail.com>
Sat, 20 Sep 2014 20:45:50 +0000 (20:45 +0000)
commit96b3dd0ae373a09120b66c9d23fa58d64c7c7698
tree2dae4763cbd96fd076f8c2c39e36d78924265eee
parent900b772ed89492be9833a4c7f6570c0dea49cfb4
Move default logo to resources/assets/ directory

The problem here is that the path to 'wiki.png' is saved in users'
LocalSettings.

We likely should not remap the path, like we did for footer license
icons in Ic7c32e56:

* It's likely that users changed their logo image by overwriting the
  file in skins/common/.
* If the normal upgrade process is followed (overwrite-uploading new
  files), the old file will still be there with the skins/common/
  directory.
* If it does cause problems, they'll be rather easy to notice and fix.

On the other hand, maybe we should?

* This is going to be annoying for git users.
* It will bite anyone who deletes all MediaWiki files when upgrading
  via tarball, which is more likely with the recent skin system
  changes encouraging users to remove old cruft from skins/ directory.

Bug: 69277
Change-Id: I175fe57048ebf9d348fb2fe67bf62cf5df389003
includes/DefaultSettings.php
includes/Setup.php
includes/installer/Installer.php
resources/assets/wiki.png [new file with mode: 0644]
skins/common/images/wiki.png [deleted file]