aboutsummaryrefslogtreecommitdiffstats
path: root/mw-config/images/download-32.png
Commit message (Collapse)AuthorAgeFilesLines
* Compress PNGs with zopflipngOri Livneh2016-02-211-0/+0
| | | | | | | | | | | | | | | | | | Zopfli is the most efficient DEFLATE compression algorithm, trading run-time performance for file sizes that are typically 3-8% smaller than those produced by zlib with the maximum compression setting. Its output is Deflate-compatible, so no specialized decoder is needed. This change was created by running zopflipng against all the PNG files in this repository. The exact invocation was: git ls-files --exclude-per-directory=.gitignore -- '*.png' \| parallel zopflipng -m -y {} {} \; Files which zopflipng was not able to compress more efficiently were left unmodified. Bug: T127608 Change-Id: Ia9c70cf35da489985af39df1f8b58469eb4813fd
* Move installer files from skins/common/ to mw-config/Bartosz DziewoƄski2014-08-171-0/+0
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