c69932eaae
rename create() js errorHandler function to errorHandlerCreateDOM()
2014-03-24 15:19:16 +01:00
7bf373248b
serendipity_editor.js.tpl without core
...
To have this in the plugin api didn't look right. the fallback to default works this time, so this should be alright.
2014-03-23 23:53:55 +01:00
0d54063c5e
Use old method to init ckeditor
...
Instead of using global JS-variables and ignoring serendipity[textarea]={$view}, this
approach actually uses the variable and therefore reinstates wysiwyg_init.tpl.
ckeditor_custom_config.js (Thx Ian!) is still respected, but the toolbar got restored to the old version. We need an easy way to remove _underline_, for example. It could be extended though.
This fixes #{107} somewhat, as serendipity_image_selector.php is useable now, but still with display errors (and without an upload widget). Probably still a good idea to copy the ML-eapproach of the normal textareas
This also works with htmlnuggets, without using spawnnugget from the core, instead wysiwyg_init.tpl gets reused in the plugin-config.
ckeditor_custom_plugin.js got emptied, the relevant code (which should only be the part that adds the plugins into the toolbar) should be integrated into wysiwyg_init.tpl).
2014-03-23 23:03:09 +01:00
76f87c5e08
cleanup note in cb0ba6c
2014-03-17 19:36:19 +01:00
cb0ba6cf7e
fix non-read pre event hook for other templates
...
This fixes the problem of empty core backend js files
and not properly executed ckeditor inits with other templates.
References #72
closes #72
2014-03-17 14:55:37 +01:00
408774cba3
move errorToException 'appendTop' javascript into 'js' hook
...
since this also fixes not having had this in backend_header before.
2014-03-16 09:33:20 +01:00
7028149361
add missing bracket to 9fecaf1
2014-03-05 12:58:28 +01:00
9fecaf1372
upport missing 7cf4c12
and e5b28180a5
2014-03-05 12:41:03 +01:00
3d7765f066
upport 1.7.6 security fixes
2014-02-06 09:36:31 +01:00
915c5f6531
Fix possible temporary caching errors failing $eventData[0]['properties']
2013-10-01 19:03:12 +02:00
eaa8a29d2d
upport e7c93ad835
2013-07-01 18:47:45 +02:00
a654b13a9a
Complete include_once usage, romove constants
2013-06-22 12:32:54 +02:00
cbe07715fd
use include_once
2013-06-21 18:11:03 +02:00
99caf8d74e
set default plugins to their new canonical names so installer can work again
2013-06-19 23:23:38 +02:00
02d4df2a02
Move internal plugins into plugin-folder
...
Stepping stone to later use spartacus for all of them. Will break installed plugins
2013-06-16 19:39:44 +02:00
0044e210ae
Remove layout.php remains
2013-06-15 15:29:54 +02:00
251f61a039
Disable jQuery noConflict mode in the backend.
...
NOTE: If someone can improve this, by all means: do so. And excuse
my toddler's PHP here.
2013-05-30 18:44:42 +02:00
7288ffdef8
Fixed most of the redundant br elements in the core.
2012-12-03 13:35:59 +01:00
f12f53aaab
Damn, why does cherry picking not work?
2012-06-12 20:51:57 +02:00
da886799aa
Merge branch '2.0' of github.com:s9y/Serendipity into 2.0
2012-04-22 16:15:18 +02:00
d8243ece6e
improved escaping, thanks to stefan schurtz
2012-04-22 16:13:58 +02:00
54e310b1e4
fixed Smarty const check
2012-04-17 11:37:53 +02:00
9c7f73a857
tab converting and parseTemplate() fix
2012-02-02 14:11:50 +01:00
09aace0ffe
display back to fetch, as it was
2011-12-29 11:11:27 +01:00
2749dc54ad
Smarty3
2011-11-24 12:16:02 +01:00
7fa9ecde6d
IE6 is dead
2011-08-13 09:55:33 +00:00
21ff71abd2
smarty3 compat
2011-02-17 13:11:25 +00:00
70b1288890
improve code docs
2011-01-08 22:31:20 +00:00
49bff3f7a7
better forwarc ompatibility, using an arrayk
2011-01-02 16:50:48 +00:00
cbc46a31e1
bundle jquery
2010-12-31 17:29:51 +00:00
8ca7f04b8f
* Implemented suggestion of removing boilerplate code in plugin API:
...
Change hack protection, introduce unified language loading, see
http://board.s9y.org/viewtopic.php?f=11&t=16921
Thanks to mt2!
2010-08-20 09:07:42 +00:00
7d0547c0d4
* Added new event hook frontend_sidebar_plugins to iterate through
...
sidebar plugins and modify their output. $eventData is the array
of their data. (garvinhicking)
2009-08-11 19:53:10 +00:00
249580a5b9
PHP 5.3 compatibility
2009-07-14 11:48:10 +00:00
4940f9d0b5
Use proper path for bundled plugins to point to NEWS/ChangeLog
2009-05-25 07:37:57 +00:00
50d08ff225
Added possibility for templates to register a central function
...
serendipity_plugin_api_event_hook() and
serendipity_plugin_api_pre_event_hook()
2009-03-20 17:07:23 +00:00
aa77cb9b1f
* Added header('Status:...') calls so that some CGI installations
...
of apache emit proper headers (garvinhicking)
2008-08-22 09:20:13 +00:00
cb8d4da7fa
this is more appropriate, check if the user has plugin admin rights
2008-08-19 11:14:26 +00:00
a7aa0ad006
Show "Edit this plugin" link for every sidebar plugin
2008-08-19 11:12:52 +00:00
9182557da7
Add 'template' option
2008-02-21 09:42:50 +00:00
a27dc54fea
* New plugin API method "parseTemplate($filename)" to allow a
...
sidebar- or event-plugin to fetch+display a smarty template.
(garvinhicking)
2007-08-31 10:39:55 +00:00
a8f57711a9
Small code cleanup by Falk Doering:
...
- PHP6 forward compatibility on accessing strings
- Better indenting, other cleanups on the plugin API file
2007-07-17 11:31:20 +00:00
494c19ce4a
Ensure not using 'online_repository' as pluginPath
2007-06-05 11:44:34 +00:00
8c39e98eef
Fix pgsql lowercase plugin problem
2006-11-17 15:20:04 +00:00
ae10cad21c
Major new feature: Allow to restrict plugin hooks and plugins to only specific usergroups
2006-08-23 13:51:56 +00:00
80e14346a5
Also support "last X" REST interface
2006-08-02 10:07:34 +00:00