5644 Commits

Author SHA1 Message Date
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
onli
95b0211f0b fix: Editor area sent backend_entry_toolbar_body with empty data 2021-05-02 10:20:30 +02:00
onli
38354fcad5 Remove unused mysql (instead of mysqli) database layer 2021-05-02 10:12:13 +02:00
onli
9784fda858 Add () to set ?? evaluation order in ifs 2021-05-02 09:50:58 +02:00
onli
2a5d0e3ad4 Fix: mysqli was always picked as db after installation 2021-05-02 09:50:58 +02:00
onli
90dd334327 PHP 8 compatibility fixes for the installer 2021-05-02 09:50:58 +02:00
onli
7e48e041a2
Remove unused laminas db backend (#757)
* Remove unused laminas db backend

* Remove laminas-db from composer.json

* Remove bundled-libs/laminas
2021-04-27 21:50:34 +02:00
onli
717282a58a Run 'compose update' 2021-04-27 21:30:20 +02:00
onli
05f58f90d7 Finish broken language file removal
Parts of VIEWMODE_THREADED remained
2021-04-19 17:19:44 +02:00
onli
26aecdf06e Update lang/serendipity_lang_fr.inc.php 2021-04-19 17:19:44 +02:00
onli
11526604e1 php8 compat: undefined display_dat array keys 2021-04-19 17:19:44 +02:00
onli
6909411452 entryproperties 1.41.6: PHP 8 compat fixes 2021-04-19 17:19:44 +02:00
onli
6e71da985f Remove unused $week routing part
This throws an error with PHP 8, but since $week is never defined it looks like this has been broken for a while. It can be re-added in a separate PR, if the intended functionality is known.
2021-04-19 17:19:44 +02:00
onli
d1e040b7ec php 8 compat: fix undefined array access adnd $year,... construct 2021-04-19 17:19:44 +02:00
onli
1fcb77427e php8 compat fix: $lang and $cond['joins'] unset before access 2021-04-19 17:19:44 +02:00
onli
df6d80f328 php 8 compat: Fix unused key and empty path, for css 2021-04-19 17:19:44 +02:00
onli
a3253a0d55 syndication 2.2.4: php8 compat 2021-04-19 17:19:44 +02:00
onli
5e78cba223 php8 compat: assign smarty variable via index.php 2021-04-19 17:19:44 +02:00