Commit Graph
100 Commits
Author SHA1 Message Date
Ian 563e5a704c init plugin nuggets when not using default JS-Editor
The hook btw is useless here, since it is already called at https://github.com/s9y/Serendipity/blob/2.0/include/functions_plugins_admin.inc.php#L640
We should remove it here in the tpl.
2014-10-14 15:25:55 +02:00
Ian 7e0eadb254 Smarty 3.1.20 upgrade (see changelog) 2014-10-10 18:24:44 +02:00
Ian 93667e2f46 revert main fbf821c capabilities changes 2014-10-06 14:18:37 +02:00
Ian 27c5b2d589 introduce IM nobang variable
to avoid forcing image geometry exactly to given sizes on second thumbnail method run.
Used by imageselectorplus plugin.
2014-10-06 13:01:14 +02:00
Ian 148e1449d1 extends 9cbb2b0
for file renaming type='file' with a pdf also. Thumb check and the silencer were both needed, else for the last the database entry was lost.

The $renameData['thumb'] could very well be $file['thumbnail_name'] in case of not being empty.

It might be that this has dependencies with the hotlink hook or thumbSuffix renamings. Garvin, please check.

References #220
2014-10-05 19:46:49 +02:00
Ian 3cf539d90e document 9cbb2b0 2014-10-05 18:04:51 +02:00
Ian 9cbb2b0166 fix issue pdf moving rename() error
This was mainly the not checked thumbnail_name and needed to be silenced too.
I am not sure id that issue can happen with type 'file' renaming too.

References #220
2014-10-05 17:57:08 +02:00
Ian ddd3b91d28 fixing images plus
- fix isp image $newSize resizement
- fix forcing $newSize with a bang on WinOS
- convert some message errors to 2.0 style
- whitespace cleanup
2014-10-03 10:10:51 +02:00
Ian fbf821c714 make $serendipity['capabilities'][*] variables work 2014-10-02 19:11:00 +02:00
Ian 298152a899 remember, its a key name :) 2014-09-11 10:18:16 +02:00
Ian f26c3a2349 correct plugin selection
Inter alia removes the ALL option, which "resets" the selection.
As a Smarty only fix, this will now circumvent the ALL logic in plugins.inc.php

Reference #200
2014-09-11 10:10:01 +02:00
Ian 5e6b864fdf fix xhtml for 9b89c3d
References #201
2014-08-08 16:24:39 +02:00
Ian e7ff92136a fix eb5ac2d
to keep eventData array in the flow
2014-08-07 15:45:32 +02:00
Ian eb5ac2dac1 move 'backend_category_showform hook' 2014-08-07 14:20:59 +02:00
Ian 9ab56b1606 fix missing space 2014-08-07 11:48:50 +02:00
Ian 43ceac124a fix subtome path 2014-08-05 09:45:00 +02:00
Ian 08b86b102b fix plugins no updates' message check
References #200

there is more.
2014-08-04 15:01:43 +02:00
Ian 560b5d8165 karma - fix pre 2.0 backend_header case 2014-07-12 11:34:38 +02:00
Ian e823d1d3ca remove obsolet function 2014-07-08 17:23:21 +02:00
Ian 5ea97d22a7 karma - fix some markup for 2.0
I am pretty sure there is some more and I even did not check for pre 2.0 sources
2014-07-08 16:21:23 +02:00
Ian 890387e6f4 karma css placement 2014-07-08 15:51:10 +02:00
Ian 3f885e7040 karma better 2014-07-07 13:08:05 +02:00
Ian f2cad36147 karma add backend_css 2014-07-07 12:18:08 +02:00
Ian ab27481094 extend c0c6e8a to only emit backend karma css where we need it (untested)
I need to see this happen on DEV blog though
2014-07-05 14:06:40 +02:00
Ian c0c6e8aebc try to remove bigger parts of inline css (untested) 2014-07-05 11:40:00 +02:00
Ian cb220b6c94 fixes extends resource
- fixes the bugfix of 02.06.2014 broke correct handling of child templates with same name but different template folders in extends resource (issue 194 and topic 25099)

git-svn-id: http://smarty-php.googlecode.com/svn/trunk/distribution/libs@4858 9dce5a81-9a42-0410-99e4-3799d3902e7f
2014-07-05 11:38:51 +02:00
Ian 39b29ad284 fix image comment in wysiwyg mode 2014-07-03 11:02:16 +02:00
Ian 3e0bbaa2f0 Smarty 3.1.19 upgrade 2014-07-01 16:44:57 +02:00
Ian bb48a885d4 message markup in function_images.inc 2014-06-19 20:01:17 +02:00
Ian 426e5d766b correct escape in 2k11/admin files 2014-06-19 19:43:52 +02:00
Ian b5148f0fbd reintegrate plugin hook to WYSIWYG textareas - fixes #185
@yellowled
Please have a look to extended area CSS, since the hook button/link in #tools_extended is handled differently to #tools_entry.
Test with emoticonchooser plugin.
2014-06-18 10:42:13 +02:00
Ian 6f9484421e fix class exists for a6661af
Hopefully this will do - could not test this though!
2014-06-13 16:26:58 +02:00
Ian a6661af96a there are two memcache libraries in php
For those confuse about the memcached extension and the memcache extension, the short story is that both of them are clients of memcached server, and the memcached extension offer more features than the memcache extension.
2014-06-13 16:21:54 +02:00
Ian 60e15aaaac added apc and memcache Smarty support 2014-06-13 16:07:32 +02:00
Ian f0a2781682 Merge branch '2.0' of github.com:s9y/Serendipity into 2.0 2014-06-12 20:19:49 +02:00
Ian d3235763dc opps sorry fix faccabe 2014-06-12 20:19:14 +02:00
Ian 99602c4add fix faccabe - References #182 2014-06-12 17:20:15 +02:00
Ian faccabef47 slight changes to enable wysiwyg editor textareas 2014-06-12 16:57:08 +02:00
Ian 50344b19c0 get ready for Smarty apc caching 2014-06-08 19:27:56 +02:00
Ian a25a662a02 fix 7e15a61 - see comments
We might need to find out why this behaved differently.
2014-06-06 16:21:56 +02:00
Ian c38eb784aa debug test missing smarty class for 7e15a61 2014-06-06 14:23:58 +02:00
Ian 7e15a61ed7 compare plugin smarty requirement check with current version 2014-06-06 11:17:32 +02:00
Ian d633a62bdc only use errorHandlerCreateDOM() if theme has it set
This is odd for all custom or older theme errors and for theme development though.
References #167
2014-06-02 17:26:08 +02:00
Ian 4b3b005833 revert 433da49 2014-06-02 17:06:30 +02:00
Ian 433da491d1 add frontent fallback for errorHandlerCreateDOM() js
in case theme does not have js hooked {$head_link_script}
Fixes #167
2014-06-02 15:49:06 +02:00
Ian e7e8f19d02 document #160 2014-05-27 17:52:47 +02:00
Ian 3660a2f116 dashboard entry publish keep timestamp - fixes and closes #160 2014-05-27 17:10:45 +02:00
Ian aa10266c05 remove modifier
since moved to core and this template/theme is "Require Serendipity: 2.0"

References c46d07c and comments
2014-05-27 16:44:29 +02:00
Ian 3c21bfb9f4 be more strict - fixes 14ce11c778 2014-05-25 11:46:35 +02:00
Ian 27265c533e markup for 'image directory move done' note 2014-05-25 10:38:18 +02:00
Ian 0e431e2984 document 2014-05-24 19:48:27 +02:00
Ian 3b4410c9d9 Merge branch '2.0' of github.com:s9y/Serendipity into 2.0 2014-05-24 19:42:31 +02:00
Ian c46d07cde5 fixes entry preview exception - fixes #119 2014-05-24 19:41:40 +02:00
Ian c6f4da1c04 temporary fix missing backend_js hook
But there still are serious issues left, see Reference #167
2014-05-24 11:55:59 +02:00
Ian 62026e5ba3 fixes nasty media insert target bug
Fixes #143 and Fixes #145 and References #121
2014-05-24 11:46:58 +02:00
Ian 14ce11c778 set entries update isdraft to string value false
to be able to publish draft entries from dashboard

References #160
2014-05-23 17:11:05 +02:00
Ian 13c9b4b74d frontend jquery.noConflict mode set deprecated
and make this configurable by $serendipity['capabilities']['jquery-noconflict'] = false;

References #166
2014-05-23 14:14:58 +02:00
Ian 36a36c38cd only show backend install button if not self
References #165
2014-05-22 18:19:39 +02:00
Ian 8401827afb re-introduce fallback constant note for 9388618ac5
while this also is accessed on new theme installes
References #165 3c
2014-05-22 10:32:23 +02:00
Ian 391823d677 add default value to missing constant, as long as not set
References #165
2014-05-21 17:41:26 +02:00
Ian 9388618ac5 fixes #165 3c
@garvinhicking please add additional constant CUSTOM_CONFIG eg = "Custom config file" to langs
2014-05-21 16:24:41 +02:00
Ian ac1d4a7076 revert part of 7474f78 and fix the order
to prevent wp themes engine yes to be included to array $templates
References #165 7474f78 38204c4
2014-05-21 15:46:15 +02:00
Ian 99d354224e fixes edb88c3 with title
References #165 2a and comments
2014-05-21 14:15:38 +02:00
Ian 7474f785e5 removed some jurassic park codes and add wp-theme preview image
References #165
2014-05-21 13:08:13 +02:00
Ian 4df73e1e61 backend preview file changed
I hope you don't mind @yellowled - its more slim and plain
References #165 4
2014-05-21 11:59:16 +02:00
Ian 69fc1a5b73 fixes #165 2b and 4a and 4b 2014-05-21 11:45:13 +02:00
Ian 734217e0da fix 38204c4 2014-05-21 11:25:32 +02:00
Ian b4f015e4c0 add custom config to info array - fixes #165 3a and half of 3b 2014-05-20 20:13:22 +02:00
Ian e8a2900beb reset ending empty lines to one line only
while this produces empty array line with print_r

AND WHY the hell is competition named "Coffee Cup" ? :)
2014-05-20 18:14:49 +02:00
Ian 922e77e4a6 set name truncation for cur_backend too - extends edb88c3
since could be the long named bulletproof template
Reference #165
2014-05-20 18:03:24 +02:00
Ian edb88c3f57 fixes #165 2 a 2014-05-20 17:48:21 +02:00
Ian 38204c4053 better have logic in php - fixes #165 1 b 2014-05-20 17:45:53 +02:00
Ian b8e60cd7ef fixes #165 1 a 2014-05-20 17:41:55 +02:00
Ian 8753c9c931 document and changed wrong beta state 2014-05-14 19:23:16 +02:00
Ian f4ec48675b merge bundled libs with 1.7.8
fixing idents spaces tabs and version numbers for .current_version file
2014-05-12 15:26:55 +02:00
Ian c61cf9d10a fix missing s9ymdb ID, fixes part one of #145 2014-05-12 12:50:09 +02:00
Ian 33ee2d7217 re-add media name to resize GET string - fixes #139 2014-05-01 18:11:50 +02:00
Ian 744a0fc32a add some additional plugin config sequence_item styles
The first will add a better width to plugin sequence_item(s), covering all screen resolutions, and sets auto margin to center on bigger screens, where sequence_container grows greater than inner 96%.
The seconds breaks sequence_item text in its own inline box on screens >= 768px.

This is well tested with plugins containing sequence_item movers eg entryproperties plugin.
2014-05-01 13:24:18 +02:00
Ian 17ebe08e52 update CKEditor lib to 4.4
remove unused S9y plugins and custom_plugin.js, since not wanted to be used.
I will not care about any further.
2014-04-26 16:36:39 +02:00
Ian cfaad3b04c enhance debug note 2014-04-25 14:01:53 +02:00
Ian 10d26f6fbf fix RecursiveDirectoryIterator() UnexpectedValueException thrown for PHP >= 5.3
@mattsches please test
References #116 and http://board.s9y.org/viewtopic.php?f=1&t=19860
2014-04-24 18:56:38 +02:00
Ian efbfb2b320 Proof of concept for CKEDITOR WYSIWYG-Mode respecting "S9y image floats"
The stylesheet would need some love though! (YL?) :)
References #129
2014-04-24 16:06:25 +02:00
Ian 6a8f3a44c0 Merge branch '2.0' of github.com:s9y/Serendipity into 2.0 2014-04-08 10:39:46 +02:00
Ian 847ef6c6a6 Smarty 3.1.18 2014-04-08 10:22:23 +02:00
Ian c69932eaae rename create() js errorHandler function to errorHandlerCreateDOM() 2014-03-24 15:19:16 +01:00
Ian d2e34d3bcf upport missing errorToExceptionHandler() changes 2014-03-24 15:17:28 +01:00
Ian c024b0fa97 exclude textarea info button in case of wysiwyg
for html nugget plugin (there is no more)
2014-03-18 09:28:08 +01:00
Ian 1a72f3a8b8 set alpha4 version
References #72 upgrade part
2014-03-18 09:02:50 +01:00
Ian 76f87c5e08 cleanup note in cb0ba6c 2014-03-17 19:36:19 +01:00
Ian 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
Ian 5fddf72bed include ckeditor.js in case of entryform, staticpages, html nuggets only
References #72
2014-03-16 16:26:21 +01:00
Ian 795410a6c9 chip another line 2014-03-16 09:44:47 +01:00
Ian 4f59ac109b fix note 2014-03-16 09:39:48 +01:00
Ian 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
Ian f509d042ab purge note, since not a tpl (2) 2014-03-15 19:46:00 +01:00
Ian 15977512dd purge note, since not a tpl 2014-03-15 19:25:34 +01:00
Ian faae4b0533 fix core to read ckeditor and handle hook-ins
This supports custom ckeditor plugins and a custom ckeditor config
and reads $eventData for
- normal entry form (case1) textareas,
- staticpage (case2) textareas and
- other nugget plugins (case3) textareas.
They all are build differently, therfore we needed three cases.
Please test!

Based to following commits
 8e26bd9 prepare core ckeditor for custom config and plugins
 44ea050 fix virtual js
 40609d8 add backend_footer hook

References #72
2014-03-15 19:02:13 +01:00
Ian 8e26bd9711 prepare core ckeditor for custom config and plugins 2014-03-15 17:48:29 +01:00
Ian 4296b78333 fix some whitespaces 2014-03-15 17:38:31 +01:00
Ian 44ea050a13 fix virtual js 2014-03-15 17:35:37 +01:00