Commit Graph
100 Commits
Author SHA1 Message Date
Ian 8da4c647a8 cleanup tabs and whites 2014-11-24 14:17:38 +01:00
Ian 6d7e2f44a3 better use stripos for system32 path excludes
References 325de34183
2014-11-24 13:09:38 +01:00
Ian 9545fcbbc9 installer checks - remove unwanted empty or system32 path parts
and wrong system32/convert.exe path on WIN, which is not ImageMagick!
2014-11-24 11:43:27 +01:00
Ian 6c26d1b3f6 htmlspecialchars charset for entry title, extends 8f894f5
References #236
2014-11-22 10:29:34 +01:00
Ian 8f894f50f1 fix native charset böog missing smarty entry title
Basically not a Smarty error. Just a php htmlspecialchars($entry['title']) setting this var to be empty.

References #236
2014-11-21 18:03:26 +01:00
Ian 35698284d6 installer has not yet plugin api set up
References #236 (part install issue)

@yellowled keep in mind to update /templates/default/admin/serendipity_editor.js on every change in the 2k11/admin file, please.

At all, does this have to be done in upgrader too?
2014-11-21 16:37:15 +01:00
Ian dc8fba51cc document early Oct issue with IM news izes 2014-11-21 11:09:27 +01:00
Ian d5f24aef12 Apply Serendipity lang to CKEDITOR lang
References #235
2014-11-21 10:06:03 +01:00
Ian d15c4c81b8 force_frontend_fallback chaining
References #148
2014-11-19 15:23:10 +01:00
Ian cf500aba28 doc notes changes for umcoming serendipity_getTemplateFile chaining patch 2014-11-19 15:14:08 +01:00
Ian 629eb18529 typos 2014-11-19 13:16:01 +01:00
Ian 59cd4916ee better docs, cleanup and moves 2014-11-19 12:59:09 +01:00
Ian 673fa12d4a remove old version 2014-11-19 12:58:18 +01:00
Ian 9b329c6c92 fix custom cke chainings 2014-11-19 12:57:55 +01:00
Ian 552d07af03 ep floated option blocks 2014-11-18 13:49:21 +01:00
Ian 74a3d1f4ae Merge branch '2.0' of github.com:s9y/Serendipity into 2.0 2014-11-18 12:38:53 +01:00
Ian a9586eba1d sidebar pluginlist - clear float for vext row with more than 3 sidebars 2014-11-18 12:37:31 +01:00
Ian 7423eb63f1 Merge branch '2.0' of github.com:s9y/Serendipity into 2.0 2014-11-18 12:29:03 +01:00
Ian 1459a3aa53 set strict default toolbar 2014-11-18 12:28:30 +01:00
Ian 822cdb4f85 Better notes for custom copies 2014-11-18 12:06:37 +01:00
Ian c7a4cb28d5 Merge branch '2.0' of github.com:s9y/Serendipity into 2.0 2014-11-18 11:29:01 +01:00
Ian 5e03dfb398 use $serendipity['template_backend']
References #148
2014-11-18 11:27:47 +01:00
Ian 14c5a5b9df add missing cke plugin
References #148
2014-11-18 11:12:10 +01:00
Ian 530dff515b fix whitespaces and change a msg error string to 2.0 style 2014-11-17 19:37:17 +01:00
Ian 057c6c20e8 fix note typos 2014-11-17 19:21:46 +01:00
Ian 5f2f390cb9 whites 2014-11-17 19:21:15 +01:00
Ian bf91c8e9a2 Merge branch '2.0' of github.com:s9y/Serendipity into 2.0 2014-11-17 18:11:50 +01:00
Ian 72a62b4772 addlang constants for cke ui commit 2014-11-17 18:11:09 +01:00
Ian 885f064b61 package CKEDITOR UI configurable Toolbar
References #148

The js and css config files are directly placed in /htmlarea directory. The old ones downunder are not reset with this commit, until we give OK to go.
The lang constant will be placed to addlang.txt in a 2cd commit, since this may change and there is already a pending constant.
I have not added another option by now to explicitly choose the s9y configs in htmlarea, if someone has custom ones in 2k11/admin and wants to switch back to the origins. Is this really a real and valid user case?
2014-11-17 18:07:54 +01:00
Ian 2e2de24368 Merge branch '2.0' of github.com:s9y/Serendipity into 2.0 2014-11-02 15:28:25 +01:00
Ian d4544bec17 minors 2014-11-02 15:25:05 +01:00
Ian 6631c516f8 rework some messages and do some space cleanup 2014-11-02 15:06:34 +01:00
Ian a22f0ec65e space cleanup 2014-11-02 15:05:12 +01:00
Ian dee5033c0a document e11cbbc 2014-11-02 14:30:42 +01:00
Ian e11cbbc88f remove in-memory caching, 60e15aa, since this needs to have enabled cache set
Since this is not possible with current template structure in Serendipity, this also removes the serendipity_smarty_class caching section and its notes to a text file.
2014-11-02 14:23:30 +01:00
Ian dcae514215 Smarty 3.1.21 upgrade (see changelog) 2014-10-19 16:19:01 +02:00
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