5766 Commits

Author SHA1 Message Date
Hanno Böck
931e621549 Replace token generation with hash and uniqid with secure random numbers from random_bytes 2021-02-03 17:44:12 +01:00
onli
80be37ca8d document #748 2021-02-03 16:36:33 +01:00
surrim
11d903efdb unified parameter for backend_image_add hook 2021-02-03 16:34:07 +01:00
onli
4ef3a8f0bb fix: escape html in plugin list to not hide those after nl2br 2020-09-21 19:40:59 +02:00
Garvin Hicking
37cd0c3808 [TASK] Adds 'image_id' to event 'backend_image_add' in addData array 2020-09-16 11:21:05 +02:00
Stephan Brunker
cb4530f83c functions.inc.php: fix SQL syntax error (postgreSQL), issue #743 2020-08-24 09:24:26 +02:00
Uwe Krause
bd3a9ec832 check if php extension xml is available. fixes #741 2020-08-23 15:23:23 +00:00
Uwe Krause
626aac6335 check if php extension xml is available. fixes #741 2020-08-23 15:23:23 +00:00
onli
3e82e948b1 document date/time editor change 2020-08-15 07:40:05 +00:00
onli
e05739dd5c Adapt datetime reset to split date and time input 2020-08-15 07:40:05 +00:00
onli
e1bda89dc0 Split timestamp field for supported HTML5 input types 2020-08-15 07:40:05 +00:00
onli
26c402ec5c Add TIME language constant 2020-08-15 07:40:05 +00:00
onli
db08637624 Improve performance of the media library by caching the file list 2020-08-01 20:36:23 +02:00
Stephan Brunker
712b958c21 restored accidentally deleted language constants 2020-06-18 20:18:17 +02:00
Stephan Brunker
dafaae8db0 langs/langsorter: update examples fix 'all' argument 2020-06-06 14:59:30 +02:00
Stephan Brunker
3d975cd562 syntax fixes, if without brackets 2020-06-06 01:51:25 +02:00
Stephan Brunker
6b4b1bda18 removed smarty assign head_title, already in smarty_init 2020-06-06 01:51:25 +02:00
Stephan Brunker
bba9792011 update NEWS 2020-06-06 01:51:25 +02:00
Stephan Brunker
65e1007ca1 media empty selection: add string for errormessage 2020-06-06 01:51:22 +02:00
Stephan Brunker
b6f582774a media: fix/add media select button and preview image in plugin configuration 2020-06-06 01:51:22 +02:00
Stephan Brunker
6036d62d82 media: added option to disable multiselection (still on by default) 2020-06-04 23:51:13 +02:00
Stephan Brunker
ac6c2d5269 serendipity_fetchUsers: fix SQL syntax error (WHERE statement twice) 2020-06-04 23:40:56 +02:00
Stephan Brunker
e893914c7c media: fixup empty selection for upload and empty multiselection issues 2020-05-29 22:16:17 +02:00
onli
17761c6214 Show a warning in the ugprader when plugins are not current (#477) 2020-05-29 11:25:24 +02:00
onli
2be8e6ba2a Use original image for srcset when it is small (#474) 2020-05-28 17:50:39 +02:00
onli
5d67e35f24 Give plugins a way to skip the stored trackback detection (#440) 2020-05-28 16:17:16 +02:00
onli
cb5e99013e Allow https as trackback url origin 2020-05-28 14:33:47 +02:00
onli
0ad7691634 Show an error message when the sqlite database is readonly (#427) 2020-05-28 14:07:36 +02:00
onli
40bae4f5b2 Remove db charset conversion buttons 2020-05-28 12:33:34 +02:00
onli
0def9e991f MySQL: Set charse tto ut8mb4, needed for some versions (#394) 2020-05-28 11:59:12 +02:00
Stephan Brunker
0409717586 media_upload: check for empty file input 2020-05-27 21:49:14 +02:00
Stephan Brunker
9f0af1f275 plugin nl2br: add newlines to improve readability of the output 2020-05-27 21:49:14 +02:00
Stephan Brunker
8e24108b88 admin/entries.inc.php: strip multilingual from iframe entry 2020-05-27 21:49:14 +02:00
Stephan Brunker
0cf227f335 Totally resorted the language files, added subscription strings 2020-05-27 21:49:11 +02:00
onli
bf8f1aafa5 Disable ckeditor ACF to fix #705
And to prevent similar issues in the future
2020-05-27 14:41:15 +02:00
onli
6b6f8138f0
Update README.markdown 2020-05-27 13:49:16 +02:00
Stephan Brunker
695055f50c plugin nl2br: add missing 'u' inline element 2020-05-15 13:33:53 +02:00
onli
8b5655ce92 Update README.markdown 2020-05-08 10:43:27 +02:00
onli
1aec803a23 Update README.markdown 2020-05-08 10:43:27 +02:00
Matthias Mees
3bc302fbcf Fix broken sidebar in bootstrap4 theme 2020-05-03 19:51:43 +02:00
onli
a3007dd5f9 Add PEAR/Exception.php to HTTP/Request2 to evade hoster error
See https://board.s9y.org/viewtopic.php?f=10&t=23815&p=10453266
2020-05-03 18:30:04 +02:00
onli
dd455ae507 Add Gitlab as Spartacus mirror 2020-05-03 13:59:23 +02:00
onli
5ec1754434 Stop appending * to search terms (fixes #704) 2020-05-03 13:52:05 +02:00
Soatok Dreamseeker
7e98987b5a Commit changes to bundled-libs after Zend->Laminas rename 2020-05-03 11:11:13 +02:00
Soatok Dreamseeker
e9f0864c8c Switch from Zend to Laminas 2020-05-03 11:11:13 +02:00
Thomas Hochstein
24debf1b9e Change locale for Dutch language file.
The "nl" language file should have the
Dutch-Netherlands locale (as "de" has
"de_DE" and not "de_AT"). We could add a
"be" language file, if need be.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2020-05-02 18:46:10 +02:00
Stephan Brunker
4db384f926 2k11/admin/comments: Stay on the same page after approving 2020-05-02 11:28:07 +02:00
Hanno Böck
c479e1c9d2 escape filter words for regexp 2020-04-30 10:22:27 +02:00
onli
e1291fb54a Update ckeditor to 4.14.0, replace code wrap button with snippet
See https://board.s9y.org/viewtopic.php?f=10&t=24808 for context
2020-04-29 17:08:01 +02:00
Stephan Brunker
2b6a1a6a3b [plugin recententries] Fix multilingual issues 2020-04-28 20:18:35 +02:00