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
4bac189d6d
Patch #233 manually applied
2014-11-20 13:18:47 +01:00
d15c4c81b8
force_frontend_fallback chaining
...
References #148
2014-11-19 15:23:10 +01:00
cf500aba28
doc notes changes for umcoming serendipity_getTemplateFile chaining patch
2014-11-19 15:14:08 +01:00
629eb18529
typos
2014-11-19 13:16:01 +01:00
59cd4916ee
better docs, cleanup and moves
2014-11-19 12:59:09 +01:00
673fa12d4a
remove old version
2014-11-19 12:58:18 +01:00
9b329c6c92
fix custom cke chainings
2014-11-19 12:57:55 +01:00
86318adc5c
Make skip-scrolling to target href a reusable function.
2014-11-18 18:51:35 +01:00
44f5cc8467
Revert "ep floated option blocks"
...
This reverts commit 552d07af03
.
References #232
2014-11-18 16:43:40 +01:00
552d07af03
ep floated option blocks
2014-11-18 13:49:21 +01:00
74a3d1f4ae
Merge branch '2.0' of github.com:s9y/Serendipity into 2.0
2014-11-18 12:38:53 +01:00
a9586eba1d
sidebar pluginlist - clear float for vext row with more than 3 sidebars
2014-11-18 12:37:31 +01:00
33dafbd085
Merge branch '2.0' of github.com:s9y/Serendipity into 2.0
2014-11-18 12:33:11 +01:00
c0daacc6dc
Added i18n files
...
(hopefully complete?)
2014-11-18 12:32:42 +01:00
7423eb63f1
Merge branch '2.0' of github.com:s9y/Serendipity into 2.0
2014-11-18 12:29:03 +01:00
1459a3aa53
set strict default toolbar
2014-11-18 12:28:30 +01:00
ec09fa2607
document
2014-11-18 12:27:49 +01:00
a24940a095
pointer to document this
2014-11-18 12:27:14 +01:00
e08c279a50
Merge branch '2.0' of github.com:s9y/Serendipity into 2.0
2014-11-18 12:19:31 +01:00
be1e9f6b2c
Tiny CSS fix for media db overlay.
2014-11-18 12:19:07 +01:00
822cdb4f85
Better notes for custom copies
2014-11-18 12:06:37 +01:00
c7a4cb28d5
Merge branch '2.0' of github.com:s9y/Serendipity into 2.0
2014-11-18 11:29:01 +01:00
5e03dfb398
use $serendipity['template_backend']
...
References #148
2014-11-18 11:27:47 +01:00
aa9f0dc1d9
Merge branch '2.0' of github.com:s9y/Serendipity into 2.0
2014-11-18 11:19:29 +01:00
154cbab69a
Fix broken s9y_links popup.
...
References #227
2014-11-18 11:18:50 +01:00
14c5a5b9df
add missing cke plugin
...
References #148
2014-11-18 11:12:10 +01:00
530dff515b
fix whitespaces and change a msg error string to 2.0 style
2014-11-17 19:37:17 +01:00
057c6c20e8
fix note typos
2014-11-17 19:21:46 +01:00
5f2f390cb9
whites
2014-11-17 19:21:15 +01:00
bf91c8e9a2
Merge branch '2.0' of github.com:s9y/Serendipity into 2.0
2014-11-17 18:11:50 +01:00