Commit graph

75 commits

Author SHA1 Message Date
onli
0a1d012282 bayes 1.1.5: b8 update 2021-07-18 13:23:44 +02:00
surrim
6c664e415c updated plugin versions 2021-07-12 15:44:23 +02:00
surrim
22d4608f9f using serendipity_plugin_api::load_language() for some more plugins 2021-07-12 15:44:23 +02:00
onli
d85b24a729 bayes: update b8 2021-05-25 23:27:26 +02:00
onli
27f9816f88 bayes 1.1.3: php8 compat fix 2021-05-25 22:59:10 +02:00
onli
f978fbf179 bayes 1.1.2: php8 compat fix 2021-05-13 15:31:40 +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
onli
bdbdb5d35c bayes 1.1: Fix table creation for recycler and upgrades 2020-08-19 00:11:14 +02:00
onli
f669be9b2b bayes 1.0: cleanup and code update version 2020-08-09 11:10:41 +02:00
Stephan Brunker
4bd7db5cf3 [spamblock_bayes] fix possible SQL exposure in email field 2020-06-30 14:47:49 +02:00
Thomas Hochstein
f2aec0e83d [event_spamblock_bayes] Translation fixes.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-08-17 22:39:35 +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
onli
066c874d27 bayes 0.5.2: Fix dbPrefix constant error for PHP 7.2 2019-02-18 17:49:59 +01:00
Garvin Hicking
cf7ea74b0a Added legal notice for remaining plugins
@th-h Please check serendipity_event_dejure if possible

@onli please check serendipity_event_commentspice and serendipity_event_browserid if possible
2018-04-05 14:17:19 +02:00
mariohommel
8a7c7654da Fixed token generation for delete/approve comment. 2018-03-25 11:59:17 +02:00
mariohommel
28e1e7d3ea Version 0.5.0. 2018-03-25 08:25:32 +02:00
mariohommel
a8025abdce Add option to user spam classification in E-Mails via token. 2018-03-24 22:16:51 +01:00
Matthias Mees
c3e8443d73 Improve accessibility of iconfont icons
Iconfont icons are of no value to screenreader users; in our case,
they get alternative text. By adding 'aria-hidden="true"' to the
<span> holding the iconfont icon, we avoid the screenreader trying
to announce the iconfont icon.

This commit is to ensure consistency with the core across the
additional_plugins repository. While I was at it, I also cleaned
up the ChangeLogs, trying to establish a common pattern.
2016-10-26 15:07:46 +02:00
Garvin Hicking
55875ff290 partial upstream patch by ian 2016-09-23 11:42:48 +02:00
onli
6b06582e17 bayes 0.4.23: Fix sqlite throwing error message for setup routine 2016-09-02 21:35:50 +02:00
onli
f54b1d5376 bayes 0.4.22: fix menu in 2.1-beta1 by using parseTemplate 2016-07-27 10:31:11 +02:00
Matthias Mees
7a7b76928b More elaborate error message for spamblock bayes 2016-02-11 20:04:00 +01:00
onli
7cf706b017 bayes: fix mal-written case-statemens in setupdB
Thanks for catching that, @Ian
2015-12-13 14:17:48 +01:00
onli
b8757a5879 byes: fix setupdb deleting recycler 2015-12-11 23:53:33 +01:00
onli
5d969919fd bayes: fix recycler creation for sqlite 2015-12-11 23:02:48 +01:00
onli
62fb7bfb6b byes: Fix markall-buttons, database-backend w/o db
Fixes s9y/Serendipity#292
2015-02-15 18:48:43 +01:00
Matthias Mees
f9c3d75b45 Bump Bayes version for Spartacus 2015-01-24 14:04:50 +01:00
Matthias Mees
941c920ff6 Add a class to bayes done msg
References s9y/Serendipity#276
2015-01-24 14:04:02 +01:00
onli
19e7d540ae Fix inverse comment selection
https://github.com/s9y/Serendipity/issues/255
2015-01-20 22:48:08 +01:00
Matthias Mees
b395a33641 Bump bayes version 2015-01-20 19:52:39 +01:00
Ian
d1c02424e5 the other half of da04025 2014-11-29 15:51:17 +01:00
Ian
da04025a7b remove utf-8 location of documentary files
which never becomes true
2014-11-29 13:53:49 +01:00
onli
d2d298ab41 Use serendipity_specialchars
See https://github.com/s9y/Serendipity/issues/236
2014-11-25 01:15:57 +01:00
Garvin Hicking
f62ce20036 global var, for @yellowled 2014-06-24 20:44:38 +02:00
Matthias Mees
6e321f5a4d The duplicate sidebar nav entries still were not fixed properly. 2014-06-08 22:01:17 +02:00
Matthias Mees
f113207fcb Fix duplicate backend nav link.
Unfortunately, I misunderstood the example code for switching the
backend nav section, so some plugin were linked to twice in the
backend nav. This should fix it.
2014-06-05 22:20:32 +02:00
Matthias Mees
8a8a584498 Fix addiitional jquery inclusion in Spamblock Bayes.
References #178
2014-06-05 17:43:35 +02:00
Matthias Mees
0cb88e181a Amend ChangeLog and increment version number. 2014-06-05 14:46:39 +02:00
Matthias Mees
047b89af44 Adapt Import section of Spamblock Bayes for 2.0 backend. 2014-06-05 14:45:05 +02:00
Matthias Mees
f3b93613ea Minor reformatting of Analysis details markup, not 2.0-specific. 2014-06-05 14:31:29 +02:00
Matthias Mees
3d63512477 Adapt Analysis list section of Spamblock Bayes for 2.0 backend. 2014-06-05 14:21:22 +02:00
Matthias Mees
69ff022635 Fixed two typos in Spamblock Bayes.
These were actually preventing the JS for expanding comments in the
analysis list from working. Haven't tested it in 1.x, but it does
now work in 2.x.
2014-06-05 14:13:13 +02:00
Matthias Mees
30215a1903 Improved pagination for Recycler section of Spamblock Bayes. 2014-06-05 13:26:02 +02:00
Matthias Mees
f637b2df02 Adapt Recycler section of Spamblock Bayes for 2.0 backend. 2014-06-05 13:09:44 +02:00
Matthias Mees
006e7fa34b Adapt Learn section of Spamblock Bayes for 2.0 backend. 2014-06-03 14:15:27 +02:00
Matthias Mees
4c1cd729e4 Adapt navigation of Spamblock Bayes for 2.0 backend.
Also change the type of variable for the version switch here so it
works with Smarty templates.
2014-06-03 13:58:12 +02:00
Matthias Mees
3703d4b41c Add a backend version switch and assign it to tpl files. 2014-06-02 22:12:46 +02:00
Matthias Mees
ac3053214f Adapt basics of Spamblock Bayes for 2.0 backend.
This takes care of things emitted to the backend, but not to the
backend section generated by the plugin like spamblock actions and
messages.
2014-06-02 20:11:44 +02:00