5761 Commits

Author SHA1 Message Date
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
onli
20539b92d4 Fix: Preserve entry form title in preview 2021-05-09 17:07:06 +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
0303eec81e PHP8 compat fixes for configuration 2021-05-06 20:45:19 +02:00
onli
ef27f70b3d PHP8 compat fixes for plugin configuration (spamblock) 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
cb258fa3a8 PHP8 compat fixes for image upload menu 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
7900062aa3 PHP8 compat fixes for entry form display 2021-05-06 20:45:19 +02:00
onli
b2707b81ae spamblock 1.89.3: php8 compat 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
5013d583f2 Apply PHP8 compat fixes for backend controllers
Taken from https://github.com/s9y/Serendipity/pull/750
2021-05-06 20:45:19 +02:00
onli
395d018908 php8 compat for login 2021-05-06 20:45:19 +02:00
onli
f996065a89 spartacus 2.39.2: php8 compat 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