[pLog-svn] r6695 - in plugins/branches/lifetype-1.2/addthis: . class/action

fabian büttner fabian-buettner at gmx.de
Thu Jul 17 14:03:21 EDT 2008


Thanks for the great plugin. 

Unfortunately the html returned by the plugin is not XHTML 1.0 strict,
because of the attribute "border". 
I haven't looked into it, yet. Just wanted to let you know.

regards,
fabian

On Tue, 2008-07-15 at 17:48 -0400, pwestbro at devel.lifetype.net wrote:
> Author: pwestbro
> Date: 2008-07-15 17:48:44 -0400 (Tue, 15 Jul 2008)
> New Revision: 6695
> 
> Modified:
>    plugins/branches/lifetype-1.2/addthis/class/action/pluginaddthisconfigaction.class.php
>    plugins/branches/lifetype-1.2/addthis/pluginaddthis.class.php
> Log:
> Removed debugging output
> 
> 
> Modified: plugins/branches/lifetype-1.2/addthis/class/action/pluginaddthisconfigaction.class.php
> ===================================================================
> --- plugins/branches/lifetype-1.2/addthis/class/action/pluginaddthisconfigaction.class.php	2008-07-15 19:50:11 UTC (rev 6694)
> +++ plugins/branches/lifetype-1.2/addthis/class/action/pluginaddthisconfigaction.class.php	2008-07-15 21:48:44 UTC (rev 6695)
> @@ -31,12 +31,10 @@
>  		function PluginAddThisConfigAction( $actionInfo, $request )
>  		{
>  			$this->AdminAction( $actionInfo, $request );
> -			error_log("PluginAddThisConfigAction");
>  		}
>  		
>  		function perform()
>  		{
> -			error_log("PluginAddThisConfigAction::perform");
>  		        $this->_view = new PluginAddThisConfigView( $this->_blogInfo );
>  			
>  			$this->setCommonData();
> 
> Modified: plugins/branches/lifetype-1.2/addthis/pluginaddthis.class.php
> ===================================================================
> --- plugins/branches/lifetype-1.2/addthis/pluginaddthis.class.php	2008-07-15 19:50:11 UTC (rev 6694)
> +++ plugins/branches/lifetype-1.2/addthis/pluginaddthis.class.php	2008-07-15 21:48:44 UTC (rev 6695)
> @@ -35,7 +35,7 @@
>  			$this->id      = "addthis";
>  			$this->author  = "Paul Westbrook";
>  			$this->desc    = "The AddThis plugin creates an AddThis button for each post.  This allows your users to bookmark or share your articles";
> -			$this->version = "20080712";
> +			$this->version = "20080715";
>  
>  			$this->locales = Array( "en_UK");
>  
> 
> _______________________________________________
> 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