Commit graph

51 commits

Author SHA1 Message Date
surrim 6c664e415c updated plugin versions 2021-07-12 15:44:23 +02:00
surrim 22d4608f9f using serendipity_plugin_api::load_language() for some more plugins 2021-07-12 15:44:23 +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 a6d493469e isp 0.51 - append CSS to end of eventData 2015-12-05 18:00:15 +01:00
Ian d3ea1e20f9 Try catch exception error to not break the flow 2015-10-19 14:09:53 +02:00
Ian 1d3b4bd2a1 Fix 'array sizes are inconsistent' error
with mediainsert tagged entries and array_multisort()
This may appear if you have objects and images on the same ML page pagination
2015-09-14 16:18:38 +02:00
Ian 7e6c7fc052 imageselectorplus now uses API 2015-08-19 12:48:59 +02:00
Ian 89944a35af isp - better toolbar 2014-11-29 13:54:53 +01:00
Garvin Hicking bde36a6e54 Merge branch '2.0'
fixe manual Conflicts:
	serendipity_event_ckeditor/serendipity_event_ckeditor.php
	serendipity_event_freetag/serendipity_event_freetag.php
	serendipity_event_imageselectorplus/serendipity_event_imageselectorplus.php
	serendipity_event_usergallery/serendipity_event_usergallery.php
2014-11-29 12:34:32 +01:00
onli d2d298ab41 Use serendipity_specialchars
See https://github.com/s9y/Serendipity/issues/236
2014-11-25 01:15:57 +01:00
Ian 3e636484a7 isp - use new nobang variable for 2cd run thumbnail image resizing 2014-10-06 13:32:27 +02:00
Ian a70de2f12c fix old & nasty squared thumb resizing bug 2014-09-20 20:11:09 +02:00
Ian 88f10654f0 extend text even more in 3f3569c 2014-09-20 15:57:02 +02:00
Ian 3f3569c6c4 isp - add description for max options 2014-09-20 15:45:11 +02:00
Ian c992def344 isp - bump version for new sync 2014-09-12 10:07:37 +02:00
Ian c57b82e34f isp - fix for 0.43 2014-09-12 09:53:00 +02:00
Ian 1ce276837e fix bb3f5f1 2014-09-11 20:18:08 +02:00
Ian bb3f5f19c1 isp - fix wysiwyg textarea form eventData 2014-09-11 20:15:32 +02:00
Ian ae8bfcf1b7 isp better basic tb 2014-09-07 17:25:29 +02:00
Ian 3c767e8a79 isp remove some testing code 2014-09-07 17:08:52 +02:00
Ian f14cec04a2 isp - new mediainsert cases 2014-09-07 10:12:34 +02:00
Ian faa42054ca isp - add htaccess for documentation links 2014-08-03 17:50:15 +02:00
Ian 044a88620c isp remove wrong slash 2014-07-24 12:28:14 +02:00
Ian d73803a8ec gosh 2014-07-19 18:41:09 +02:00
Ian 712f4312aa typo 2014-07-19 17:02:02 +02:00
Ian 5ed86f433e isp plugin v. 0.40 2014-07-19 16:59:47 +02:00
Ian 9327d28bc4 isp css fix 2014-07-11 11:00:52 +02:00
Ian 68a0409539 fix 2.0 object css for f9c295b 2014-07-10 15:39:15 +02:00
Ian 757f92e278 fix changelog typo in f9c295b 2014-07-10 15:06:07 +02:00
Ian f9c295bdfc isp 0.39 2014-07-10 14:40:32 +02:00
Garvin Hicking 1d0a6a252a remove notice 2014-07-01 10:13:29 +02:00
Ian 49ef7d5cde fix old lang typo 2014-06-23 17:43:55 +02:00
Ian 13560748c7 imageselectorplus .0.38
sets default image size to $serendipity['thumbSize']
2014-06-23 17:07:10 +02:00
Ian 35363b4076 silence exif_read_data errors 2014-06-20 11:01:02 +02:00
Ian 9c98b237c1 imageselectorplus 0.36 2014-06-19 15:38:36 +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
Vladimír Ajgl 7842af973e czech translations - removed leading slash from first line (introduced erroneously in previous commit) 2013-12-28 21:43:44 +01:00
Vladimír Ajgl c5248f893e czech translations - cvs/snv tags removed 2013-12-27 20:04:36 +01:00
Ian db8fcde76d imageselectorplus - fix some possible errors 2013-12-20 20:13:21 +01:00
Ian 11617703e3 fix wrong mediainsert string part with ckeditor 2013-09-05 10:57:51 +02:00
Garvin Hicking 80b1593707 also remove $Revision$ 2013-08-12 10:27:53 +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
Garvin Hicking 58b008ff41 change upload path 2012-08-17 12:09:13 +02:00
Grischa Brockhaus fc19cfc5d0 Compatibility fixes 2012-06-13 14:47:45 +02:00
Garvin Hicking cc7e520c53 remove $select, does not exist 2012-06-05 15:08:46 +02:00
Vladimir Ajgl 65cbf1c465 linebreaks converted from windows to unix style 2012-02-17 23:41:29 +01:00
Garvin Hicking ab02bb4af4 Remove $Id$ 2011-12-25 10:07:20 +01:00