Commit graph

2004 commits

Author SHA1 Message Date
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
Thomas Hochstein 5c75ef4f30 [unstrip_tags] Apply to sidebar comment display.
Needs serendipity_plugin_comments 1.17 or newer.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2020-04-24 15:15:33 +02:00
Thomas Hochstein 9a7127bf5f [unstrip_tags] Apply to comment RSS feeds, too.
Add ChangeLog.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2020-04-24 14:08:58 +02:00
s9y bot c74dcd8fc8 Automagic XML sync 2020-04-23 00:52:41 +02:00
Thomas Hochstein 0e66b5cc0e Treat <details> and <summary> as block level.
`<details>` and `<summary>` elements should
never be wrapped in `<p></p>`.

See michelf/php-markdown#329.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2020-04-22 17:39:44 +02:00
s9y bot 7d409eb828 Automagic XML sync 2020-04-19 00:54:07 +02:00
Thomas Hochstein b946b3daa2 [sitemap] Don't add tag pages with draft tags.
Fixes s9y/Serendipity#659

Signed-off-by: Thomas Hochstein <thh@inter.net>
2020-04-19 00:24:46 +02:00
Thomas Hochstein a6d340cdf2 Fix draft check.
Fixes s9y/Serendipity#696.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2020-04-18 23:08:28 +02:00
Thomas Hochstein 8c11320820
Merge pull request #113 from th-h/thh-fixentryprop
Fix accidental deletion of extended properties.
2020-04-18 22:41:20 +02:00
Thomas Hochstein 79bf6de95b Fix accidental deletion of entry_image.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2020-04-18 19:09:48 +02:00
Thomas Hochstein 3f66eef7ec Fix accidental deletion of metadesc data.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2020-04-18 19:07:04 +02:00