[pLog-svn] r2248 - in plugins/trunk/shoutbox: . plugins/shoutbox/class/dao

oscar at devel.plogworld.net oscar at devel.plogworld.net
Sun Jun 19 09:17:02 GMT 2005


Author: oscar
Date: 2005-06-19 09:17:01 +0000 (Sun, 19 Jun 2005)
New Revision: 2248

Modified:
   plugins/trunk/shoutbox/README.txt
   plugins/trunk/shoutbox/plugins/shoutbox/class/dao/shoutbox.class.php
Log:
updated the plugin version


Modified: plugins/trunk/shoutbox/README.txt
===================================================================
--- plugins/trunk/shoutbox/README.txt	2005-06-17 15:01:52 UTC (rev 2247)
+++ plugins/trunk/shoutbox/README.txt	2005-06-19 09:17:01 UTC (rev 2248)
@@ -1,6 +1,6 @@
 ++++++++++++++++++++++++++++++++++++++++++++++++
 Readme for the "Shoutbox Plugin" 
-version 0.12
+version 0.13
 a plugin for pLog (v1.0)
 Developed by Palantir, radar at netpalantir.it
 
@@ -56,16 +56,23 @@
 DOESN'T WORK? BUGS? WISHES? WHO TO CONTACT
 Please, use the pLog's bug reporting system. It's located at:
 http://bugs.plogworld.net
+Otherwise, send me a mail: radar at netpalantir.it
+I must admit I don't read plogworld forum regularly, so if you post there, please
+let me know by mail as well.
 
 +++++++++++++++++++++++++++++++++++++++++++++++
 
 TODO:
 - It would be nice to put the shoutbox into an iframe
 - Restore the validation of the fields in the admin interface
+- Add the possibility to view the whole history of the box
 
 +++++++++++++++++++++++++++++++++++++++++++++++
 
 CHANGELOG:
+v0.13
+- Fixed password bug
+- Fixed error messages
 
 v0.12
 - Porting of the whole tinng to the new pLog 1 framework. Costed A LOT of work

Modified: plugins/trunk/shoutbox/plugins/shoutbox/class/dao/shoutbox.class.php
===================================================================
--- plugins/trunk/shoutbox/plugins/shoutbox/class/dao/shoutbox.class.php	2005-06-17 15:01:52 UTC (rev 2247)
+++ plugins/trunk/shoutbox/plugins/shoutbox/class/dao/shoutbox.class.php	2005-06-19 09:17:01 UTC (rev 2248)
@@ -173,8 +173,7 @@
         if($usesProtectedNick) {
             if(!preg_match("/:$protection_password\$/", $nickname)) {
                 echo('<font color="red"><b>');
-                echo('Nonononono! Questo nickname e` MIO, capito? :P<br/>');
-                echo("Pass: $protection_password nick: $nickname<br>");
+                echo('This nickname is reserved. Please, use another one<br/>');
                 echo('</b></font>');
                 if($this->mail_alert) {
                     $this->notifyUser($nickname, $shoutText, "alert");




More information about the pLog-svn mailing list