History log of /dokuwiki/lib/images/smileys/index.php (Results 1 – 7 of 7)
Revision Date Author Comments
# 90fb952c 31-Aug-2023 Andreas Gohr <andi@splitbrain.org>

code style: operator spacing


# 177d6836 31-Aug-2023 Andreas Gohr <andi@splitbrain.org>

coding style: control flow whitespaces


# b09504a9 19-Nov-2020 Andreas Gohr <andi@splitbrain.org>

SVG based smileys

This patch replaces our old gif based smileys by SVG based ones from the
Twemoji project. This allows for scaling the emojis with the text
they're used in.


# 59305168 02-Mar-2020 Phy <git@phy25.com>

Remove obsolete attributes at <script> tag

Nowadays 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> tag

Nowadays 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#text

2. "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-element

Manual merging, closes #2921.

Co-Authored-By: petrkajzar <58340153+petrkajzar@users.noreply.github.com>

show more ...


# 21b17bae 23-Dec-2018 Rainbow Spike <Dr-Yukon@users.noreply.github.com>

Support "local" subdir when listing the smiley directory


# c9ed469e 01-Oct-2014 Rainbow Spike <Rainbow_Spike@derpy.ru>

Update index.php

1 typo


# a0df75e6 17-Sep-2012 Elan Ruusamäe <glen@delfi.ee>

add index file similar to fileicons to show active smileys