5679 Commits

Author SHA1 Message Date
onli
325c608139 creativecommons: PHP 8 compat fixes (for showing RSS) 2021-06-06 12:30:55 +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
8852792674 Add missing NOTIFICATION_CONFIRM_SUBMAIL_FAIL lang constant
PRevents a PHP 8 compatibility error when subscribing to a comment thread failed
2021-05-30 16:02:58 +02:00
onli
91a14c3dc7 textile 1.8.4: php 8 compat fixes 2021-05-30 12:13:54 +02:00
onli
4ecf52d10f clean blog: php 8 compat fixes 2021-05-30 12:07:04 +02:00
onli
7fe104ed40 php 8 compat fixes (context: templatechooser to clean blog) 2021-05-30 12:06:14 +02:00
onli
7f1f5729c8 tempaltechooser 1.7.1: php 8 compat fix 2021-05-30 12:05:23 +02:00
onli
50ccdce46c resposniveimage: php 8 compat fix for themes without breakpoints 2021-05-30 12:04:16 +02:00
onli
20de7bd442 php 8 compat fix for saving plugin order 2021-05-30 11:47:18 +02:00
onli
e293bc18f3 php 8 compat fixes for comment subscription 2021-05-29 20:27:02 +02:00
onli
1fc5076112 gravatar 1.63.1: php 8 compatibility fixes 2021-05-29 19:44:16 +02:00
onli
bb483dcadc creativecommons 1.6.1: PHP 8 compat fixes (missing lang constants) 2021-05-29 18:32:34 +02:00
onli
8dbf85aacd bbcode 2.11.1: php 8 compat fix 2021-05-29 17:22:24 +02:00
onli
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
onli
f4d5a76add php 8 compat for bbcode plugin configuration 2021-05-29 17:17:08 +02:00
onli
8b8d8bf2c5 PHP8 compat fix for sending trackbacks (when target has no params) 2021-05-28 17:59:44 +02:00
Matthias Gutjahr
8d1dd2994c
php 8 compat fix
Signed-off-by: Matthias Gutjahr <mattsches@gmail.com>
2021-05-26 23:41:39 +02:00
onli
c53b612421 php 8 compat fix when entry has trackback 2021-05-26 16:23:59 +02:00
onli
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
onli
730f4c080a php 8 compat fixes for receiving trackbacks 2021-05-25 23:13:51 +02:00
onli
42f93ee27a spartacus: php 8 compat fix 2021-05-25 22:48:37 +02:00
onli
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
onli
e2044472c2 php 8 compat fix for sending trackbacks 2021-05-18 19:42:16 +02:00
onli
ae4e91f095 php 8 compat fix when showing RSS feed 2021-05-18 19:39:14 +02:00
onli
56f17439a1 php 8 compat fix for upgradeable plugins list 2021-05-18 19:37:05 +02:00
onli
a8e919961b php 8 compat fix for spartacus when plugin upgrades are available 2021-05-18 19:33:19 +02:00
onli
d2fb86fc2f syndication 2.3.0: Drop subtome JS plugin 2021-05-18 19:32:30 +02:00
onli
0590b97c67 minor: typos in NEWS 2021-05-13 22:29:27 +02:00
onli
9090de5605 update docs/NEWS 2021-05-13 22:13:21 +02:00
onli
cd96ca66c7 php8 compat fixes for personal settings 2021-05-13 21:39:32 +02:00
onli
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
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
9f4153dbc4 php8 compat fixes for user creation 2021-05-13 17:03:50 +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
cbca20a535 php 8 compat fixes for commenting in frontend 2021-05-13 15:03:23 +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
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
onli
05c3fa71eb Revert "fix: uploaded image path computted wrong when in subdirectory"
This reverts commit 46e8cc96b3775a43e1cddb12a2b50e889b58390d.
2021-05-13 14:16:21 +02:00
onli
4cab1db38d php 8 compat: Image upload 2021-05-13 14:13:58 +02:00
onli
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
onli
fd9edae13c php 8 compat fix: Show category archive pages 2021-05-09 23:05:25 +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
67aa8f801b fix: Re-use entry title when already set, e.g. when editing 2021-05-09 21:07:26 +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