4227 Commits

Author SHA1 Message Date
Ian
8eaffe46fe better fb9414b 2014-11-25 16:40:18 +01:00
Ian
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
Ian
85ef7dafc4 Revert "no Umlauts note for image directories"
This reverts commit cb00982db944e49062e8bd4fed65dad1aabb49d5.
2014-11-25 09:42:17 +01:00
Ian
cb00982db9 no Umlauts note for image directories
References #236
2014-11-24 17:08:02 +01:00
Ian
92e56848cf fix input title categoryname 2014-11-24 14:58:51 +01:00
Ian
efe2303b23 extend 8da4c647a88241899f9d377eaa81c7b080406685
in blogger a strange editor was used to write the file
2014-11-24 14:30:49 +01:00
Ian
8da4c647a8 cleanup tabs and whites 2014-11-24 14:17:38 +01:00
Ian
6d7e2f44a3 better use stripos for system32 path excludes
References 325de34183499bac7517b7226c7f1996fdad18ae
2014-11-24 13:09:38 +01:00
Garvin Hicking
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
Garvin Hicking
affa3a3638 Merge branch '2.0' of github.com:s9y/Serendipity into 2.0 2014-11-24 11:48:27 +01:00
Garvin Hicking
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
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
Garvin Hicking
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
Garvin Hicking
73f417fe39 Check for ENT_HTML401 existance to make the patch work with PHP 5.3 2014-11-24 11:18:21 +01:00
Garvin Hicking
eab43b12f5 Adjust remaining htmlspecialchars() accordingly 2014-11-24 10:13:40 +01:00
Garvin Hicking
26535ec09c Patch remaining usages of html_entity_decode
Document
2014-11-24 09:57:47 +01:00
onli
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
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
Garvin Hicking
b41bda08bd Merge branch '2.0' of github.com:s9y/Serendipity into 2.0 2014-11-21 09:41:21 +01:00
Garvin Hicking
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
Matthias Mees
29fada318b Hide non-overlayed tags/categories if overlays are used.
References #222
2014-11-20 15:12:47 +01:00
Garvin Hicking
4bac189d6d Patch #233 manually applied 2014-11-20 13:18:47 +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
Matthias Mees
86318adc5c Make skip-scrolling to target href a reusable function. 2014-11-18 18:51:35 +01:00
Matthias Mees
44f5cc8467 Revert "ep floated option blocks"
This reverts commit 552d07af03ba296f74710e0b1999e3a0a809996c.

References #232
2014-11-18 16:43:40 +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
Garvin Hicking
33dafbd085 Merge branch '2.0' of github.com:s9y/Serendipity into 2.0 2014-11-18 12:33:11 +01:00
Garvin Hicking
c0daacc6dc Added i18n files
(hopefully complete?)
2014-11-18 12:32:42 +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
Garvin Hicking
ec09fa2607 document 2014-11-18 12:27:49 +01:00
Garvin Hicking
a24940a095 pointer to document this 2014-11-18 12:27:14 +01:00
Matthias Mees
e08c279a50 Merge branch '2.0' of github.com:s9y/Serendipity into 2.0 2014-11-18 12:19:31 +01:00
Matthias Mees
be1e9f6b2c Tiny CSS fix for media db overlay. 2014-11-18 12:19:07 +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
Matthias Mees
aa9f0dc1d9 Merge branch '2.0' of github.com:s9y/Serendipity into 2.0 2014-11-18 11:19:29 +01:00
Matthias Mees
154cbab69a Fix broken s9y_links popup.
References #227
2014-11-18 11:18:50 +01:00