Commit Graph
100 Commits
Author SHA1 Message Date
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
Ian 40609d803f add backend_footer hook 2014-03-14 20:06:11 +01:00
Ian 1471ac699c correct a typo I assume 2014-03-14 20:05:31 +01:00
Ian 9083aef7a0 minor - set hooks to use single quotes as everywhere 2014-03-14 10:20:53 +01:00
Ian ab1230f5e1 minor - translate internal coding notes 2014-03-14 09:48:37 +01:00
Ian 0ec4723b46 fix Smarty 3.1.17 until next release 2014-03-14 08:22:23 +01:00
Ian e7072aaf6e Smarty bugfix release 3.1.17 - read changelog 2014-03-13 17:42:20 +01:00
Ian 95cddcd6a2 prepare htmlarea with upgraded ckeditor for installer
References #72
2014-03-13 08:09:46 +01:00
Ian 6928a91060 upgrade core ckeditor
to standard CKEditor 4.3.3 (revision 7841b02)
2014-03-12 20:26:25 +01:00
Ian 9b3443dcd6 fix 390ec689c2 2014-03-12 20:25:10 +01:00
Ian 8c2ec8a565 document new function in b3b76bfc35 2014-03-12 19:24:01 +01:00
Ian b3b76bfc35 prepare upgrade for htmlarea cleanup 2014-03-12 19:15:54 +01:00
Ian 544d0bf7b4 fix wysiwyg-Spawnnugget() - fixes #92 2014-03-11 19:14:17 +01:00
Ian 390ec689c2 get right instance for CKE plugin (and nugget textareas) 2014-03-11 18:07:33 +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
Ian 11c3758976 cleanup 750660c 2014-03-10 17:55:02 +01:00
Ian 3ce74d7c57 Merge branch '2.0' of github.com:s9y/Serendipity into 2.0 2014-03-10 16:32:53 +01:00
Ian 750660c333 fix wrong zebra in design & options
Please tell, if this can be purged here, since it is not used in general config settings.
But I am not sure if this array is also used in configure all installation tasks.
Garvin?
2014-03-10 16:30:17 +01:00
Ian 9b56a35f26 exclude installerHTTPPath from serendipity_getFile
References #80
2014-03-09 13:19:38 +01:00
Ian 0a2e6964ca rename 8a21ac8 to installerHTTPPath
References #80
2014-03-09 12:59:22 +01:00
Ian 8a21ac8737 fix dffe13e for step 3
References #80
2014-03-09 12:19:47 +01:00
Ian dffe13e344 fix PHP_SELF emitting slash on some OS 2014-03-09 10:20:41 +01:00
Ian 8b951cbc17 fix and prepare installer path for js includement
References #80

needs a special eg installer_editor.js file for JS events
2014-03-08 10:31:17 +01:00
Ian 179f6a19d6 fix upgraders generating content of js files
References #80
2014-03-08 09:38:59 +01:00
Ian 1e1305c24c fix debug mode leftover
References #81
2014-03-08 09:04:04 +01:00
Ian 627e400a02 prepare menu maintenance const
and removed html to tpl
2014-03-05 15:59:46 +01:00
Ian 7028149361 add missing bracket to 9fecaf1 2014-03-05 12:58:28 +01:00
Ian 9fecaf1372 upport missing 7cf4c12 and e5b28180a5 2014-03-05 12:41:03 +01:00
Ian 6ec571a1b9 fix a8a1880 - add missing sprintf var 2014-03-04 12:03:56 +01:00
Ian a3b877231f Merge branch '2.0' of github.com:s9y/Serendipity into 2.0 2014-03-03 19:52:28 +01:00
Ian a8a1880f0f be more verbose as kindly asked 2014-03-03 19:52:08 +01:00
Ian 718c4055a7 escape in link 2014-03-03 19:02:02 +01:00
Ian 4f95851a4e revert escape in script 2014-03-03 19:01:36 +01:00
Ian bc43f5ecc5 added missing amp; to images.inc
this was origin for the a link, I am not sure it is a need for the script location links too.
2014-03-03 16:47:17 +01:00
Ian 230a4349d8 added new constants to addlang
needs to be executed
2014-03-03 16:32:55 +01:00
Ian 153b5b71ba add clearComiledTemplate to maintenance
define constants temporary in maintenance.inc.php, until someone executes addlang.sh

YL, I captured 'comment_status' class for #cct_info.
2014-03-03 16:32:05 +01:00
Ian fd8f4d5a16 short modifier - escape default is html 2014-02-28 10:04:12 +01:00
Ian 78b83125f4 better group name note 2014-02-27 20:09:44 +01:00
Ian f2deb4428c Merge branch '2.0' of github.com:s9y/Serendipity into 2.0 2014-02-27 17:58:28 +01:00
Ian 2bc390d9e3 fixed select and selected for 'personal plugin perms for usergroups' 2014-02-27 17:57:03 +01:00
Ian 821809c994 New group example info 2014-02-27 13:25:42 +01:00
Ian ce56d05d5d upport 44dfccc - make group permission name split into parts
to be styleable as in 1.7, but here still unchanged by tags, since this may need to change some styles.
2014-02-27 12:04:21 +01:00
Ian 8c6b27aedb Merge branch '2.0' of github.com:s9y/Serendipity into 2.0 2014-02-25 18:54:09 +01:00
Ian e5b112504a easy fix for non smarty environment on upgrade
This will still need a little tweaking by header and messaging which take a little too much room.
Happy update!
2014-02-25 18:53:25 +01:00
Ian 8628ea8030 fixing endtag 2014-02-25 18:41:17 +01:00
Ian b3eb11b9f0 upport spamblock lang changes 2014-02-08 17:37:17 +01:00
Ian e64abba601 upport last textile changes 2014-02-08 17:21:44 +01:00
Ian 2392b99817 upport last spamblock changes 2014-02-08 17:19:01 +01:00
Ian f37e0db153 upport last nl2br changes 2014-02-08 17:08:59 +01:00
Ian 4f164cdb55 upport last emoticate changes 2014-02-08 17:03:44 +01:00
Ian 29649a7d79 ML - exclude possible thumbs.db files 2013-12-25 16:42:03 +01:00
Ian e81f3e5959 document smarty release 2013-12-20 20:03:43 +01:00
Ian 6eea1e55da Smarty 3.1.16 bugfix release - please read changelog and
the new 3.1.16_RELEASE_NOTES.txt file, since the merge of subtemplates was changed to allow some special conditions with {blocks} and {includes}

NOTE: Please test this Serendipity Beta with existing Blog templates and entries!
2013-12-20 20:01:51 +01:00
Ian 149e6aa9a7 fixed core plugins db tables, ip column to IPv6 length 2013-11-08 14:53:25 +01:00
Ian c7df199a2f bugfix correction of modifier capitalize fix from 3.10.2013 (issue 159) 2013-11-02 16:53:51 +01:00
Ian d858fc8eb3 nl2br restore() better callback - see Issue #67
to match all PHP version since 5.2.6
2013-10-08 20:08:06 +02:00
Ian 0f1e93ab7d - bugfix loops using modifier capitalize did eat up memory (issue 159)
git-svn-id: http://smarty-php.googlecode.com/svn/trunk/distribution/libs@4785 9dce5a81-9a42-0410-99e4-3799d3902e7f

We need this, since using the capitalize modifier.
2013-10-05 14:01:38 +02:00
Ian 105f96a4d7 Smarty 3.1.15 release - please read change_log.txt 2013-10-02 10:12:48 +02:00
Ian 915c5f6531 Fix possible temporary caching errors failing $eventData[0]['properties'] 2013-10-01 19:03:12 +02:00