Commit graph

8 commits

Author SHA1 Message Date
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
Garvin Hicking 8bfdd891b2 upstream patch by ian 2016-09-23 11:21:00 +02:00
Matthias Mees 81f20690af Adapt plugins for new dashboard widget style
- Add new class .dashboard_widget to apply necessary styles
- Remove obsolete plugin JS to cycle odd/even classes

Note: I have no idea why the diff for linktrimmer is huge. Might
      have been encoded utf-8 before? Now it's iso-8859-1.

References s9y/Serendipity#297
2015-02-08 16:17:58 +01: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
Garvin Hicking 516df79a4e Migrate plugins 2011-12-13 12:29:05 +01:00