Commit graph

991 commits

Author SHA1 Message Date
Ian
35363b4076 silence exif_read_data errors 2014-06-20 11:01:02 +02:00
Ian
badcfa914f linktrimmer Smarty2 fix 2014-06-20 09:53:48 +02:00
Garvin Hicking
1895d8e5ce Automagic XML sync 2014-06-20 03:58:07 +02:00
Matthias Mees
2d02b26640 Removed obsolete language attribute. 2014-06-19 21:54:45 +02:00
Ian
9c98b237c1 imageselectorplus 0.36 2014-06-19 15:38:36 +02:00
Garvin Hicking
fc6f2ba81c Automagic XML sync 2014-06-19 03:52:30 +02:00
Ian
095983f45f one more for af1c7fd 2014-06-18 20:44:09 +02:00
Ian
aba7a0a960 better af1c7fd 2014-06-18 18:27:19 +02:00
Ian
d6b15f8f85 rermove some leftovers in af1c7fd 2014-06-18 18:22:46 +02:00
Ian
af1c7fd288 imageselectorplus 0.35
2.0 markup hooked into ML upload
add simple wysiwyg editor to quickblog textarea
minor fixes

needs 2k11/admin/style.css
```
    #uploadform label {
        display: inline-block;
        min-width: 40%;
    }
```
change to `min-width: 4%;`
2014-06-18 16:57:22 +02:00
Garvin Hicking
dfa043279f git push origin
Merge branch 'master' of github.com:s9y/additional_plugins
2014-06-18 13:31:15 +02:00
Garvin Hicking
9252d188f4 class check 2014-06-18 13:31:06 +02:00
Matthias Mees
48f43b32b4 Container also needs a class for 2.x backend freetags. 2014-06-18 11:42:51 +02:00
Matthias Mees
6dcdd640e7 Container in entry editor needs a unique id for 2.x backend. 2014-06-18 10:52:28 +02:00
Garvin Hicking
9447b8cc0f Automagic XML sync 2014-06-18 04:03:44 +02:00
Garvin Hicking
8eafff7936 prevent error when autocomplete tags are not available (only on entry editor pages) 2014-06-17 10:50:11 +02:00
Garvin Hicking
6f021ef0e6 better cursor position detection
References #185
2014-06-17 10:25:04 +02:00
Garvin Hicking
de4c5e5b4f Automagic XML sync 2014-06-17 04:05:48 +02:00
Ian
f4521ab83d gb-lmd leftover 2014-06-16 12:33:51 +02:00
Ian
040d246142 Backport guestbook to support Serendipity 1.7 plus 2014-06-16 12:01:45 +02:00
Garvin Hicking
b98561f8fc Automagic XML sync 2014-06-16 03:57:52 +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
45f6568a16 remove historic check 2014-06-15 16:09:28 +02:00
Ian
e3b625a4b2 fix a80a0b4 leftover 2014-06-15 15:36:28 +02:00
Ian
5e67ae7bd8 Merge branch 'master' of github.com:s9y/additional_plugins 2014-06-15 15:28:56 +02:00
Ian
a80a0b4bcc guestbook update 3.50 >= 2.0 only 2014-06-15 15:28:13 +02:00
Garvin Hicking
dc29d5a01a Automagic XML sync 2014-06-13 04:06:08 +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
Garvin Hicking
8524ba5b33 Automagic XML sync 2014-06-11 04:02:22 +02:00
Ian
41049274ab fix for enablePopup mode 2014-06-10 10:24:10 +02:00
onli
2086678378 freetag: fix autocomplete 2014-06-10 09:27:51 +02:00
Garvin Hicking
5f1c435141 Automagic XML sync 2014-06-10 04:02:18 +02:00
Matthias Mees
84afb89423 Merge pull request #39 from th-h/thh-htmlvalidation
'language="javascript"' is deprecated.
2014-06-09 23:29:38 +02:00
Thomas Hochstein
8dd1c5e189 'language="javascript"' is deprecated.
In the script tag, 'language="javascript"' is deprecated,
'type="text/javascript"' is valid, but optional.
Leave the latter, remove the former or replace it with
the latter.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2014-06-09 19:01:43 +02:00
Garvin Hicking
e315e4f000 Automagic XML sync 2014-06-09 04:10:49 +02:00
Matthias Mees
6e321f5a4d The duplicate sidebar nav entries still were not fixed properly. 2014-06-08 22:01:17 +02:00
Ian
492eafc140 fix another smarty error 2014-06-08 20:50:44 +02:00
Ian
d4e739dfaa adapt linktrimmer for 2.0 2014-06-08 20:44:50 +02:00
Ian
75d549e90c amazonchooser update for 2.0
needs more love with real tests
2014-06-08 20:43:48 +02:00
Garvin Hicking
c8e97f5d87 Automagic XML sync 2014-06-08 03:58:51 +02:00
Matthias Mees
6f18a0b56d Adapted backend markup for 2.0 backend.
Note: This could be improved way further for the 2.0 backend by
adding a category picker, a better layout and better labelling for
the list of feeds. Given the limited usage of this plugin, I'm not
sure it's worth the effort, though.
2014-06-07 11:32:13 +02:00
Garvin Hicking
1ad6e2b65b Automagic XML sync 2014-06-06 04:03:42 +02:00
Matthias Mees
f113207fcb Fix duplicate backend nav link.
Unfortunately, I misunderstood the example code for switching the
backend nav section, so some plugin were linked to twice in the
backend nav. This should fix it.
2014-06-05 22:20:32 +02:00
Matthias Mees
8a8a584498 Fix addiitional jquery inclusion in Spamblock Bayes.
References #178
2014-06-05 17:43:35 +02:00
Matthias Mees
0cb88e181a Amend ChangeLog and increment version number. 2014-06-05 14:46:39 +02:00
Matthias Mees
047b89af44 Adapt Import section of Spamblock Bayes for 2.0 backend. 2014-06-05 14:45:05 +02:00
Matthias Mees
f3b93613ea Minor reformatting of Analysis details markup, not 2.0-specific. 2014-06-05 14:31:29 +02:00
Matthias Mees
3d63512477 Adapt Analysis list section of Spamblock Bayes for 2.0 backend. 2014-06-05 14:21:22 +02:00
Matthias Mees
69ff022635 Fixed two typos in Spamblock Bayes.
These were actually preventing the JS for expanding comments in the
analysis list from working. Haven't tested it in 1.x, but it does
now work in 2.x.
2014-06-05 14:13:13 +02:00