[geeklog-cvs] geeklog: Fixed "Edit IP of URL Blacklist" module of the Spam-X p...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Mar 28 12:55:47 EDT 2010


changeset 7857:aa35484e45c8
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/aa35484e45c8
user: Dirk Haun <dirk at haun-online.de>
date: Sun Mar 28 18:48:46 2010 +0200
description:
Fixed "Edit IP of URL Blacklist" module of the Spam-X plugin (bug #0001102, reported and patch provided by Abhishek Shrivastava)

diffstat:

 plugins/spamx/EditIPofURL.Admin.class.php |  8 ++++----
 public_html/docs/history                  |  2 ++
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (42 lines):

diff -r 0e98c323aac8 -r aa35484e45c8 plugins/spamx/EditIPofURL.Admin.class.php
--- a/plugins/spamx/EditIPofURL.Admin.class.php	Sun Mar 28 13:54:16 2010 +0200
+++ b/plugins/spamx/EditIPofURL.Admin.class.php	Sun Mar 28 18:48:46 2010 +0200
@@ -2,9 +2,9 @@
 
 /**
 * File: EditIPofURL.Admin.class.php
-* This is the Edit IPofURL Module for the Geeklog Spam-X plugin
+* This is the Edit IP of URL Module for the Geeklog Spam-X plugin
 *
-* Copyright (C) 2004-2009 by the following authors:
+* Copyright (C) 2004-2010 by the following authors:
 * Author    Tom Willett     tomw AT pigstye DOT net
 *           Dirk Haun       dirk AT haun-online DOT de
 *
@@ -72,12 +72,12 @@
             list($e) = DB_fetchArray($result);
             $display .= '<li>'. COM_createLink(htmlspecialchars($e),
                 $_CONF['site_admin_url']
-                . '/plugins/spamx/index.php?command=EditIPofUrl&action=delete&entry=' . urlencode($e) . '&' . CSRF_TOKEN . '=' . $token) .  '</li>' . LB;
+                . '/plugins/spamx/index.php?command=EditIPofURL&action=delete&entry=' . urlencode($e) . '&' . CSRF_TOKEN . '=' . $token) .  '</li>' . LB;
         }
         $display .= '</ul>' . LB . '<p>' . $LANG_SX00['e1'] . '</p>' . LB;
         $display .= '<p>' . $LANG_SX00['e2'] . '</p>' . LB;
         $display .= '<form method="post" action="' . $_CONF['site_admin_url']
-                 . '/plugins/spamx/index.php?command=EditIPofUrl">';
+                 . '/plugins/spamx/index.php?command=EditIPofURL">';
         $display .= '<div><input type="text" size="30" name="pentry"' . XHTML
                  . '>   ';
         $display .= '<input type="submit" name="paction" value="'
diff -r 0e98c323aac8 -r aa35484e45c8 public_html/docs/history
--- a/public_html/docs/history	Sun Mar 28 13:54:16 2010 +0200
+++ b/public_html/docs/history	Sun Mar 28 18:48:46 2010 +0200
@@ -135,6 +135,8 @@
 
 Spam-X Plugin
 -------------
+- Fixed "Edit IP of URL Blacklist" module (bug #0001102, reported and patch
+  provided by Abhishek Shrivastava)
 - A new right called spamx.skip allows SPAM-X to skip filtering of submitted 
   content from certain user groups (bug #0001018) [Tom] 
 - Make sure the Notification Email config option can be disabled [Dirk]



More information about the geeklog-cvs mailing list