54 Commits

Author SHA1 Message Date
Ian
7120d50bf6 add new 'suboption' ctype for plugins configs and fix misspelled separator ctype 2015-12-20 17:34:59 +01:00
Ian
1b1a130e38 document better multiple nugget example gratia plugin
contactform will probably change, when this fixes are out.
2015-06-01 16:51:28 +02:00
Ian
1e6fda11e7 emit multiple nuggets for core JS-Editor
and only use Spawnnuggets if exist.

This is for multi-nugget-textareas, not using the wysiwyg* event hooks, eg contactform plugin < v.1.17
2015-06-01 14:34:18 +02:00
onli
92afc37753 Introduce serendipity_specialchars-wrapper for encoding bug (#236)
PHP 5.4 sets UTF-8 as the default for htmlspecialchars, htmlentities and html_entity_decode. The first two will echo an empty string when given a string with umlauts. This commits introduces serendipity_specialchar-wrapper that are meant to be a temporary solution for the s9y-core until PHP 5.6 fixed the bug, so the native charset option of s9y continues to work.
2014-11-23 23:41:08 +01:00
Ian
a22f0ec65e space cleanup 2014-11-02 15:05:12 +01:00
onli
8386c25037 Seperator in config without border (#191)
$plugin_options now doesn't contain the html of the config_item directly, but is an array that contains it and the ctype. That way, plugin_config.tpl can react to specific config types
2014-06-25 00:46:00 +02:00
Matthias Mees
542917efea Adapt collapsible plugin description to list of installed plugins.
References #125
2014-05-11 21:55:06 +02:00
Matthias Mees
1927da75c1 Move plugin name in plugin description, add styling 2014-03-11 11:49:31 +01:00
Matthias Mees
b02cb1a6bc Remove redundant version number markup. 2014-03-11 10:23:20 +01:00
Ian
98cc1649f1 add plugin class name
According top request http://board.s9y.org/viewtopic.php?f=11&t=19786
2014-03-11 09:08:17 +01:00
Garvin Hicking
d208452096 Make external event plugins work properly again. Genpage should not be used? Will discuss on the forums.
Also add inactive/active placements to backend
2014-03-05 14:23:19 +01:00
onli
65814d625c Renamed OUT_STACK in plugin-config 2014-03-02 22:26:16 +01:00
onli
b55689ebf4 Fix plugincontrols in no-js mode 2014-01-20 21:28:20 +01:00
onli
068767c80d Load ckeditor for html-nugget (#27)
Need still to be tested and adapted for other editors
2013-07-23 23:30:02 +02:00
onli
d80a8334c8 Use return instead of echo in the remaining core
Debug-messages still may use echo, and some functions in functions_image and trackback still use it to generate progress messages, which should get cleaned up as well but is not that urgent
2013-07-05 19:16:11 +02:00
onli
9a989dddb3 Remove Advanced-JS option 2013-06-23 20:12:06 +02:00
onli
cbe07715fd use include_once 2013-06-21 18:11:03 +02:00
onli
da64502850 fix missing load of media-config-item, small cleanup 2013-06-21 12:44:29 +02:00
onli
342d8676bf show_plugin_config: use return instead of echo 2013-06-21 12:28:43 +02:00
onli
4de8ff7269 Further smartify show_plugins()
Remove ownership() and placement_box()
2013-06-14 21:37:06 +02:00
onli
0933bf3682 renamed plugin-config templates 2013-06-07 15:15:57 +02:00
Matthias Mees
a7e100888b Switch personal/configuration/create/edit users to smartified config. 2013-06-06 20:41:33 +02:00
onli
ae74401668 2k11 is default template, included admin-tpls, and made it installable 2013-05-30 22:19:07 +02:00
onli
ff9c31b88e remove remaining tplold-links 2013-05-30 21:00:20 +02:00
Ian
af2c7efa21 better empty message, based to constant NONE 2012-12-08 10:03:53 +01:00
Matthias Mees
7288ffdef8 Fixed most of the redundant br elements in the core. 2012-12-03 13:35:59 +01:00
Ian
15a05c8d7c declare array 2012-12-03 10:47:36 +01:00
Ian
312c886d62 last commits switch to functions_plugins_admin.inc too 2012-11-20 15:33:36 +01:00
Ian
7a51ea663e OUT_STACK now supports config_groups magic again 2012-06-08 14:19:04 +02:00
Ian
3ec4c55ec0 captured smartified example method 2012-06-08 10:43:22 +02:00
Ian
a368694f24 smartified functions_plugins_admin.inc.php 2012-05-22 20:14:37 +02:00
Ian
c37f5bc357 wrong CVS header 2012-03-03 15:05:09 +01:00
Garvin Hicking
8420699997 template and plugin option groups, experimental 2011-01-03 09:11:17 +00:00
Garvin Hicking
316e86f3dc * Added ability to mark authorgroups as "hidden", so that members of such groups are excluded from common author listings. (Ref http://board.s9y.org/viewtopic.php?f=11&t=16237) (garvinhicking) 2010-01-13 12:28:55 +00:00
Garvin Hicking
4e9fcf7696 backport 2009-12-21 18:56:34 +00:00
Jude Anthony
ba8e0e346c Include serendipity_emit_htmlarea_code for HTML template options 2009-11-25 20:01:13 +00:00
Matthias Mees
904967fe59 Added some additional inline CSS to include/funtions_plugins_admin.inc.php to make sure images selected from the media db in theme option don't get tiled. 2009-10-12 11:14:20 +00:00
Matthias Mees
e3366df7f4 Added no-repeat to background images set by change_preview in include/functions_plugins_admin.inc.php so images selected from the media database in theme options will no longer be tiled. 2009-10-12 10:58:30 +00:00
Grischa Brockhaus
c0f5343051 added input_type="password" for plugin string type configuration 2009-07-15 10:46:39 +00:00
Grischa Brockhaus
d9b0ccb3f4 Added new optional parameter for plugin config type "text": rows. 2009-07-05 14:58:31 +00:00
Garvin Hicking
a5bac0f36b Added serendipity_preview_spacer and pluginmanager_(sidebar|event) CSS ids 2008-12-20 17:00:22 +00:00
Garvin Hicking
5175be92f3 get rid of error message when plugin has no config options 2008-12-16 15:12:35 +00:00
Garvin Hicking
5abdfe384f Add more documentation references to plugin manager 2008-11-21 12:20:07 +00:00
Garvin Hicking
1d2fe011f3 Show save button at top for 'Manage styles' 2008-08-26 13:56:53 +00:00
Garvin Hicking
6c112ff3d2 Allow sequencing widget to disable/enable each sequence entry. 2008-08-03 11:33:39 +00:00
Jude Anthony
2dc27ac29d Added "sequence" type for admin plugins and template options 2008-02-23 22:43:09 +00:00
Jude Anthony
e42aef3fa2 Fix typo preventing 'media' type from supplying a default preview div height 2007-08-15 17:05:35 +00:00
Garvin Hicking
472432b1b9 Merge patch from Don Chambers for better input classes in admin 2007-07-12 09:40:04 +00:00
Jude Anthony
7a7d70fa7c Added media selector type 2007-05-25 03:27:24 +00:00
Garvin Hicking
bffc773cdf Allow to make shared installs have their own config file, patch by stm9x9 2007-01-02 10:15:53 +00:00