give smileys intrinsic height. fixes #4436verified via ?do=export_htmlbody
Revert "use a dispatcher to access static image files"This reverts commit 944e9ba7254387adb60f253b0d8796f2276096b1.It was accidentally pused to master before review. A PR with a revertfor the re
Revert "use a dispatcher to access static image files"This reverts commit 944e9ba7254387adb60f253b0d8796f2276096b1.It was accidentally pused to master before review. A PR with a revertfor the revert will be pushed shortly.
show more ...
use a dispatcher to access static image filesThis makes it possible to replace default images in an update safe way.It also addresses the issue raised in dokuwiki/docker#16A .htaccess rewrite ca
use a dispatcher to access static image filesThis makes it possible to replace default images in an update safe way.It also addresses the issue raised in dokuwiki/docker#16A .htaccess rewrite catches any direct accesses that might come in fromplugins.
code style: multi statements
code style: operator spacing
coding style: control flow whitespaces
Improves our custom smileysThis affects the question, exclaim, deleteme and fixme emojis which arenot to be found in standed Unicode smiley setsThe styles now better match the Twitter Emoji styl
Improves our custom smileysThis affects the question, exclaim, deleteme and fixme emojis which arenot to be found in standed Unicode smiley setsThe styles now better match the Twitter Emoji styles and are also closerto our previous styles.
SVG for interwiki linksThis continues the quest to make more use of SVG in the DokuWikiiconography. Interwiki links are now preferred in SVG, the existingicons have been replaces by SVGs. This al
SVG for interwiki linksThis continues the quest to make more use of SVG in the DokuWikiiconography. Interwiki links are now preferred in SVG, the existingicons have been replaces by SVGs. This also adjusts the default iconsfor external, mail and UNC links.Icons come from https://materialdesignicons.com/ andhttps://github.com/edent/SuperTinyIconsI kept the old default icons because they might be used by plugins andtemplates. They might be deleted laterThe DokuWiki interwiki icon huge in filesize compared to all others anddoesn't look good. Would be good to have a simplified version there.
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/
SVG based smileysThis patch replaces our old gif based smileys by SVG based ones from theTwemoji project. This allows for scaling the emojis with the textthey're used in.
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>
Support "local" subdir when listing the smiley directory
Rename svg icons
Add files via upload
Update index.phpvars fixed
Update index.phpCode slightly minified
added two more missing action icons
added missing icon for register
Removed progressbar from searchform
use menu for site toolsthis adds an option to print the menu without icons (as we do in thedokuwiki template) but icons were added nontheless
use menu system for user toolsalso adjusts styles and adds images
menu SVGs now become proper part of coreall menu items should have a default SVG. Template authors then candecide if they want to use them or not.These are only the page tool SVGs. More need to
menu SVGs now become proper part of coreall menu items should have a default SVG. Template authors then candecide if they want to use them or not.These are only the page tool SVGs. More need to be added.
removed unused interwiki icons (obsolete since #1247)
12345