give smileys intrinsic height. fixes #4436verified via ?do=export_htmlbody
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.
show more ...
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
Update index.php1 typo
add index file similar to fileicons to show active smileys
Optimized graphicsThis patch reduces the colorspace of GIF files and has optipngoptimization run on PNGs. Changes shouldn't be visible except infilesizes.
added one of the most important smileys
directory layout cleanup !IMPORTANTThis patch changes the directory structure of dokuwiki as suggestedin http://www.freelists.org/archives/dokuwiki/06-2005/msg00045.htmlAs the changes.log is not
directory layout cleanup !IMPORTANTThis patch changes the directory structure of dokuwiki as suggestedin http://www.freelists.org/archives/dokuwiki/06-2005/msg00045.htmlAs the changes.log is not managed through darcs you need to move it yourself to the new location in data/changes.logI think I modified the code at all nessessary places, but I may haveforgotten a few things.darcs-hash:20050605103842-9977f-af20f63c1d604888375d175d89ac6bd71566d47d.gz