[geeklog-hg] geeklog: Updated Spamx Plugin to Version 1.3.2. Removed unused t...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Thu Feb 19 10:15:13 EST 2015


changeset 9581:3e00eb35b872
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/3e00eb35b872
user: Tom
date: Thu Feb 19 10:13:42 2015 -0500
description:
Updated Spamx Plugin to Version 1.3.2. Removed unused template.

diffstat:

 plugins/spamx/autoinstall.php         |   2 +-
 plugins/spamx/functions.inc           |   6 +++++-
 plugins/spamx/templates/install.thtml |  11 -----------
 3 files changed, 6 insertions(+), 13 deletions(-)

diffs (43 lines):

diff -r b759c53774a3 -r 3e00eb35b872 plugins/spamx/autoinstall.php
--- a/plugins/spamx/autoinstall.php	Thu Feb 19 10:12:22 2015 -0500
+++ b/plugins/spamx/autoinstall.php	Thu Feb 19 10:13:42 2015 -0500
@@ -51,7 +51,7 @@
     $info = array(
         'pi_name'         => $pi_name,
         'pi_display_name' => $pi_display_name,
-        'pi_version'      => '1.3.1',
+        'pi_version'      => '1.3.2',
         'pi_gl_version'   => '2.1.0',
         'pi_homepage'     => 'http://www.geeklog.net/'
     );
diff -r b759c53774a3 -r 3e00eb35b872 plugins/spamx/functions.inc
--- a/plugins/spamx/functions.inc	Thu Feb 19 10:12:22 2015 -0500
+++ b/plugins/spamx/functions.inc	Thu Feb 19 10:13:42 2015 -0500
@@ -318,7 +318,11 @@
 
             $current_version = '1.3.1';
             break;
-
+            
+        case '1.3.1':	// Shipped with Geeklog-2.1.1            
+			$current_version = '1.3.2';
+            break;
+        	
         default:
             $done = true;
         }
diff -r b759c53774a3 -r 3e00eb35b872 plugins/spamx/templates/install.thtml
--- a/plugins/spamx/templates/install.thtml	Thu Feb 19 10:12:22 2015 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-<a href="{admin_url}"><img src="{img}" alt="[{plugin_name}]"{xhtml}></a>
-   <b><font size="4"> {install_header} </font></b>
-<p>{installmsg1}</p>
-<p>{installmsg2}</p>
-<p>{readme}<a href="install.html">{installdoc}</a>
-<form method="post" action="{cgiurl}">
-    <div>
-        <input type="submit" value="{btnmsg}" name="B1"{xhtml}>
-        <input type="hidden" value="{action}" name="action"{xhtml}>
-    </div>
-</form>



More information about the geeklog-cvs mailing list