Commit graph

16 commits

Author SHA1 Message Date
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
0fff144f04 using serendipity_plugin_api::load_language() for some more plugins 2021-07-12 15:44:23 +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
Thomas Hochstein
b80068df35 metadesc: Rellay fix INSERT/UPDATE/DELETE logic.
8155626bd6 will
lead to empty db queries if all properties
are unchanged.

Fix that.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-07-21 22:09:07 +02:00
Thomas Hochstein
fe69c04e14 Fix missing ).
Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-06-15 04:05:26 +02:00
Thomas Hochstein
8155626bd6 metadesc: Fix logic for INSERT/UPDATE/DELETE. (#99)
Properties where deleted from the database
when the property was present in the database
and it wasn't changed. That seems wrong.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-06-10 18:37:07 +02:00
Thomas Hochstein
0659b1378e Fix kind of copy-paste-error.
fc87b5f6d7 has changed
the way the "body" content was accessed from
   $GLOBALS['entry'][0]
to
   $entry,
but didn't drop the "[0]" everywhere.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2016-09-24 15:13:48 +02:00
Garvin Hicking
fc87b5f6d7 upstream patch by ian 2016-09-23 11:25:42 +02:00
onli
d2d298ab41 Use serendipity_specialchars
See https://github.com/s9y/Serendipity/issues/236
2014-11-25 01:15:57 +01:00
Garvin Hicking
71589a887f Remove $Id$ for CVS compoatibility. Thought I already did this some time ago?!?! 2013-08-12 09:49:28 +02:00
Matthias Gutjahr
95f4b31903 Increased version numbers 2012-11-07 19:49:05 +01:00
Matthias Gutjahr
0dc53e06b6 Added global plaintext_body property 2012-11-07 19:46:24 +01:00
Garvin Hicking
e1de798563 1.7 compatibility 2012-10-18 10:01:35 +02:00
Garvin Hicking
ab02bb4af4 Remove $Id$ 2011-12-25 10:07:20 +01:00
Garvin Hicking
516df79a4e Migrate plugins 2011-12-13 12:29:05 +01:00