[geeklog-hg] geeklog: A few more fixes for the SPAM-X plugin

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Feb 2 10:47:13 EST 2014


changeset 9468:0d420889ed79
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/0d420889ed79
user: Tom <websitemaster at cogeco.net>
date: Sun Feb 02 10:40:09 2014 -0500
description:
A few more fixes for the SPAM-X plugin

diffstat:

 plugins/spamx/install_defaults.php        |  2 +-
 plugins/spamx/language/japanese_utf-8.php |  9 ++++++---
 2 files changed, 7 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r 29536cd66f97 -r 0d420889ed79 plugins/spamx/install_defaults.php
--- a/plugins/spamx/install_defaults.php	Sun Feb 02 10:24:29 2014 -0500
+++ b/plugins/spamx/install_defaults.php	Sun Feb 02 10:40:09 2014 -0500
@@ -75,7 +75,7 @@
 $_SPX_DEFAULT['sfs_enabled'] = false;
 
 // The threshold for the Stop Forum Spam confidence score (percentage) which is a reasonably good indicator that the field under test, would result in unwanted activity. 
-$_SPX_CONF['sfs_confidence'] = 25;
+$_SPX_DEFAULT['sfs_confidence'] = 25;
 
 // If the module Spam Number of Links is enabled
 $_SPX_DEFAULT['snl_enabled'] = false;
diff -r 29536cd66f97 -r 0d420889ed79 plugins/spamx/language/japanese_utf-8.php
--- a/plugins/spamx/language/japanese_utf-8.php	Sun Feb 02 10:24:29 2014 -0500
+++ b/plugins/spamx/language/japanese_utf-8.php	Sun Feb 02 10:40:09 2014 -0500
@@ -165,9 +165,12 @@
     'notification_email' => 'メール通知',
     'logging' => 'ログを有効にする',
     'timeout' => 'タイムアウト',
-    'sfs_enabled' => 'Stop Forum Spamモジュールを有効',
-    'snl_enabled' => 'Spam Number of Linksモジュールを有効',
-    'snl_num_links' => 'リンクの数'
+    'max_age' => 'スパム記録の保存日数',
+    'records_delete' => 'Record Types to Delete',
+    'sfs_enabled' => 'Stop Forum Spamモジュールを有効にする',
+    'sfs_confidence' => '信頼スコアの閾値',
+    'snl_enabled' => 'Spam Number of Linksモジュールを有効にする',
+    'snl_num_links' => 'リンクの数'    
 );
 
 $LANG_configsubgroups['spamx'] = array(



More information about the geeklog-cvs mailing list