Commit graph

13 commits

Author SHA1 Message Date
Thomas Hochstein 9eb4302072 Add German translations to plugins (3rd pass).
Added German translation to the following plugins:

* event_backup
* event_cpgselector
* event_disqus
* event_facebook
* event_httpauth
* event_linktrimmer
* event_markread
* event_tinypng
* event_wrapurl
* plugin_quicklink

Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-08-17 21:24:43 +02:00
Matthias Mees c3e8443d73 Improve accessibility of iconfont icons
Iconfont icons are of no value to screenreader users; in our case,
they get alternative text. By adding 'aria-hidden="true"' to the
<span> holding the iconfont icon, we avoid the screenreader trying
to announce the iconfont icon.

This commit is to ensure consistency with the core across the
additional_plugins repository. While I was at it, I also cleaned
up the ChangeLogs, trying to establish a common pattern.
2016-10-26 15:07:46 +02:00
Ian badcfa914f linktrimmer Smarty2 fix 2014-06-20 09:53:48 +02:00
onli ea21eb1ee4 linktrimmer: Fix redirect to frontpage (#182) 2014-06-15 18:21:31 +02:00
Ian f8c039b2e7 linktrimmer remove frames serendipity.js
because of ReferenceError: jQuery is not defined with
jQuery(function() {
    jQuery('input[type="url"]').change(function() {
        if (this.value != '' && ! (this.value.substr(0,7) == 'http://' || this.value.substr(0,8) == 'https://')) {
            this.value = 'http://' + this.value;
        }
    });
})

This is specific to netzgestaltung. I dont have that issue.
2014-06-12 19:55:22 +02:00
Ian 41049274ab fix for enablePopup mode 2014-06-10 10:24:10 +02:00
Ian d4e739dfaa adapt linktrimmer for 2.0 2014-06-08 20:44:50 +02:00
Ian ce803ca0ae linktrimmer - frontpage option and nativ API use 2013-06-14 10:54:04 +02:00
Garvin Hicking bf20e0dabc static fix circumventing php error, thanks to Ian 2013-05-11 15:20:23 +02:00
Garvin Hicking 98378026a6 static php5 fix 2013-05-10 10:52:05 +02:00
Ian 1657abdb2b linktrimmer - do not show in Dashboard (POC) 2013-05-09 13:11:58 +02:00
Ian 9ce7e7398d plugin CKEDITOR readiness 2013-05-06 12:47:20 +02:00
Garvin Hicking 516df79a4e Migrate plugins 2011-12-13 12:29:05 +01:00