Commit graph

2014 commits

Author SHA1 Message Date
Andreas Scherbaum c8537f6c7d
Fix PHP warning about undefined constants (#120)
* Fix PHP warning about undefined constants
INCLUDE_ANY is not quoted

Fix: #720

* Bump version numbers

* Use minor version changes, instead of major version changes
Rebase with master
2021-01-09 13:05:08 +01:00
s9y bot 222ccc11b4 Automagic XML sync 2021-01-09 00:57:34 +01:00
surrim 43bb5b0338
Updated event_osm to v0.3.4 (#118)
* show track length in link title

* preloading enabled

* avoid using translation from page nugget

* updated event_osm to v0.3.4

Co-authored-by: surrim <surrim@happyhydro.org>
2021-01-08 18:33:28 +01:00
surrim 2a654db0a9
added missing include, updated event_geo_json to v0.2.2 (#119)
Co-authored-by: surrim <surrim@happyhydro.org>
2021-01-08 18:32:46 +01:00
s9y bot 2cabb764da Automagic XML sync 2021-01-02 00:55:15 +01:00
surrim 7804bd3790
geo plugin updates (#117)
* fixed regex to detect pasted negative coordinates (e.g. -0.4454 54.2215)

* osm.js fix

* updated to openlayers v6.5.0

* updated event_osm to v0.3.3

Co-authored-by: surrim <surrim@happyhydro.org>
2021-01-01 11:58:45 +01:00
s9y bot d76337e697 Automagic XML sync 2020-10-05 00:59:02 +02:00
onli 461b285deb bayes: Remove leftover debug outputs 2020-10-04 17:47:51 +02:00
onli c7f2a00d52 bayes 1.1.1: Add 80% barrier info, set PHP 7.2 as required 2020-10-04 17:41:35 +02:00
s9y bot a1c4da2982 Automagic XML sync 2020-09-24 00:58:43 +02:00
onli afb90f5e94 vgwort 0.4.3: Do not store Zählmarkencode with ; at the end 2020-09-23 21:52:46 +02:00
s9y bot 8968920da2 Automagic XML sync 2020-09-22 00:56:41 +02:00
onli 2dabdd9dc1 vgwort 0.4.2: Make it work with current zählmarken file format 2020-09-21 20:30:00 +02:00
s9y bot 0a1b48ef9f Automagic XML sync 2020-09-17 01:01:35 +02:00
Garvin Hicking 8dabd3c99b [TASK] Adds upstream patches by surrim 2020-09-16 11:24:03 +02:00
Garvin Hicking c19ed88f10 [TASK] Upstream patches by surrim 2020-09-16 11:23:34 +02:00
s9y bot 0ff77fca73 Automagic XML sync 2020-08-19 00:53:43 +02:00
onli bdbdb5d35c bayes 1.1: Fix table creation for recycler and upgrades 2020-08-19 00:11:14 +02:00
s9y bot a2878bd3be Automagic XML sync 2020-08-14 00:59:45 +02:00
Garvin Hicking a4a0fd8b7b [TASK] Upstream patch by surrim 2020-08-13 08:57:17 +02:00
s9y bot 69d6f5929a Automagic XML sync 2020-08-10 00:53:10 +02:00
onli f669be9b2b bayes 1.0: cleanup and code update version 2020-08-09 11:10:41 +02:00
s9y bot 8c917ab315 Automagic XML sync 2020-07-01 00:51:32 +02:00
Stephan Brunker 4bd7db5cf3 [spamblock_bayes] fix possible SQL exposure in email field 2020-06-30 14:47:49 +02:00
Stephan Brunker 561801fca0 [event_staticpage] add missing title in sidebar plugin 2020-06-30 14:34:57 +02:00
Stephan Brunker a3a27fc40f [event_entrypaging] fix link to article 2020-06-30 14:32:40 +02:00
s9y bot e3a4e1f722 Automagic XML sync 2020-06-11 00:51:58 +02:00
onli 7538b9464d categorytemplates 0.35.2: Fix PHP 7 compat
Unused code tried to count on uninitialized array
2020-06-10 15:36:23 +02:00
s9y bot f62a5bddcc Automagic XML sync 2020-06-03 00:52:21 +02:00
onli 5e317c0432 social 0.14.2: Link to new shariff backend 2020-06-02 15:44:00 +02:00
s9y bot 996f93f027 Automagic XML sync 2020-05-30 00:52:47 +02:00
onli 74d3cbd237 autoupdate 1.2: Add plugin update check and cleanup 2020-05-29 13:25:14 +02:00
s9y bot 385008a66e Automagic XML sync 2020-05-28 00:51:52 +02:00
onli 282f20ef53 Staticpage: Avoid SQL errors on SQLite systems
See https://github.com/s9y/Serendipity/issues/377
2020-05-27 14:58:39 +02:00
onli 915e7e06eb DSGVO: Shorten one IPv6 block more 2020-05-27 14:24:57 +02:00
s9y bot 7d2a31161e Automagic XML sync 2020-05-12 00:52:42 +02:00
Garvin Hicking 0fbd62dbe3 [TASK] Upstream patches by surrim (sent via mail) 2020-05-11 16:32:32 +02:00
s9y bot becc64d33f Automagic XML sync 2020-05-11 00:52:25 +02:00
Thomas Hochstein 2ce1658154 [event_markdown] Add auto-ids in lib version.
For Markdown and Markdown Extra, add automatic
IDs (#id) to all headings from h1 to h6. Substitute
all chars that are not alphanumeric with "-".
Works in lib version only.

Explicitly defined IDs will override auto-generated
ones, so there is no need to add a configuration
switch for this change.

Fixes #729.

Bump version.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2020-05-10 19:23:26 +02:00
Thomas Hochstein 7bc9969e75 [event_markdown] Simplify use of Markdown lib.
The calls to Markdown and Markdown Extra can be
simplified in the lib version.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2020-05-10 19:20:09 +02:00
s9y bot 62a4ce1353 Automagic XML sync 2020-05-04 00:56:57 +02:00
Andreas Scherbaum a018270712
Add CAST for "value" column when selecting mf_hCalendar data (#115)
Otherwise PostgreSQL will throw an "operator does not exist" error
2020-05-03 21:29:30 +02:00
s9y bot 7d57fd7f88 Automagic XML sync 2020-05-03 00:51:37 +02:00
Jens Kubieziel 3ae35d06c7
substitute break outside of a loop by return false (#114)
* substitute break outside of a loop by `return false`

PHP 7 doesn't accept `break` statements outside of loop or switch structures and
returns an error. See https://www.php.net/manual/en/control-structures.break.php
I substituted the `break` by a `return false` which as far as I assume does the same.

* Update the version number

* Update the changelog with version 1.37.4
2020-05-02 14:28:11 +02:00
s9y bot 1c9a23418b Automagic XML sync 2020-04-30 00:52:07 +02:00
Thomas Hochstein ace82351d2 [unstrip_tags] Don't touch entry RSS feeds!
The HTML escaping needs to be restricted
to comment (and trackback) feeds to avoid
escaping "legal" HTML in entry feeds.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2020-04-29 13:43:36 +02:00
Thomas Hochstein cb4c188959 [unstrip_tags] Add me as author.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2020-04-29 12:01:30 +02:00
s9y bot 345aa577a7 Automagic XML sync 2020-04-25 00:53:27 +02:00
Thomas Hochstein 91b68f2c57 Spartacus: Change link text for plugin_website.
Was "Documentation", is now "Website".

There are no "documentation" links left, so we
can re-brand the plugin_website property to mean
a general information page about the plugin
or its author.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2020-04-24 21:43:22 +02:00
Thomas Hochstein 288111e854 Fix stupid typo in 9a7127bf5f.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2020-04-24 17:00:23 +02:00