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

Paul Westbrook paul at westbrooks.org
Fri Jun 8 14:14:36 EDT 2007


Hello,
   No problem.  I just checked it in.

--Paul


On Jun 8, 2007, at 10:53 AM, Oscar Renalias wrote:

> 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
>>
>
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.lifetype.net
> http://limedaley.com/mailman/listinfo/plog-svn

--
Paul Westbrook
paul at westbrooks.org
<http://www.westbrooks.org>




More information about the pLog-svn mailing list