4785f07f12
Always assume UTF-8.
2022-02-20 17:14:54 +01:00
694309bec9
Force UTF-8, remove all non-UTF-8 translations.
2022-02-20 01:11:37 +01:00
Markus Birth
82bb67654c
Use composer-foxy (FKA composer-asset-plugin) to manage JS/CSS. Removed
...
bundled ckeditor in favour of using foxy to install it.
2022-02-09 16:01:34 +01:00
Markus Birth
2a47e9edb3
CLEANUP: Fix file permissions
2022-02-09 01:31:37 +01:00
onli
0d74b79a48
PHP 8 Fix: When iso2br was not set editor showed a warning
2021-09-12 13:52:25 +02:00
surrim
9a60f9a494
Php8 fixes for #766 ( #769 )
...
* init empty vars to avoid PHP8 warnings
* removed debug output for serendipity_session_destroy()
* init smarty fixed for PHP8
* removed optional parameters for PHP 8
* 2k11 template fixes, maybe updating smarty will solve everything
* init or test undefined variables for PHP 8
* remove only existing files
* make sure string is not empty before comparing the first letter
* check if SMARTY_DIR was already defined
* use mb_language('uni') for unicode
* fixed image filter bug
* Smarty debug fixed in external lib
* fixed archive bug
* fixed entries bug
* updated plugin versions
Co-authored-by: surrim <surrim@happyhydro.org>
2021-07-18 22:14:23 +02:00
onli
1b162d33a8
timeline: PHP 8 compat fixes
2021-07-04 19:35:23 +02:00
onli
d2a7784073
skeleton: PHP 8 compat fixes
2021-07-04 19:00:50 +02:00
onli
07272ec3c6
next: PHP 8 compat fixes
2021-07-04 18:43:51 +02:00
onli
01aa046fc4
PHP 8 compat fixes for bartleby
2021-07-04 15:34:44 +02:00
onli
91c8ee2d8d
bootstrap4: PHP 8 compatibility fixes
2021-07-04 14:12:46 +02:00
onli
6e4d16d149
PHP 8 compat fixes for clean blog
2021-06-27 22:58:03 +02:00
onli
b547042af4
php8 compat fix for group menu with specific group permissions
2021-06-12 17:28:12 +02:00
onli
e8bb99752f
Fix: Deleting a user throw a token not found error message
...
Setting POST['serendipity']['user'] triggers the login routine. When that happens a new session is generated, and afterwards the token check fails.
2021-06-08 23:42:59 +02:00
onli
c416ea82d3
fix: templates did not set the currect custom url
...
PHP 8 compatibility fix
2021-06-06 21:45:26 +02:00
onli
137ca00367
PHP 8 compat fixes for future entries on overview page
2021-06-06 17:45:42 +02:00
onli
a96fe8040a
Set loading="lazy" to ML images if width and height are known
2021-06-05 18:23:36 +02:00
onli
4ecf52d10f
clean blog: php 8 compat fixes
2021-05-30 12:07:04 +02:00
onli
e293bc18f3
php 8 compat fixes for comment subscription
2021-05-29 20:27:02 +02:00
onli
c53b612421
php 8 compat fix when entry has trackback
2021-05-26 16:23:59 +02:00
onli
e448d1c384
php 8 compat for ML item insert into article
2021-05-13 20:16:21 +02:00
onli
28c199c7aa
php8 compat fixes for groups section
2021-05-13 17:57:07 +02:00
onli
17786592e7
php 8 compat fixes for plugin installation
2021-05-13 15:33:27 +02:00
onli
ed24403d36
php 8 compat fixes for comment section
2021-05-13 15:19:54 +02:00
onli
d28b15381c
php 8 compat fixes for ML directory section
2021-05-13 14:57:19 +02:00
onli
561a86b385
php 8 compat fixes for media property page
2021-05-13 14:43:55 +02:00
onli
40e44fd455
php 8 compat fix: Show entry backend pages when category exists
2021-05-09 23:00:49 +02:00
onli
60f5277435
php 8 compat fixes t oallow category creation
2021-05-09 21:57:43 +02:00
onli
814c681587
php8 compat fix: Don'd die in iframe when editing an entry
2021-05-09 21:23:30 +02:00
onli
74713a0337
php 8 compat fix: do not die when listing entries
2021-05-09 21:01:52 +02:00
onli
25cfb97ece
php8 compat fixes to save entries again
2021-05-09 17:17:54 +02:00
onli
4c246ad426
php8 compat fixes for entry preview
2021-05-09 16:54:27 +02:00
onli
24c02da747
PHP8 compat for plugin menu
2021-05-06 20:45:19 +02:00
onli
3d1c264ccd
PHP8 compat fixes for themes menu
2021-05-06 20:45:19 +02:00
onli
a6162b6e04
PHP8 compat fix for ML directory menu
2021-05-06 20:45:19 +02:00
onli
a6ca0d7fe5
PHP8 compat fixes for media library
2021-05-06 20:45:19 +02:00
onli
ab9962a1f8
PHP8 compat fixes for entry list
2021-05-06 20:45:19 +02:00
onli
4e98879295
PHP8 compat fixes for serendipity_editor.js.tpl
2021-05-06 20:45:19 +02:00
onli
395d018908
php8 compat for login
2021-05-06 20:45:19 +02:00
onli
ec70938faf
fix: plugin_config accessed undefined variable for separator
2021-05-02 12:58:43 +02:00
onli
e2682dbd79
fix: Editor area sent backend_entry_toolbar_body with empty data
2021-05-02 11:34:51 +02:00
onli
95b0211f0b
fix: Editor area sent backend_entry_toolbar_body with empty data
2021-05-02 10:20:30 +02:00
onli
90dd334327
PHP 8 compatibility fixes for the installer
2021-05-02 09:50:58 +02:00
onli
48211e27b1
php8 compat for 2k11 frontend templates
2021-04-19 17:19:44 +02:00
onli
f03ab03a55
php8 compat: Fix undefined keys in 2k11 config
2021-04-19 17:19:44 +02:00
onli
4ef3a8f0bb
fix: escape html in plugin list to not hide those after nl2br
2020-09-21 19:40:59 +02:00
Uwe Krause
626aac6335
check if php extension xml is available. fixes #741
2020-08-23 15:23:23 +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
Stephan Brunker
b6f582774a
media: fix/add media select button and preview image in plugin configuration
2020-06-06 01:51:22 +02:00