Commit graph

2134 commits

Author SHA1 Message Date
s9y bot 10cb326881 Automagic XML sync 2021-09-29 01:16:54 +02:00
onli a7b275a1b7 lightbox 2.5.4 fix: Lightbox was not enabled in entries
See https://board.s9y.org/viewtopic.php?f=10&t=25329
2021-09-28 17:14:17 +02:00
s9y bot d24150426c Automagic XML sync 2021-09-13 01:10:19 +02:00
onli 7253e5a98e sitemap 0.61.2: PHP 8 compat fix for sitemap creation on save 2021-09-12 14:15:44 +02:00
onli 0f8f059f72 social 0.14.5 (2): Fix warning in entry preview on metadesc key 2021-09-12 14:10:50 +02:00
onli e5f4f0b15a social 0.14.5: Fix warning in preview with PHP 8 about missing key 2021-09-12 14:01:07 +02:00
onli 0c9c1af069 typeset 0.23.1: PHP 8 fix for buttons without close tag 2021-09-12 13:51:20 +02:00
s9y bot cc8f56f57a Automagic XML sync 2021-07-19 00:56:40 +02:00
onli 0a1d012282 bayes 1.1.5: b8 update 2021-07-18 13:23:44 +02:00
s9y bot 8a0291cdb9 Automagic XML sync 2021-07-15 00:59:57 +02:00
surrim 87be4402c2 updated event_osm to v0.3.9 2021-07-14 19:38:27 +02:00
surrim 28440619e0 updated to openlayers v6.6.0 2021-07-14 19:38:27 +02:00
s9y bot 307aaf5f1d Automagic XML sync 2021-07-14 00:55:23 +02:00
surrim def42814f2 updated event_osm to v0.3.8 2021-07-13 17:24:00 +02:00
surrim c8086e5305 removed "?>" from php files and changed indentation 2021-07-13 17:24:00 +02:00
surrim 8f778c4119 fixed handling with empty gpx files 2021-07-13 17:24:00 +02:00
surrim 8af5e65de2 using short array init, fixed PHP 8 warnings 2021-07-13 17:24:00 +02:00
s9y bot 83afe36fd4 Automagic XML sync 2021-07-13 00:57:08 +02:00
surrim 6c664e415c updated plugin versions 2021-07-12 15:44:23 +02:00
surrim 6bb4774d7e some PHP 8 fixes 2021-07-12 15:44:23 +02:00
surrim 22d4608f9f using serendipity_plugin_api::load_language() for some more plugins 2021-07-12 15:44:23 +02:00
surrim 6eccfa6802 using serendipity_plugin_api::load_language() for some more plugins 2021-07-12 15:44:23 +02:00
surrim 4267684858 special handling for clean_page to avoid PHP8 warnings 2021-07-12 15:44:23 +02:00
surrim 0fff144f04 using serendipity_plugin_api::load_language() for some more plugins 2021-07-12 15:44:23 +02:00
s9y bot 5452764339 Automagic XML sync 2021-07-05 01:17:27 +02:00
onli b997e3a0f8 freetag 3.70.2: Fix error in RSS feed with PHP 8 2021-07-04 19:49:40 +02:00
s9y bot 9998eda05a Automagic XML sync 2021-07-02 01:27:14 +02:00
Eike Rathke 332cf0e16d
Fix serendipity_event_linklist serialisation (#129)
* Fix serendipity_event_linklist serialisation

Instead of the link list the output was
[object Object]
because 'd' is an object in document.write(d).

Use dTree.toString() for serialisation.

* Bump version and ChangeLog
2021-07-01 16:29:44 +02:00
s9y bot 8e5f5380bc Automagic XML sync 2021-06-28 01:06:37 +02:00
onli ee809edea4 staticpage sidebar 1.19.3: Use language api for PHP 8 compat 2021-06-27 21:25:41 +02:00
onli 7560278109 shoutbox 1.02.5: Correct specialchars function call 2021-06-27 21:17:48 +02:00
s9y bot 07892aee84 Automagic XML sync 2021-06-21 01:26:17 +02:00
onli fea268104c autoupdate 1.2.1: PHP 8 compatibility fixes 2021-06-20 11:44:51 +02:00
s9y bot b534dc3976 Automagic XML sync 2021-06-17 01:01:17 +02:00
onli 930c1a31e3
staticpage 4.15.6: PHP 8 compatibility & page params fix (#128)
* staticpage 4.15.6: PHP 8 compatibility & page params fix

* Fix warning in page order menu
2021-06-16 20:19:32 +02:00
s9y bot 3c494e9d8e Automagic XML sync 2021-06-14 00:55:36 +02:00
onli aa683eba97 dbclean 0.2.10: PHP 8 compatibility changes
The database functions can now throw an exception we need to catch and the language constant loading throws a warning when seeing constants twice
2021-06-13 15:25:47 +02:00
s9y bot 3777967be3 Automagic XML sync 2021-06-07 00:53:06 +02:00
onli 3d2e56948e template editor 0.8.2: PHP 8 compatibility fixes 2021-06-06 21:49:21 +02:00
onli 38e0d1de4d staticpage 4.15.5: Parameter fix
See https://github.com/s9y/additional_plugins/pull/126
2021-06-06 19:44:28 +02:00
hbarel 9c9d9fb148
Strip URI parameters when static page is looked up, so it can be found. (#126)
* Strip URI parameters when static page is looked up, so it can be found.

* Introduce additional parameter char.

Co-authored-by: Hagai Bar-El <hagai.bar-el@arm.com>
Co-authored-by: hbarel <hbarel>
2021-06-06 19:41:26 +02:00
onli a056ec15cd
freetag 3.70.1: PHP 8 compatibility (#127)
* freetag 3.70.1: PHP 8 compatibility

* livecomment 2.5.6: PHP 8 compatibility fixes

* Revert "livecomment 2.5.6: PHP 8 compatibility fixes"

This reverts commit 9a912e23fb.
2021-06-06 19:17:24 +02:00
onli 56429d1eb6 trackback 1.20.1: PHP 8 compatibility fixes 2021-06-06 18:56:02 +02:00
onli 11519fe118 spamblock_bee: Fix PHP 8 error when not logged in 2021-06-06 17:43:08 +02:00
onli e83820bb5e livecomment 2.5.6: PHP 8 compatibility fixes 2021-06-06 13:17:23 +02:00
onli 31df56adce spamblock_bee: Constant loading PHP 8 compat fix
Will be delivered with the 1.3.2 update
2021-06-06 12:23:05 +02:00
onli 797474460e spamblock_bee 1.3.2: PHP 8 compatibility fix 2021-06-06 11:51:32 +02:00
s9y bot c0f20843d6 Automagic XML sync 2021-05-29 00:55:55 +02:00
surrim 8d8e6a1494
Updated event_osm to v0.3.7 (#124)
* default path for *.gpx files

* path description fixed for many paths

* escape map parameter

* set default category id to "without"

* removed not needed "global $serendipity;"

* added README.md

* updated event_osm to v0.3.7

Co-authored-by: surrim <surrim@happyhydro.org>
2021-05-28 19:12:35 +02:00
surrim eff22e3f60
regex fixed, updated event_geotag to v01.36 (#125)
Co-authored-by: surrim <surrim@happyhydro.org>
2021-05-28 19:12:09 +02:00