[pLog-svn] r5513 - plugins/branches/lifetype-1.2/twitter

Oscar Renalias oscar at renalias.net
Fri Jun 8 13:53:51 EDT 2007


Can you also update the plugin version number?

It's important that we get used to the process of updating the  
version number every time we update the plugin... We've got some  
plans for new features related to this...

On 8 Jun 2007, at 19:54, pwestbro at devel.lifetype.net wrote:

> Author: pwestbro
> Date: 2007-06-08 12:54:53 -0400 (Fri, 08 Jun 2007)
> New Revision: 5513
>
> Modified:
>    plugins/branches/lifetype-1.2/twitter/plugintwitter.class.php
> Log:
> Fixed errors in the global plugin setting page when no twitter  
> information
> is specified
>
>
> Modified: plugins/branches/lifetype-1.2/twitter/ 
> plugintwitter.class.php
> ===================================================================
> --- plugins/branches/lifetype-1.2/twitter/plugintwitter.class.php	 
> 2007-06-08 13:28:20 UTC (rev 5512)
> +++ plugins/branches/lifetype-1.2/twitter/plugintwitter.class.php	 
> 2007-06-08 16:54:53 UTC (rev 5513)
> @@ -133,8 +133,8 @@
>  			return (Array(
>  						Array("name" => "plugin_twitter_enabled",
>  							  "type" => "boolean"),
> -				        Array( "name" => "plugin_twitter_username",  
> "validator" => new StringValidator(), "type" => "string",  
> "allowEmpty" => false ),
> -				        Array( "name" => "plugin_twitter_password",  
> "validator" => new StringValidator(), "type" => "string",  
> "allowEmpty" => false ),
> +				        Array( "name" => "plugin_twitter_username",  
> "validator" => new StringValidator(), "type" => "string",  
> "allowEmpty" => true ),
> +				        Array( "name" => "plugin_twitter_password",  
> "validator" => new StringValidator(), "type" => "string",  
> "allowEmpty" => true ),
>  						)
>  				   );
>  		}
>
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.lifetype.net
> http://limedaley.com/mailman/listinfo/plog-svn
>



More information about the pLog-svn mailing list