512ff8e48c
Add replacing [Regional Indicator Symbols]( https://en.wikipedia.org/wiki/Regional_indicator_symbol ) with latin letters. Feel free to add more emoji translations.
2022-02-03 20:25:52 +01:00
9604e0392b
Fix umlaut replacement to happen before all (UTF-8-)umlauts are stripped.
2022-02-03 20:25:52 +01:00
99366d0997
Wrap site-wide permalink generation into a SQL transaction to speed it up.
2022-02-03 20:25:52 +01:00
68ec268bf8
Convert file to UTF-8.
2022-02-03 20:25:52 +01:00
d79ea27422
Reset template script cache token also when saving configuration
...
Makes it easier to test script changes
2021-09-13 21:11:32 +02:00
ad0a3ce298
Fix: Rebuilding thumbnails could fail and produced warnings ( #771 )
2021-07-30 17:54:33 +02:00
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
eb38547a24
Init all required comment form fields
2021-07-04 18:43:08 +02:00
01aa046fc4
PHP 8 compat fixes for bartleby
2021-07-04 15:34:44 +02:00
91c8ee2d8d
bootstrap4: PHP 8 compatibility fixes
2021-07-04 14:12:46 +02:00
8d8aa4ce66
Do not print errors for PHP warnings in production mode
...
Not even when logged in. The error output stopped the script execution. This change enables the usage of old themes, if their critical issues are fixed
2021-07-01 22:03:45 +02:00
34f52d1aae
Fix: The error output left a pre-tag open
2021-06-30 21:46:39 +02:00
18a6904d5d
Fix: Serendipity stopped when encountering a Warning
...
Changes this to only stopping if debug mode is enabled
2021-06-30 21:39:42 +02:00
0d5a29416c
Fix: Every comment subscribed to an entry
2021-06-30 19:59:47 +02:00
1170363a29
Fix: Entries could not be saved if blog had no category
2021-06-27 23:10:14 +02:00
6e4d16d149
PHP 8 compat fixes for clean blog
2021-06-27 22:58:03 +02:00
2bad6efd9c
Hide PHP warnings in production mode ( #765 )
...
* Hide PHP warnings in production mode
* Silence error reporing during second language file read
2021-06-26 16:49:21 +02:00
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
323860150d
PHP 8 compatibility fix for installing themes
2021-06-06 21:47:34 +02:00
ef79ef260b
PHP 8 compat fixes for the core when trackack plugin is installed
2021-06-06 18:53:48 +02:00
137ca00367
PHP 8 compat fixes for future entries on overview page
2021-06-06 17:45:42 +02:00
7fe104ed40
php 8 compat fixes (context: templatechooser to clean blog)
2021-05-30 12:06:14 +02:00
20de7bd442
php 8 compat fix for saving plugin order
2021-05-30 11:47:18 +02:00
e293bc18f3
php 8 compat fixes for comment subscription
2021-05-29 20:27:02 +02:00
5ccb3cba67
fix: log_trackback called when not available (regular comments)
...
Removes the not strictly necessary function call
2021-05-29 17:21:08 +02:00
f4d5a76add
php 8 compat for bbcode plugin configuration
2021-05-29 17:17:08 +02:00
8b8d8bf2c5
PHP8 compat fix for sending trackbacks (when target has no params)
2021-05-28 17:59:44 +02:00
8d1dd2994c
php 8 compat fix
...
Signed-off-by: Matthias Gutjahr <mattsches@gmail.com >
2021-05-26 23:41:39 +02:00
bd6c9e79c9
more php 8 compat fixes for receiving trackacks
...
Also includes a code-cleanup by introducing log_trackback, a less code heavy way to log the trackback flow
2021-05-26 00:08:32 +02:00
730f4c080a
php 8 compat fixes for receiving trackbacks
2021-05-25 23:13:51 +02:00
5f488e97cf
Wysiwyg cleanup ( #761 )
...
* Cleanup ckeditor config
Remove force-settings, remove verbose commentary from config, limit toolbar selection
* document toolbar removal
2021-05-24 17:39:08 +02:00
e2044472c2
php 8 compat fix for sending trackbacks
2021-05-18 19:42:16 +02:00
56f17439a1
php 8 compat fix for upgradeable plugins list
2021-05-18 19:37:05 +02:00
cd96ca66c7
php8 compat fixes for personal settings
2021-05-13 21:39:32 +02:00
9b758e84db
fix: Show proper upload media popup when using filter after upload
...
Add the needed parameters to the hidden form used in the media library form so that a reload of the ML after the first upload still crenders the correct ML variant - the one for selecting an image, not the generic
2021-05-13 21:26:58 +02:00
e448d1c384
php 8 compat for ML item insert into article
2021-05-13 20:16:21 +02:00
28c199c7aa
php8 compat fixes for groups section
2021-05-13 17:57:07 +02:00
9f4153dbc4
php8 compat fixes for user creation
2021-05-13 17:03:50 +02:00
17786592e7
php 8 compat fixes for plugin installation
2021-05-13 15:33:27 +02:00
ed24403d36
php 8 compat fixes for comment section
2021-05-13 15:19:54 +02:00
cbca20a535
php 8 compat fixes for commenting in frontend
2021-05-13 15:03:23 +02:00
d28b15381c
php 8 compat fixes for ML directory section
2021-05-13 14:57:19 +02:00
561a86b385
php 8 compat fixes for media property page
2021-05-13 14:43:55 +02:00
c00ed46789
fix: media upload fails when in subdirectory with default paths
...
Use file['realfile'] instead of path guessing based on file['full_file'] to access image on disk, since file['full_file'] is based on the http path
2021-05-13 14:18:31 +02:00
05c3fa71eb
Revert "fix: uploaded image path computted wrong when in subdirectory"
...
This reverts commit 46e8cc96b3
.
2021-05-13 14:16:21 +02:00
4cab1db38d
php 8 compat: Image upload
2021-05-13 14:13:58 +02:00
46e8cc96b3
fix: uploaded image path computted wrong when in subdirectory
...
The path set as $file['full_file'] and used for the dimension calculation incorrectly used the HTTP path
2021-05-13 14:11:07 +02:00
fd9edae13c
php 8 compat fix: Show category archive pages
2021-05-09 23:05:25 +02:00
60f5277435
php 8 compat fixes t oallow category creation
2021-05-09 21:57:43 +02:00
67aa8f801b
fix: Re-use entry title when already set, e.g. when editing
2021-05-09 21:07:26 +02:00