Commit graph

1863 commits

Author SHA1 Message Date
Thomas Hochstein a96c07c338 [event_photoblog] Remove non-language constant.
The plugin version does not belong into
language files.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-08-17 15:11:03 +02:00
Thomas Hochstein 1e0fed666f Add German translations to plugins (1st pass).
Added German translation to the following plugins:

* event_comics
* event_cronjob
* event_galleryimage
* event_youtube
* plugin_showentries
* plugin_timezones

Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-08-17 15:03:46 +02:00
Thomas Hochstein 6677de78f8 [event_spamblock_*] Don't overwrite "moderate" flag.
Unconditionally setting $serendipity['csuccess']
to 'true' will override a "moderate" flag set by
another (spamblock) plugin.

Fixes s9y/Serendipity#528

Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-08-17 04:12:52 +02:00
s9y bot 93d6057240 Automagic XML sync 2019-08-10 02:02:15 +02:00
Thomas Hochstein a87e1bc2df Increment version numbers, update Changelog.
98b6926485 won't propagate otherwise.

Fixes s9y/Serendipity#617

Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-08-09 21:40:12 +02:00
s9y bot bf09c3f56d Automagic XML sync 2019-08-06 00:33:01 +02:00
Thomas Hochstein 0bced8b29f vgwort: Some fixes. (#97)
* Change type of UNIQUE columns to VARCHAR.

MySQL can't work with UNIQUE constraints on
BLOB or TEXT columns: "MySQL Error 1170 (42000):
BLOB/TEXT Column Used in Key Specification
Without a Key Length".

Public and private counter identifiers have
a fixed length of 32, so use VARCHAR(32)
instead.

Signed-off-by: Thomas Hochstein <thh@inter.net>

* Requires at least s9y 2.2.1-alpha1.

That's the first release containing
"info_more", see s9y/Serendipty#511

Signed-off-by: Thomas Hochstein <thh@inter.net>

* Fix typo.

MySQL comparisions use "=", not "==".

Signed-off-by: Thomas Hochstein <thh@inter.net>

* Internationalisation.

Signed-off-by: Thomas Hochstein <thh@inter.net>

* Fix typo.

String concatenation is done using ".=", not
"+=".

Signed-off-by: Thomas Hochstein <thh@inter.net>

* Bump version, add ChangeLog.

Signed-off-by: Thomas Hochstein <thh@inter.net>

* Drop "unofficial" from name.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-08-05 18:27:42 +02:00
s9y bot 7b877ac4a3 Automagic XML sync 2019-07-25 00:29:54 +02:00
onli 83ab6c8110 staticpage: fix smarty_getCategoryLinkByID in s9y 2.3 2019-07-24 21:25:23 +02:00
s9y bot 902a8a1ece Automagic XML sync 2019-07-22 00:40:14 +02:00
Thomas Hochstein a21df3be43
Merge pull request #101 from th-h/thh-metadesc-fix
metadesc: Rellay fix INSERT/UPDATE/DELETE logic.
2019-07-21 22:19:10 +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
onli 9f6ecfa2ef karma 2.14.1: PHP 7 compat by casting variables
See https://board.s9y.org/viewtopic.php?p=10452122
2019-07-21 19:56:48 +02:00
onli 555937a8ea wikipedia_finder 1.5.1: PHP 7 compat (baseURL -> 'baseURL') 2019-07-21 14:31:35 +02:00
Matthias Mees ab7a630f46 Manually fix broken logo CSS 2019-07-05 10:35:18 +02:00
Matthias Mees dfb2623836 Manually fix broken CSS 2019-07-04 21:41:39 +02:00
s9y bot 573102289f Automagic XML sync 2019-06-25 00:18:06 +02:00
Thomas Hochstein b14cf6c5f5
Merge pull request #98 from th-h/thh-blogpdf
Deprecate serendipity_event_blogpdf.
2019-06-23 22:38:26 +02:00
Garvin Hicking fe06cb4775
Merge pull request #100 from th-h/thh-emerge
emerge_spartacus: remove netmirror upload.
2019-06-15 17:13:48 +02:00
Thomas Hochstein 1a9813f91b emerge_spartacus: remove netmirror upload.
netmirror.org is no longer used in spartacus.
FTP connects fail anyway.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-06-15 17:00:54 +02:00
s9y bot 38fc0f3782 Automagic XML sync 2019-06-15 16:43:48 +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 8e062be58d Deprecate serendipity_event_blogpdf.
Closes s9y/Serendipity#605.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-06-10 12:55:46 +02:00
Thomas Hochstein 4057473162
Merge pull request #96 from th-h/thh-geshi
geshi:  Upgrade GeSHi to 1.0.9.0.
2019-06-10 11:15:27 +02:00
s9y bot d15cc441e0 Automagic XML sync 2019-06-10 02:39:32 +02:00
Thomas Hochstein 697e3306ff Catch wrong last_modified dates. (#95)
My database has some last_modified entries
just containing the year (2004, as it is)
or "0", leading to wrong "last modified"
dates in January, 1970 (2004) or displaying
the current date and time for "last modified".
A simple check can catch those wrong entries,
as there can't be any valid modification dates
before 1990 (not even after an import from
some older blog software).

Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-06-09 16:28:05 +02:00
Thomas Hochstein f37f5aff74 Re-add fix from f1bec45d71.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-06-09 15:36:55 +02:00
Thomas Hochstein 4dd2974d27 Upgrade GeSHi to 1.0.9.0.
Minimal PHP version is now 7.0.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-06-09 15:36:51 +02:00
Thomas Hochstein d19c3ea663 Markdown: add note on plugin ordering.
Version not incremented on purpose.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-06-09 15:35:16 +02:00
Thomas Hochstein 132616da5b
Merge pull request #94 from th-h/master
entrylastmodified: Add/enhance German translation.
2019-06-09 13:51:19 +02:00
Thomas Hochstein afcff99cd0 Add/enhance German translation.
Add ChangeLog.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-06-09 13:49:29 +02:00
s9y bot e65ec2da3b Automagic XML sync 2019-05-14 02:21:58 +02:00
Mario Hommel 3565c0f42e Fix smarty reference that causes error with PHP7.2. 2019-05-13 21:40:18 +02:00
s9y bot 66f1f3d6ee Automagic XML sync 2019-05-12 02:33:53 +02:00
Thomas Hochstein e3f641762f Update version of emoticonchooser.
Fix is in 657bc69abb, but didn't
propagate.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-05-11 11:02:46 +02:00
s9y bot 93f941905d Automagic XML sync 2019-05-10 02:18:30 +02:00
Mario Hommel f1bec45d71 create_function is deprecated in PHP7.2 2019-05-09 20:13:02 +02:00
s9y bot b72b031c08 Automagic XML sync 2019-05-09 02:22:46 +02:00
Mario Hommel 81f06b2ea0 Fix compatibility of constructors for PHP7.2 in serendipity_event_geshi. 2019-05-08 20:07:33 +02:00
s9y bot 69855f1180 Automagic XML sync 2019-04-28 02:23:38 +02:00
bauigel 657bc69abb emoticonchooser: fixes for php >= 7.2 (#93) 2019-04-27 17:41:20 +02:00
Thomas Hochstein 101f1d4b88 Deprecate topreferrers plugin.
``serendipity_plugin_topreferrers`` was an
incomplete copy of the "real" plugin
``serendipity_plugin_topreferers``.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-04-27 17:18:12 +02:00
Matthias Mees 532e1efd96 Merge branch 'master' of github.com:s9y/additional_plugins 2019-04-27 16:56:00 +02:00
Matthias Mees 486c9c98c0 Add new frontend build 2019-04-27 16:55:49 +02:00
stephanbrunker 7b8d241c4c changed the formatting of the output (#85)
classes and format is now the the same as in the 2k11 theme
2019-04-27 12:15:41 +02:00
Hanno Böck e4f67a7197 INCLUDE_ANY should be an array index, not a constant (#82) 2019-04-27 12:12:43 +02:00
onli 9ef871974c Fix INCLUDE_ANY being a deprecated undefined constant in PHP > 7.1 2019-04-27 11:54:17 +02:00
s9y bot 2e19e05e37 Automagic XML sync 2019-04-06 02:16:13 +02:00
Matthias Mees b7868259f9
Merge pull request #92 from th-h/shariff-googleplus
Remove Google+ from Shariff.
2019-04-05 08:45:18 +02:00