code style: multi statements
code style: operator spacing
use SVG icons for media file linksThe dokuwiki template should probably be adjusted a bit. Old png filesare not yet removed as they may be used elsewhere still.
SVG based file iconsTo be used in the new code. Courtesy of https://fileicons.org/
Remove obsolete attributes at <script> tagNowadays it is not necessary to specify "type" or "charset" attribute at <script> tag:1. "type" attribute defaults to "application/javascript", so there
Remove obsolete attributes at <script> tagNowadays it is not necessary to specify "type" or "charset" attribute at <script> tag:1. "type" attribute defaults to "application/javascript", so there is no need to specify that. The recent value "text/javascript" is obsolete in favor of the default "application/javascript", as stated e.g. here: https://www.iana.org/assignments/media-types/media-types.xhtml#text2. "charset" attribute of the <script> tag defaults to encoding be the same as the encoding of the script element's node document. As DokuWiki's default encoding is "utf-8", there is no need to specify this encoding in external resources. See: https://html.spec.whatwg.org/multipage/scripting.html#the-script-elementManual merging, closes #2921.Co-Authored-By: petrkajzar <58340153+petrkajzar@users.noreply.github.com>
show more ...
Rename svg icons
Add files via upload
Update index.phpvars fixed
Update index.phpCode slightly minified
Losslessly reduced PNG images with optipng -o7 -strip all, advdef -z4 -i60, and advpng -z4 -i60.
adjusted the office type color again
updated file icons once moreadjusted some colors, added a few common extensions for codeblocks
fixed index file
moved 16x16 icons to their original locationsfor backwards compatibility
removed script, added README instead
file icon updatesnow we no longer limit generation to the extensions in mime types,because file icons are used in downloadable code blocks, too.All icons were regenerated with the latest update
file icon updatesnow we no longer limit generation to the extensions in mime types,because file icons are used in downloadable code blocks, too.All icons were regenerated with the latest update of the generator.
Switched file icons against generated ones, added 32x32 versions
added basic suport for embedding (html5) videos
changed all doctypes to html5 doctype
added .ico to allowed mime typesthe new template allows to use a favicon in media/wiki/favicon.ico so weshould support uploading it as well.
Optimized graphicsThis patch reduces the colorspace of GIF files and has optipngoptimization run on PNGs. Changes shouldn't be visible except infilesizes.
Passed every png file through http://www.smushit.com/ysmush.it/ saving some 1-2kb of binary image data
- copy over identical sxw,odt fileicons
- copy over identical tgz,gz fileicons
12