aca77bd482
cleanup cosmetics
2014-12-10 14:34:54 +01:00
ffe93c92fc
allow php class_exists in smarty security and better 0ffd02c
...
Rferences #245
2014-12-10 12:01:15 +01:00
698c6ce698
update our changelog with some recent changes
2014-12-10 10:11:16 +01:00
8b233d562e
Fix syndication subtome onlick handler
2014-12-07 23:15:32 +01:00
67a82a7e1d
simple proposel to fix wrong preview stylesheet
...
References #119
2014-12-07 18:57:51 +01:00
4466096c18
better 7e46e92e1b
2014-12-07 18:28:58 +01:00
7e46e92e1b
lang charset proposel for serendipity_die()
...
References #236
2014-12-07 18:26:01 +01:00
d91b86486b
specialchar charset fallback on early calls ( #236 , #240 )
2014-12-07 17:47:14 +01:00
0204a597c7
cleanup
2014-12-07 17:21:32 +01:00
0ffd02cf1c
assign has_freetag in backend
...
Fixes commit f60df79b15
References #245
2014-12-06 15:52:31 +01:00
c004d90a6c
Don't die in smarty_purge if file not writeable ( #240 )
2014-12-02 21:43:09 +01:00
e64793a809
typo
2014-12-02 16:57:10 +01:00
03cc73d77e
properly reset ep_disable_markup_% (L217)
...
References #242
2014-12-02 16:52:51 +01:00
b835364dfd
remove wysiwyg note
2014-12-02 13:42:25 +01:00
2f3170ef18
modify alternate
2014-12-02 11:33:20 +01:00
abba5bdb15
Make smarty_purge PHP 5.3 compatible ( #240 )
2014-12-01 19:04:41 +01:00
a319d59eed
fix serendipity_smarty_purge to delete all cache files ( #240 )
2014-11-30 21:36:04 +01:00
a3cd4d555a
empty smarty cache before upgrade
2014-11-30 18:12:25 +01:00
21b277bd1c
Add missing i18n constants
...
prepare rc1
2014-11-29 11:59:47 +01:00
cc6e5ec94d
Fix wrong constants being utilized, thanks @yellowled
...
References #148
2014-11-27 09:37:52 +01:00
ecd211479f
CKEditor 4.4.6
- checke
2014-11-26 13:05:27 +01:00
1fb5bcf38e
cleanup cke s9y configuration file
...
breaks apart long paragraph group in full,
adds mediaembed to default and maximize to standard toolbar
References #148
2014-11-26 13:00:13 +01:00
b51b3dfb59
simplify tb tweak in 77033ef
...
References #148
2014-11-26 10:52:32 +01:00
77033efcf4
move cke toolbar css tweaks to a better place
...
which also makes it independent from cke plugin file usage.
References #148
2014-11-26 10:14:23 +01:00
94f161359e
fix note in 8eaffe4
2014-11-25 16:52:29 +01:00
8eaffe46fe
better fb9414b
2014-11-25 16:40:18 +01:00
fb9414b9ae
ckeditor extend more for serendipity
...
This hides the ckeditor image widget button by CSS in all supported Serendipity toolbars, but keeps it internal functionality enabled which is needed for MediaLibrary inserts.
This forces the user to use the specialized ML button for image inserts only, but will still be supported by CKE toolbar.
An Image double click will still use the image widget like before.
Best checked place was to put this in admin/style.css.
References 148
2014-11-25 14:27:16 +01:00
85ef7dafc4
Revert "no Umlauts note for image directories"
...
This reverts commit cb00982db9
.
2014-11-25 09:42:17 +01:00
cb00982db9
no Umlauts note for image directories
...
References #236
2014-11-24 17:08:02 +01:00
92e56848cf
fix input title categoryname
2014-11-24 14:58:51 +01:00
efe2303b23
extend 8da4c647a8
...
in blogger a strange editor was used to write the file
2014-11-24 14:30:49 +01:00
8da4c647a8
cleanup tabs and whites
2014-11-24 14:17:38 +01:00
6d7e2f44a3
better use stripos for system32 path excludes
...
References 325de34183
2014-11-24 13:09:38 +01:00
325de34183
Only remove "system32" and not paths like "imagemagicksystem32", we don't want to strip parts here that a user COULD possibly pick.
...
Also remove my check, because it's obsolete now.
2014-11-24 11:52:52 +01:00
affa3a3638
Merge branch '2.0' of github.com:s9y/Serendipity into 2.0
2014-11-24 11:48:27 +01:00
4d17c0ae02
Added SQLite3 OO layer, old one did not work for PHP 5.4+
...
PDO SQlite3 is preferrable though
2014-11-24 11:48:16 +01:00
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
2e1240ba22
1. Reject system32\convert.exe calls
...
2. Make mysqli be the selected default when installing (PHP at some point will deprected mysql, so better start now to advertise mysqli)
3. Prepare SQLite3 DB Layer
2014-11-24 11:26:44 +01:00
73f417fe39
Check for ENT_HTML401 existance to make the patch work with PHP 5.3
2014-11-24 11:18:21 +01:00
eab43b12f5
Adjust remaining htmlspecialchars() accordingly
2014-11-24 10:13:40 +01:00
26535ec09c
Patch remaining usages of html_entity_decode
...
Document
2014-11-24 09:57:47 +01:00
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
6c26d1b3f6
htmlspecialchars charset for entry title, extends 8f894f5
...
References #236
2014-11-22 10:29:34 +01:00
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
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
dc8fba51cc
document early Oct issue with IM news izes
2014-11-21 11:09:27 +01:00
d5f24aef12
Apply Serendipity lang to CKEDITOR lang
...
References #235
2014-11-21 10:06:03 +01:00
b41bda08bd
Merge branch '2.0' of github.com:s9y/Serendipity into 2.0
2014-11-21 09:41:21 +01:00
313a843836
i18n, fix dutch file, add missing recode files, adjust names/titles of the wysiwyg toolbar options
...
german translation
2014-11-21 09:40:42 +01:00
29fada318b
Hide non-overlayed tags/categories if overlays are used.
...
References #222
2014-11-20 15:12:47 +01:00