Commit graph

11 commits

Author SHA1 Message Date
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