[pLog-svn] r4886 - in plugins/branches/lifetype-1.2: akismet atom authimage blogtimes contentfilter feedreader galleryfeeds galleryimages googleanalytics gravatar mobile moderate nestedcomments nofollow openid plogeshi print reflection sitemap smileys sociable tagcloud technorati templateeditor validatetrackback

oscar at devel.lifetype.net oscar at devel.lifetype.net
Tue Feb 27 08:00:25 EST 2007


Author: oscar
Date: 2007-02-27 08:00:24 -0500 (Tue, 27 Feb 2007)
New Revision: 4886

Modified:
   plugins/branches/lifetype-1.2/akismet/pluginakismet.class.php
   plugins/branches/lifetype-1.2/atom/pluginatom.class.php
   plugins/branches/lifetype-1.2/authimage/pluginauthimage.class.php
   plugins/branches/lifetype-1.2/blogtimes/pluginblogtimes.class.php
   plugins/branches/lifetype-1.2/contentfilter/plugincontentfilter.class.php
   plugins/branches/lifetype-1.2/feedreader/pluginfeedreader.class.php
   plugins/branches/lifetype-1.2/galleryfeeds/plugingalleryfeeds.class.php
   plugins/branches/lifetype-1.2/galleryimages/plugingalleryimages.class.php
   plugins/branches/lifetype-1.2/googleanalytics/plugingoogleanalytics.class.php
   plugins/branches/lifetype-1.2/gravatar/plugingravatar.class.php
   plugins/branches/lifetype-1.2/mobile/pluginmobile.class.php
   plugins/branches/lifetype-1.2/moderate/pluginmoderate.class.php
   plugins/branches/lifetype-1.2/nestedcomments/pluginnestedcomments.class.php
   plugins/branches/lifetype-1.2/nofollow/pluginnofollow.class.php
   plugins/branches/lifetype-1.2/openid/pluginopenid.class.php
   plugins/branches/lifetype-1.2/plogeshi/pluginplogeshi.class.php
   plugins/branches/lifetype-1.2/print/pluginprint.class.php
   plugins/branches/lifetype-1.2/reflection/pluginreflection.class.php
   plugins/branches/lifetype-1.2/sitemap/pluginsitemap.class.php
   plugins/branches/lifetype-1.2/smileys/pluginsmileys.class.php
   plugins/branches/lifetype-1.2/sociable/pluginsociable.class.php
   plugins/branches/lifetype-1.2/tagcloud/plugintagcloud.class.php
   plugins/branches/lifetype-1.2/technorati/plugintechnorati.class.php
   plugins/branches/lifetype-1.2/templateeditor/plugintemplateeditor.class.php
   plugins/branches/lifetype-1.2/validatetrackback/pluginvalidatetrackback.class.php
Log:
Added recent version numbers to all plugins ported so far.


Modified: plugins/branches/lifetype-1.2/akismet/pluginakismet.class.php
===================================================================
--- plugins/branches/lifetype-1.2/akismet/pluginakismet.class.php	2007-02-27 12:42:02 UTC (rev 4885)
+++ plugins/branches/lifetype-1.2/akismet/pluginakismet.class.php	2007-02-27 13:00:24 UTC (rev 4886)
@@ -34,6 +34,7 @@
 			$this->desc    = "Akismet checks your comments against the Akismet web serivce to see if they look like spam or not.";
 			$this->author  = "Paul Westbrook (Akismet php library provided by <a href=\"http://miphp.net/blog/view/php4_akismet_class\">Bret Kuhns</a>)";
 			$this->locales = Array( "en_UK" );
+            $this->version = "20070226";
 
 			if( $source == "admin" )
 				$this->initAdmin();

Modified: plugins/branches/lifetype-1.2/atom/pluginatom.class.php
===================================================================
--- plugins/branches/lifetype-1.2/atom/pluginatom.class.php	2007-02-27 12:42:02 UTC (rev 4885)
+++ plugins/branches/lifetype-1.2/atom/pluginatom.class.php	2007-02-27 13:00:24 UTC (rev 4886)
@@ -16,6 +16,7 @@
 			$this->desc = "Provides Atom access to your blog.";
 			$this->author = "The LifeType Project";
 			$this->locales = Array( "en_UK" );
+            $this->version = "20070226";
 
             if( $source == "admin" );
 			      $this->init();

Modified: plugins/branches/lifetype-1.2/authimage/pluginauthimage.class.php
===================================================================
--- plugins/branches/lifetype-1.2/authimage/pluginauthimage.class.php	2007-02-27 12:42:02 UTC (rev 4885)
+++ plugins/branches/lifetype-1.2/authimage/pluginauthimage.class.php	2007-02-27 13:00:24 UTC (rev 4886)
@@ -27,7 +27,7 @@
             $this->id      = "authimage";
             $this->author  = "Mark Wu";
             $this->desc    = 'This plugin offers extra comment authentication for LifeType.';
-            $this->version = '1.0.1';
+            $this->version = "20070226";
 
             $this->locales = Array( "en_UK" , "zh_TW" , "zh_CN", "es_ES", "de_DE" );
 

Modified: plugins/branches/lifetype-1.2/blogtimes/pluginblogtimes.class.php
===================================================================
--- plugins/branches/lifetype-1.2/blogtimes/pluginblogtimes.class.php	2007-02-27 12:42:02 UTC (rev 4885)
+++ plugins/branches/lifetype-1.2/blogtimes/pluginblogtimes.class.php	2007-02-27 13:00:24 UTC (rev 4886)
@@ -34,6 +34,7 @@
             $this->id = "blogtimes";
             $this->author = "Mark Wu";
             $this->desc = "This plugin offers you to show the blogtimes image in your blog.";
+            $this->version = "20070226";
   
             // source the neccessary class files
             include_once( PLOG_CLASS_PATH."class/database/db.class.php" );

Modified: plugins/branches/lifetype-1.2/contentfilter/plugincontentfilter.class.php
===================================================================
--- plugins/branches/lifetype-1.2/contentfilter/plugincontentfilter.class.php	2007-02-27 12:42:02 UTC (rev 4885)
+++ plugins/branches/lifetype-1.2/contentfilter/plugincontentfilter.class.php	2007-02-27 13:00:24 UTC (rev 4886)
@@ -28,6 +28,7 @@
 			$this->desc = "This plugin offers you to filter specific content when comment submitted.";
 			$this->author = "The LifeType Project";
 			$this->locales = Array( "en_UK", "zh_TW" , "zh_CN" );
+            $this->version = "20070226";
 			
 			$this->init();
 		}

Modified: plugins/branches/lifetype-1.2/feedreader/pluginfeedreader.class.php
===================================================================
--- plugins/branches/lifetype-1.2/feedreader/pluginfeedreader.class.php	2007-02-27 12:42:02 UTC (rev 4885)
+++ plugins/branches/lifetype-1.2/feedreader/pluginfeedreader.class.php	2007-02-27 13:00:24 UTC (rev 4886)
@@ -12,6 +12,7 @@
 			$this->desc = "RSS/Atom feed reader integrated into LifeType's admin interface";
 			$this->author = "The LifeType Project";
 			$this->locales = Array( "en_UK" , "zh_TW" , "zh_CN", "es_ES" );
+            $this->version = "20070226";
 
             if( $source == "admin" ) {
                     // register our actions

Modified: plugins/branches/lifetype-1.2/galleryfeeds/plugingalleryfeeds.class.php
===================================================================
--- plugins/branches/lifetype-1.2/galleryfeeds/plugingalleryfeeds.class.php	2007-02-27 12:42:02 UTC (rev 4885)
+++ plugins/branches/lifetype-1.2/galleryfeeds/plugingalleryfeeds.class.php	2007-02-27 13:00:24 UTC (rev 4886)
@@ -16,8 +16,7 @@
             $this->id = "galleryfeeds";
             $this->desc = "Generates feeds/playlists based on the contents of albums";
             $this->author = "The LifeType Project";
-            // no need to fill this array after 1.0.1
-            $this->locales = Array();
+            $this->version = "20070226";
             
             // register a new action for us
             $this->registerBlogAction( "generateGalleryFeed", "GenerateFeedAction" );

Modified: plugins/branches/lifetype-1.2/galleryimages/plugingalleryimages.class.php
===================================================================
--- plugins/branches/lifetype-1.2/galleryimages/plugingalleryimages.class.php	2007-02-27 12:42:02 UTC (rev 4885)
+++ plugins/branches/lifetype-1.2/galleryimages/plugingalleryimages.class.php	2007-02-27 13:00:24 UTC (rev 4886)
@@ -15,6 +15,7 @@
             $this->desc = "This plugin offers two methods, one for fetching the most recently uploaded image and another one for retrieving a random image from our collection. Needless to say, this plugin only returns images and not any other type of resource. Only images that belong to public albums will be used. <br /><br />You can use the following snippet of template code to show the latest uploaded image in your templates:<br /><br /><b>{assign var=latestImage value=\$galleryimages-&gt;latestImage()}<br />&lt;a href=&quot;{\$url-&gt;resourceLink(\$latestImage)}&quot;&gt;<br />&lt;img style=&quot;border:0px;&quot; src=&quot;{\$url-&gt;resourcePreviewLink(\$latestImage)}&quot; alt=&quot;{\$latestImage-&gt;getDescription()}&quot; /&gt;<br />&lt;/a&gt;</b> <br /><br />To show a random image from your collection, you can use the following snippet: <br /><br /><b>{assign var=randomImage value=\$galleryimages-&gt;randomImage(9)}<br />&lt;a href=&quot;{\$url-&gt;resourceLink(\$randomImage)}&quot;&gt;<br />&lt;img style=&quot;border:0px;&quot; src=&quot;{\$url-&gt;resourcePreviewLink(\$randomImage)}&quot; alt=&quot;{\$randomImage-&gt;getDescription()}&quot; /&gt;<br />&lt;/a&gt;</b></p><p>And, you can use <br /><br /><strong>{\$galleryimages-&gt;randomImage(8)}</strong> to get 1 random image from album id=8, or use <br /><strong>{\$galleryimages-&gt;randomImage(10,3)}</strong> to get the 3 random images from album id=10 </p><p>Or, you also can use</p><p><strong>{\$galleryimages-&gt;lastImage(8)}</strong> to get last 1 upload image from album id=8, or use <br /><strong>{\$galleryimages-&gt;lastImage(10,3)}</strong> to get last 3 upload images from album id=10 <br /><br />";
             $this->id = "galleryimages";
             $this->locales = Array();
+            $this->version = "20070226";
             
             $this->PluginBase();
             

Modified: plugins/branches/lifetype-1.2/googleanalytics/plugingoogleanalytics.class.php
===================================================================
--- plugins/branches/lifetype-1.2/googleanalytics/plugingoogleanalytics.class.php	2007-02-27 12:42:02 UTC (rev 4885)
+++ plugins/branches/lifetype-1.2/googleanalytics/plugingoogleanalytics.class.php	2007-02-27 13:00:24 UTC (rev 4886)
@@ -17,7 +17,8 @@
 			
             $this->id = "googleanalytics";
             $this->author = "lss";
-            $this->desc = "This plugin offers features to inset google analytics javascript codes in tempalte header.\nversion:0.1";
+            $this->desc = "This plugin offers features to inset google analytics javascript codes in tempalte header";
+            $this->version = "20070226";
   
             $this->locales = Array( "en_UK" , "zh_TW" , "zh_CN", "es_ES" );
             

Modified: plugins/branches/lifetype-1.2/gravatar/plugingravatar.class.php
===================================================================
--- plugins/branches/lifetype-1.2/gravatar/plugingravatar.class.php	2007-02-27 12:42:02 UTC (rev 4885)
+++ plugins/branches/lifetype-1.2/gravatar/plugingravatar.class.php	2007-02-27 13:00:24 UTC (rev 4886)
@@ -24,9 +24,8 @@
             $this->id = "gravatar";            
             $this->author = "Original by Dani Armengol, Modified by Mark Wu";
             $this->desc = "Returns the URL of an (gr)avatar for every comment. The image is loaded from Gravatar.com";
+            $this->version = "20070226";
 
-            $this->locales = Array( "en_UK" , "zh_TW" , "zh_CN" );
-
             $this->init();            
         }
         

Modified: plugins/branches/lifetype-1.2/mobile/pluginmobile.class.php
===================================================================
--- plugins/branches/lifetype-1.2/mobile/pluginmobile.class.php	2007-02-27 12:42:02 UTC (rev 4885)
+++ plugins/branches/lifetype-1.2/mobile/pluginmobile.class.php	2007-02-27 13:00:24 UTC (rev 4886)
@@ -16,6 +16,7 @@
             $this->id = "mobile";
             $this->desc = "Allows LifeType blogs to be accessed via mobile terminals";
             $this->author = "The LifeType Project";
+            $this->version = "20070226";
         }
      
         /** 

Modified: plugins/branches/lifetype-1.2/moderate/pluginmoderate.class.php
===================================================================
--- plugins/branches/lifetype-1.2/moderate/pluginmoderate.class.php	2007-02-27 12:42:02 UTC (rev 4885)
+++ plugins/branches/lifetype-1.2/moderate/pluginmoderate.class.php	2007-02-27 13:00:24 UTC (rev 4886)
@@ -18,6 +18,7 @@
 			$this->desc = "Provides moderation of comments";
 			$this->author = "The LifeType Project";
 			$this->locales = Array( "en_UK", "zh_TW", "es_ES" );
+            $this->version = "20070226";
 			
 			$this->init();
 		}

Modified: plugins/branches/lifetype-1.2/nestedcomments/pluginnestedcomments.class.php
===================================================================
--- plugins/branches/lifetype-1.2/nestedcomments/pluginnestedcomments.class.php	2007-02-27 12:42:02 UTC (rev 4885)
+++ plugins/branches/lifetype-1.2/nestedcomments/pluginnestedcomments.class.php	2007-02-27 13:00:24 UTC (rev 4886)
@@ -16,6 +16,7 @@
 			$this->id = "nestedcomments";
 			$this->author = "The LifeType Project";
 			$this->locales = Array();
+            $this->version = "20070226";
 			
 			// description
 			$this->desc = <<<EOD

Modified: plugins/branches/lifetype-1.2/nofollow/pluginnofollow.class.php
===================================================================
--- plugins/branches/lifetype-1.2/nofollow/pluginnofollow.class.php	2007-02-27 12:42:02 UTC (rev 4885)
+++ plugins/branches/lifetype-1.2/nofollow/pluginnofollow.class.php	2007-02-27 13:00:24 UTC (rev 4886)
@@ -12,6 +12,7 @@
 			$this->id      = "nofollow";
 			$this->author  = "Original by Minstrel Chiu, Modified by Mark Wu";
 			$this->desc    = "Prevents comment spams with 'rel=nofollow'";
+            $this->version = "20070226";
 
 			$this->locales = Array( "en_UK" , "zh_TW" , "zh_CN", "es_ES" );
 

Modified: plugins/branches/lifetype-1.2/openid/pluginopenid.class.php
===================================================================
--- plugins/branches/lifetype-1.2/openid/pluginopenid.class.php	2007-02-27 12:42:02 UTC (rev 4885)
+++ plugins/branches/lifetype-1.2/openid/pluginopenid.class.php	2007-02-27 13:00:24 UTC (rev 4886)
@@ -32,6 +32,7 @@
 			$this->id      = "openid";
 			$this->author  = "Paul Westbrook (phpMyID provided by <a href=\"http://siege.org/projects/phpMyID/\">CJ Niemira</a>)";
 			$this->desc    = "Plugin to add OpenID support to LifeType.";
+            $this->version = "20070226";
 
 			$this->locales = Array( "en_UK");
 

Modified: plugins/branches/lifetype-1.2/plogeshi/pluginplogeshi.class.php
===================================================================
--- plugins/branches/lifetype-1.2/plogeshi/pluginplogeshi.class.php	2007-02-27 12:42:02 UTC (rev 4885)
+++ plugins/branches/lifetype-1.2/plogeshi/pluginplogeshi.class.php	2007-02-27 13:00:24 UTC (rev 4886)
@@ -20,6 +20,7 @@
             // set some information
             // ---
             $this->id = "plogeshi";
+            $this->version = "20070226";
             $this->author = "Rodrigo Pérez (bilson)";
             $this->desc = "This plugin allows to color bits of code using GeSHi. Please use the following syntax
                           anywhere in your posts:<br/><br/>
@@ -36,8 +37,6 @@
                           Simply enclose your code within &lt;code <i>code-identifier</i>&gt;...&lt;/code&gt;
                           and use any of the languages above as the value for <i>code-identifier</i>.";
                             
-            $this->locales = Array( 'es_ES', 'en_UK' );
-            
             $this->_ploGeshi = new PloGeSHi();
             
     

Modified: plugins/branches/lifetype-1.2/print/pluginprint.class.php
===================================================================
--- plugins/branches/lifetype-1.2/print/pluginprint.class.php	2007-02-27 12:42:02 UTC (rev 4885)
+++ plugins/branches/lifetype-1.2/print/pluginprint.class.php	2007-02-27 13:00:24 UTC (rev 4886)
@@ -16,6 +16,7 @@
 			$this->desc = "Generates printable versions of posts";
 			$this->author = "The LifeType Project";
 			$this->locales = Array( "en_UK", "es_ES" );
+            $this->version = "20070226";
 			
 			$this->init();
 		}

Modified: plugins/branches/lifetype-1.2/reflection/pluginreflection.class.php
===================================================================
--- plugins/branches/lifetype-1.2/reflection/pluginreflection.class.php	2007-02-27 12:42:02 UTC (rev 4885)
+++ plugins/branches/lifetype-1.2/reflection/pluginreflection.class.php	2007-02-27 13:00:24 UTC (rev 4886)
@@ -32,6 +32,7 @@
 			$this->id      = "reflection";
 			$this->author  = "Paul Westbrook";
 			$this->desc    = "Plugin to add reflections to images.";
+            $this->version = "20070226";
 
 			$this->locales = Array( "en_UK");
 

Modified: plugins/branches/lifetype-1.2/sitemap/pluginsitemap.class.php
===================================================================
--- plugins/branches/lifetype-1.2/sitemap/pluginsitemap.class.php	2007-02-27 12:42:02 UTC (rev 4885)
+++ plugins/branches/lifetype-1.2/sitemap/pluginsitemap.class.php	2007-02-27 13:00:24 UTC (rev 4886)
@@ -22,6 +22,7 @@
             $this->desc = "Generates Google Sitemap for all permalinks.";
             $this->author = "Paul Westbrook";
             $this->locales = Array( "en_UK", "de_DE" );
+            $this->version = "20070226";
             
 			if( $source == "admin" )
 				$this->initAdmin();

Modified: plugins/branches/lifetype-1.2/smileys/pluginsmileys.class.php
===================================================================
--- plugins/branches/lifetype-1.2/smileys/pluginsmileys.class.php	2007-02-27 12:42:02 UTC (rev 4885)
+++ plugins/branches/lifetype-1.2/smileys/pluginsmileys.class.php	2007-02-27 13:00:24 UTC (rev 4886)
@@ -24,6 +24,7 @@
 			$this->id = "smileys";
             $this->author = "The LifeType Project";
             $this->desc = "The plugin offer smileys to comments and articles.";
+            $this->version = "20070226";
 
 			$this->locales = Array( "en_UK" , "zh_TW" , "zh_CN", "es_ES" );
 

Modified: plugins/branches/lifetype-1.2/sociable/pluginsociable.class.php
===================================================================
--- plugins/branches/lifetype-1.2/sociable/pluginsociable.class.php	2007-02-27 12:42:02 UTC (rev 4885)
+++ plugins/branches/lifetype-1.2/sociable/pluginsociable.class.php	2007-02-27 13:00:24 UTC (rev 4886)
@@ -41,6 +41,7 @@
 			$this->id      = "sociable";
 			$this->author  = "Paul Westbrook";
 			$this->desc    = "The Sociable plugin appends links for your readers to use those sites to the end of each of your blogÕs posts, increasing your potential audience.";
+            $this->version = "20070226";
 
 			$this->locales = Array( "en_UK");
 

Modified: plugins/branches/lifetype-1.2/tagcloud/plugintagcloud.class.php
===================================================================
--- plugins/branches/lifetype-1.2/tagcloud/plugintagcloud.class.php	2007-02-27 12:42:02 UTC (rev 4885)
+++ plugins/branches/lifetype-1.2/tagcloud/plugintagcloud.class.php	2007-02-27 13:00:24 UTC (rev 4886)
@@ -28,6 +28,7 @@
             include_once( PLOG_CLASS_PATH."class/database/db.class.php" );
             $this->db =& Db::getDb();
             $this->id = "tagcloud";
+            $this->version = "20070226";
             
             $this->locales = Array("en_UK");
                                 

Modified: plugins/branches/lifetype-1.2/technorati/plugintechnorati.class.php
===================================================================
--- plugins/branches/lifetype-1.2/technorati/plugintechnorati.class.php	2007-02-27 12:42:02 UTC (rev 4885)
+++ plugins/branches/lifetype-1.2/technorati/plugintechnorati.class.php	2007-02-27 13:00:24 UTC (rev 4886)
@@ -33,6 +33,7 @@
 			
 			$this->author = "augur (letch @ augurnovo.com)";
 			$this->locales = Array("en_UK" );
+            $this->version = "20070226";
 			
 			if( $source == "admin" )
 				$this->initAdmin();

Modified: plugins/branches/lifetype-1.2/templateeditor/plugintemplateeditor.class.php
===================================================================
--- plugins/branches/lifetype-1.2/templateeditor/plugintemplateeditor.class.php	2007-02-27 12:42:02 UTC (rev 4885)
+++ plugins/branches/lifetype-1.2/templateeditor/plugintemplateeditor.class.php	2007-02-27 13:00:24 UTC (rev 4886)
@@ -16,6 +16,7 @@
 			$this->id      = "templateeditor";
 			$this->author  = "Mark Wu";
 			$this->desc    = "The plugin offer online template editor function for LifeType";
+            $this->version = "20070226";
 
             $config =& Config::getConfig();
             $this->pluginEnabled = $config->getValue( "plugin_templateeditor_enabled" );

Modified: plugins/branches/lifetype-1.2/validatetrackback/pluginvalidatetrackback.class.php
===================================================================
--- plugins/branches/lifetype-1.2/validatetrackback/pluginvalidatetrackback.class.php	2007-02-27 12:42:02 UTC (rev 4885)
+++ plugins/branches/lifetype-1.2/validatetrackback/pluginvalidatetrackback.class.php	2007-02-27 13:00:24 UTC (rev 4886)
@@ -37,6 +37,7 @@
 			$this->desc = "Provides validation of trackbacks.";
 			$this->author = "Paul Westbrook";
 			$this->locales = Array( "en_UK", "zh_TW", "es_ES" );
+            $this->version = "20070226";
 			
 			if( $source == "admin" )
 				$this->initAdmin();



More information about the pLog-svn mailing list