Commit graph

2105 commits

Author SHA1 Message Date
s9y bot
5c4f8cb9ea Automagic XML sync 2022-09-19 00:48:04 +02:00
Stephan Brunker
377654926a event_staticpage: always show Blog subtitle 2022-09-18 20:05:04 +02:00
s9y bot
a101fe376d Automagic XML sync 2022-08-22 00:46:32 +02:00
Gregor Nathanael Meyer
76f75e5351
Upgrade serendipity_event_markdown for PHP 8.0/8.1 compatibility (#141)
Upgrade bundled markdown lib `michelf/php-markdown` to version 1.9.1 that enables PHP 8 compatibility. Also dump support for EOL PHP versions in serendipity_event_markdown, because the new version of the bundled markdown lib raises the required PHP version to PHP >=7.4.
2022-08-21 17:40:27 +02:00
onli
9dc7a400d2 freetag: Document 3.70.5 2022-08-21 17:38:34 +02:00
Hanno Böck
4e51353f17
freetag: Fix typo, cond instead of ccond, avoids undefined var error (#142)
* Fix typo, cond instead of ccond, avoids undefined var error

* Avoid missing array indexes, array_map will remove indexes and this causes undefined index warnings, array_values fixes this

* raise version for freetag plugin
2022-08-21 17:36:30 +02:00
dependabot[bot]
9eb6dd26a6 Bump squizlabs/php_codesniffer in /serendipity_event_browserid
Bumps [squizlabs/php_codesniffer](https://github.com/squizlabs/PHP_CodeSniffer) from 2.8.0 to 2.8.1.
- [Release notes](https://github.com/squizlabs/PHP_CodeSniffer/releases)
- [Commits](https://github.com/squizlabs/PHP_CodeSniffer/compare/2.8.0...2.8.1)

---
updated-dependencies:
- dependency-name: squizlabs/php_codesniffer
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-25 16:17:07 +02:00
s9y bot
c4336eb79c Automagic XML sync 2022-05-24 00:49:21 +02:00
onli
2d05034a8e sitemap 0.61.3: Fix 500 when plugin's configuration gets opened
implode has a reversed param order now. Thanks PHP.
2022-05-23 20:59:22 +02:00
s9y bot
fa029275d5 Automagic XML sync 2022-05-20 00:52:11 +02:00
surrim
224c323852 updated event_osm to v0.3.11 2022-05-19 17:44:27 +02:00
surrim
5c76099088 small performance updates 2022-05-19 17:44:27 +02:00
surrim
88219cc40f css fixed 2022-05-19 17:44:27 +02:00
surrim
d2ae531d26 updated openlayers to v6.14.1 2022-05-19 17:44:27 +02:00
s9y bot
732d1c42bb Automagic XML sync 2022-02-03 00:52:04 +01:00
surrim
e1c673ff37 updated event_osm to v0.3.10 2022-02-02 16:06:14 +01:00
surrim
1de50ea5dc updated openlayers to v6.12.0 2022-02-02 16:06:14 +01:00
s9y bot
11a146047c Automagic XML sync 2022-01-22 00:57:59 +01:00
onli
caa32f71b7 social 0.14.6: Fix disappearing share buttons 2022-01-21 16:14:05 +01:00
s9y bot
9348c0d779 Automagic XML sync 2021-11-28 01:17:20 +01:00
onli
c778b6f0cf freetag 3.70.4: Prevent illegal offset error
See https://board.s9y.org/viewtopic.php?f=10&t=25398
2021-11-27 21:07:11 +01:00
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