Commit graph

18 commits

Author SHA1 Message Date
Matthias Mees ee759496b9 Increment version numbers
Now that 2.0.1 is released, adminnotes and linktrimmer can be
pushed out as well. Both require 2.0.1 to work properly.

References s9y/Serendipity#298
2015-03-12 21:24:25 +01:00
Matthias Mees bbfcb2042c Revert version numbers so Spartacus does not push changes
References s9y/Serendipity#297
2015-02-08 18:32:18 +01: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
Ian badcfa914f linktrimmer Smarty2 fix 2014-06-20 09:53:48 +02:00
onli 821c9dbccb minor: linktrimmer debug output removed 2014-06-15 18:25:57 +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
Garvin Hicking 71589a887f Remove $Id$ for CVS compoatibility. Thought I already did this some time ago?!?! 2013-08-12 09:49:28 +02:00
Ian ce803ca0ae linktrimmer - frontpage option and nativ API use 2013-06-14 10:54:04 +02:00
Ian bc0cc85172 whitespace cleanup 2013-05-11 15:58:52 +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 e4db993a16 $id$ remove 2011-12-25 19:42:26 +01:00
Garvin Hicking 516df79a4e Migrate plugins 2011-12-13 12:29:05 +01:00