Commit graph

2134 commits

Author SHA1 Message Date
s9y bot cfca40cd50 Automagic XML sync 2023-02-01 00:46:57 +01:00
surrim b35019c7ce
Update event_osm (#154)
* Changed my name

* Added PHP 7 dependency

* Improved translations

* Added Spanish translations

* Avoid regex pattern for file name

* Whitespaces fixed

* Optimized code for compressing GPX files

* JavaScript code changed for Geo-JSON version 3 and better readability

* Added *.map files

* Only add done gpx tracks to the total sum

* Update event_osm to 0.4.0

* Only add done gpx tracks to the total sum
* Added missing *.map files
* JavaScript code changed for Geo-JSON version 3 and better readability
* Optimized code for compressing GPX files
* Whitespaces fixed
* Avoid regex pattern for file name
* Added Spanish translations
* Improved translations
* Added PHP 7 dependency
* Changed my name

---------

Co-authored-by: surrim <root@surrim.org>
2023-01-31 17:23:49 +01:00
surrim 736d2bfeaa
Update geo json (#153)
* Changed my name

* More generic JSON data

* Improved translations

* Added Spanish translations

* Update event_geo_json to 0.3.0

* Added Spanish translations
* Improved translations
* More generic JSON data
* Changed my name

---------

Co-authored-by: surrim <root@surrim.org>
2023-01-31 17:23:24 +01:00
s9y bot c29c6aafa7 Automagic XML sync 2023-01-30 00:47:48 +01:00
onli 38f738fdf3 usergallery 2.68.1: Fix images not being shown in s9y 2.4.0 2023-01-29 17:17:04 +01:00
s9y bot 1d59d1ee39 Automagic XML sync 2023-01-16 01:03:39 +01:00
Frank Widmaier 7f49ccaffe
permalinks 1.17.1: PHP 8 compatibility fixes
* Update serendipity_event_custom_permalinks.php

changes necessary to PHP8.2. there was an undeclared const variable. changed it to string-value

* Update ChangeLog

changed version to 1.17.1 and added information to changelog file

* Update serendipity_event_custom_permalinks.php

increased version
2023-01-15 18:49:29 +01:00
s9y bot 1f64f2e0c8 Automagic XML sync 2023-01-01 19:06:36 +01:00
s9y bot 02cf7f781b Merge branch 'master' of github.com:s9y/additional_plugins 2023-01-01 18:49:24 +01:00
onli f3854025e6 Fix: Spartacus emerge stopped 2023-01-01 18:48:56 +01:00
onli a3e7521a2a Fix: Spartacus emerge stopped 2023-01-01 18:29:51 +01:00
onli 5d33e321c6 Fix constructor for PHP 8 2023-01-01 17:49:32 +01:00
Eike Rathke 3b3dc99159
linktrimmer 1.6.6: Avoid error in javascript generation (#151)
is_countable() would demand PHP >= 7.3.0 as of which it is available.
See https://www.php.net/manual/en/function.is-countable.php
Use a polyfill for PHP < 7.3.0

Loading serendipity_admin.php with $serendipity['production'] = false
yielded a red alert box:

The Serendipity JavaScript-library could not be loaded. This can happen
due to PHP or Plugin errors, or even a malformed browser cache. To check
the exact error please open
https://.../index.php?/plugin/admin/serendipity_editor.js manually in
your browser and check for error messages.

Where at the end of that file could be found:

== ERROR-REPORT (BETA/ALPHA-BUILDS) ==
<p><b>Warning:</b> count(): Parameter must be an array or an object that
implements Countable in
plugins/serendipity_event_linktrimmer/serendipity_event_linktrimmer.php
on line 323.</p>
2023-01-01 02:09:01 +01:00
Eike Rathke 5461e1250f
Fix broken admin page with PHP8 (#149)
Undefined language constants TOP_REFERRER and TOP_EXITS lead to
uncaught error, apparently assumed to be available via
serendipity_plugin_entrylinks.

Create and use proper PLUGIN_EVENT_STATISTICS_TOP_REFERRER and
PLUGIN_EVENT_STATISTICS_TOP_EXITS constants.
2022-12-31 20:39:20 +01:00
Eike Rathke 67b0fae8da
Fix blank admin page with PHP8 (#148)
Add missing TOP_EXITS and SHOWS_TOP_EXIT string definitions that
lead to a blank serendipity_admin.php page under PHP 8.
See https://board.s9y.org/viewtopic.php?t=25730

Also add the IN_serendipity check, and ChangeLog.
2022-12-31 20:38:20 +01:00
surrim 5b29e9dda6
Update event_osm to 0.3.13 (#146)
* updated openlayers to v7.2.2

* updated event_osm to v0.3.13

Co-authored-by: surrim <root@surrim.org>
2022-12-30 21:55:03 +01:00
onli bf35651326 freetag: document #147 2022-12-30 21:45:33 +01:00
Hanno Böck 5f00e07491
Check that the tag GET variable is a string. (#147) 2022-12-30 21:43:22 +01:00
onli f15808ad26
imagesidebar 0.100.3: Fix permanent display of unknown mime icon (#145) 2022-12-12 17:33:43 +01:00
s9y bot 420b659d87 Automagic XML sync 2022-11-24 00:48:09 +01:00
Mario Hommel b4251e4dd8 And the next PHP8 fix for a fix. 2022-11-23 20:40:24 +01:00
Mario Hommel cc629f849c Fix for PHP8 Fix. 2022-11-23 19:38:29 +01:00
onli dcf32c365d
podcast 1.37.7: PHP 8 compatibility fixes (#144)
Fix some warning in the main code, update getid3
2022-11-23 15:29:25 +01:00
s9y bot f5c1e3a2e4 Automagic XML sync 2022-11-23 00:45:32 +01:00
Mario Hommel f062347afe Fixes for PHP8 2022-11-22 21:57:04 +01:00
s9y bot cbd67d73a4 Automagic XML sync 2022-11-05 00:47:40 +01:00
onli f3fa105df1 karma 2.14.2: PHP 8 compat fixes 2022-11-04 15:54:22 +01:00
s9y bot 87cc16e0e4 Automagic XML sync 2022-09-28 00:46:38 +02:00
surrim 6a711e868b
Update event_osm to 0.3.12 (#143)
* updated openlayers to v6.15.0

* updated openlayers to v6.15.1

* updated openlayers to v7.0.0

* updated openlayers to v7.1.0

* updated event_osm to v0.3.12

Co-authored-by: surrim <surrim@happyhydro.org>
2022-09-27 18:26:48 +02:00
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