[pLog-svn] r6786 - plugins/branches/lifetype-1.2/unported/subscribe

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Sun Feb 1 09:26:22 EST 2009


Author: jondaley
Date: 2009-02-01 09:26:22 -0500 (Sun, 01 Feb 2009)
New Revision: 6786

Modified:
   plugins/branches/lifetype-1.2/unported/subscribe/pluginsubscribe.class.php
   plugins/branches/lifetype-1.2/unported/subscribe/readme.txt
Log:
typo.  added a 'todo', so I can remember what I am doing the next time I get back to this

Modified: plugins/branches/lifetype-1.2/unported/subscribe/pluginsubscribe.class.php
===================================================================
--- plugins/branches/lifetype-1.2/unported/subscribe/pluginsubscribe.class.php	2009-02-01 14:20:35 UTC (rev 6785)
+++ plugins/branches/lifetype-1.2/unported/subscribe/pluginsubscribe.class.php	2009-02-01 14:26:22 UTC (rev 6786)
@@ -231,7 +231,7 @@
 
             return(
                 Array(
-                    Array( "name" => "plugin_subscribe_enabled", "type" => "boolean")
+                    Array( "name" => "plugin_subscribe_enabled", "type" => "boolean"),
                     Array( "name" => "plugin_subscribe_key", "validator" => new StringValidator(), "type" => "string", "allowEmpty" => true ),
                       )
                    );

Modified: plugins/branches/lifetype-1.2/unported/subscribe/readme.txt
===================================================================
--- plugins/branches/lifetype-1.2/unported/subscribe/readme.txt	2009-02-01 14:20:35 UTC (rev 6785)
+++ plugins/branches/lifetype-1.2/unported/subscribe/readme.txt	2009-02-01 14:26:22 UTC (rev 6786)
@@ -18,3 +18,12 @@
 
 2. For post/category notifications, add a link to:
 http://blog/?op=subscribe
+
+
+
+TODO:
+Add a configuration key for the md5() call, so spammers can't sign
+  other people up for notifications.
+Make the subscribers get a notification when unmoderating the comments
+  (right now, only non-spams get subscriptions notices, and they don't
+   get a notice after the blog owner marks it as non-spam)



More information about the pLog-svn mailing list