[pLog-svn] r5007 - in plugins/branches/lifetype-1.2: akismet ayearago blogtimes ectocustom googleanalytics gravatar nofollow plogeshi requireemail sitemap smileys sociable unported/categorycloud unported/delicious unported/dnsantispam unported/gallery unported/helloworld unported/hostblock unported/linkcounter unported/recommended unported/secret unported/secretblog unported/subscribe unported/templatefilter unported/topcommentposts unported/topcommentvisitors unported/topreadposts unported/toptrackbackposts validatetrackback

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Tue Mar 6 12:31:22 EST 2007


Author: jondaley
Date: 2007-03-06 12:31:21 -0500 (Tue, 06 Mar 2007)
New Revision: 5007

Modified:
   plugins/branches/lifetype-1.2/akismet/pluginakismet.class.php
   plugins/branches/lifetype-1.2/ayearago/pluginayearago.class.php
   plugins/branches/lifetype-1.2/blogtimes/pluginblogtimes.class.php
   plugins/branches/lifetype-1.2/ectocustom/pluginectocustom.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/nofollow/pluginnofollow.class.php
   plugins/branches/lifetype-1.2/plogeshi/pluginplogeshi.class.php
   plugins/branches/lifetype-1.2/requireemail/pluginrequireemail.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/unported/categorycloud/plugincategorycloud.class.php
   plugins/branches/lifetype-1.2/unported/delicious/plugindelicious.class.php
   plugins/branches/lifetype-1.2/unported/dnsantispam/plugindnsantispam.class.php
   plugins/branches/lifetype-1.2/unported/gallery/plugingallery.class.php
   plugins/branches/lifetype-1.2/unported/helloworld/pluginhelloworld.class.php
   plugins/branches/lifetype-1.2/unported/hostblock/pluginhostblock.class.php
   plugins/branches/lifetype-1.2/unported/linkcounter/pluginlinkcounter.class.php
   plugins/branches/lifetype-1.2/unported/recommended/pluginrecommended.class.php
   plugins/branches/lifetype-1.2/unported/secret/pluginsecret.class.php
   plugins/branches/lifetype-1.2/unported/secretblog/pluginsecretblog.class.php
   plugins/branches/lifetype-1.2/unported/subscribe/pluginsubscribe.class.php
   plugins/branches/lifetype-1.2/unported/templatefilter/plugintemplatefilter.class.php
   plugins/branches/lifetype-1.2/unported/topcommentposts/plugintopcommentposts.class.php
   plugins/branches/lifetype-1.2/unported/topcommentvisitors/plugintopcommentvisitors.class.php
   plugins/branches/lifetype-1.2/unported/topreadposts/plugintopreadposts.class.php
   plugins/branches/lifetype-1.2/unported/toptrackbackposts/plugintoptrackbackposts.class.php
   plugins/branches/lifetype-1.2/validatetrackback/pluginvalidatetrackback.class.php
Log:
removed lt_include(...menu.class.php).  removed and moved a couple includes if I noticed them

Modified: plugins/branches/lifetype-1.2/akismet/pluginakismet.class.php
===================================================================
--- plugins/branches/lifetype-1.2/akismet/pluginakismet.class.php	2007-03-06 17:20:50 UTC (rev 5006)
+++ plugins/branches/lifetype-1.2/akismet/pluginakismet.class.php	2007-03-06 17:31:21 UTC (rev 5007)
@@ -54,8 +54,6 @@
             $this->registerAdminAction( "akismet", "PluginAkismetConfigAction" );
 			$this->registerAdminAction( "updateAkismetConfig", "PluginAkismetUpdateConfigAction" );
 			
-		    lt_include( PLOG_CLASS_PATH."class/template/menu/menu.class.php" );
-
 			$menu =& Menu::getMenu();
 			if( !$menu->entryExists( "/menu/controlCenter/manageAntiSpamPlugins" ))						
 				$this->addMenuEntry( "/menu/controlCenter", "manageAntiSpamPlugins", "", "", true, false );			

Modified: plugins/branches/lifetype-1.2/ayearago/pluginayearago.class.php
===================================================================
--- plugins/branches/lifetype-1.2/ayearago/pluginayearago.class.php	2007-03-06 17:20:50 UTC (rev 5006)
+++ plugins/branches/lifetype-1.2/ayearago/pluginayearago.class.php	2007-03-06 17:31:21 UTC (rev 5007)
@@ -25,7 +25,6 @@
 
 		function initAdmin()
 		{
-            lt_include( PLOG_CLASS_PATH."class/template/menu/menu.class.php" );
             $this->registerAdminAction( "ayearago", "PluginAYearAgoConfigAction" );
 			$this->registerAdminAction( "updateAYearAgoConfig",
                                         "PluginAYearAgoUpdateConfigAction" );

Modified: plugins/branches/lifetype-1.2/blogtimes/pluginblogtimes.class.php
===================================================================
--- plugins/branches/lifetype-1.2/blogtimes/pluginblogtimes.class.php	2007-03-06 17:20:50 UTC (rev 5006)
+++ plugins/branches/lifetype-1.2/blogtimes/pluginblogtimes.class.php	2007-03-06 17:31:21 UTC (rev 5007)
@@ -55,8 +55,6 @@
         
         function initAdmin()
         {
-            lt_include( PLOG_CLASS_PATH."class/template/menu/menu.class.php" );
-
             $this->init();
 
             $this->registerAdminAction( "blogtimes", "PluginBlogTimesConfigAction" );

Modified: plugins/branches/lifetype-1.2/ectocustom/pluginectocustom.class.php
===================================================================
--- plugins/branches/lifetype-1.2/ectocustom/pluginectocustom.class.php	2007-03-06 17:20:50 UTC (rev 5006)
+++ plugins/branches/lifetype-1.2/ectocustom/pluginectocustom.class.php	2007-03-06 17:31:21 UTC (rev 5007)
@@ -19,7 +19,6 @@
     */
 
 	lt_include( PLOG_CLASS_PATH."class/plugin/pluginbase.class.php" );
-	lt_include( PLOG_CLASS_PATH."class/plugin/pluginmanager.class.php" );
 
 	class PluginEctoCustom extends PluginBase
 	{
@@ -55,8 +54,6 @@
             $this->registerAdminAction( "ectocustom", "PluginEctoCustomConfigAction" );
 			$this->registerAdminAction( "updateEctoCustomConfig", "PluginEctoCustomUpdateConfigAction" );
 			
-		    lt_include( PLOG_CLASS_PATH."class/template/menu/menu.class.php" );
-
 			$menu =& Menu::getMenu();
 			if( !$menu->entryExists( "/menu/controlCenter/manageIntegrationPlugins" ))						
 				$this->addMenuEntry( "/menu/controlCenter", "manageIntegrationPlugins", "", "", true, false );			

Modified: plugins/branches/lifetype-1.2/googleanalytics/plugingoogleanalytics.class.php
===================================================================
--- plugins/branches/lifetype-1.2/googleanalytics/plugingoogleanalytics.class.php	2007-03-06 17:20:50 UTC (rev 5006)
+++ plugins/branches/lifetype-1.2/googleanalytics/plugingoogleanalytics.class.php	2007-03-06 17:31:21 UTC (rev 5007)
@@ -27,7 +27,6 @@
 
 		function initAdmin()
 		{
-            lt_include( PLOG_CLASS_PATH."class/template/menu/menu.class.php" );
 			$this->registerAdminAction( "googleanalytics", "PluginGoogleAnalyticsConfigAction" );
 			$this->registerAdminAction( "updategoogleanalytics", "PluginGoogleAnalyticsUpdateConfigAction" );
 			

Modified: plugins/branches/lifetype-1.2/gravatar/plugingravatar.class.php
===================================================================
--- plugins/branches/lifetype-1.2/gravatar/plugingravatar.class.php	2007-03-06 17:20:50 UTC (rev 5006)
+++ plugins/branches/lifetype-1.2/gravatar/plugingravatar.class.php	2007-03-06 17:31:21 UTC (rev 5007)
@@ -30,7 +30,6 @@
 		function init()
 		{
             if( $this->getSource() == "admin") {
-                lt_include( PLOG_CLASS_PATH."class/template/menu/menu.class.php" );
                 $this->registerAdminAction( "gravatar", "PluginGravatarConfigAction" );
                 $this->registerAdminAction( "updateGravatarConfig", "PluginGravatarUpdateConfigAction" );
 			

Modified: plugins/branches/lifetype-1.2/nofollow/pluginnofollow.class.php
===================================================================
--- plugins/branches/lifetype-1.2/nofollow/pluginnofollow.class.php	2007-03-06 17:20:50 UTC (rev 5006)
+++ plugins/branches/lifetype-1.2/nofollow/pluginnofollow.class.php	2007-03-06 17:31:21 UTC (rev 5007)
@@ -22,7 +22,6 @@
 		function init()
 		{
             if( $this->getSource() == "admin" ) {
-                lt_include( PLOG_CLASS_PATH."class/template/menu/menu.class.php" );
                 $this->registerAdminAction( "nofollow", "PluginNoFollowConfigAction" );
                 $this->registerAdminAction( "updateNoFollowConfig", "PluginNoFollowUpdateConfigAction" );
 			

Modified: plugins/branches/lifetype-1.2/plogeshi/pluginplogeshi.class.php
===================================================================
--- plugins/branches/lifetype-1.2/plogeshi/pluginplogeshi.class.php	2007-03-06 17:20:50 UTC (rev 5006)
+++ plugins/branches/lifetype-1.2/plogeshi/pluginplogeshi.class.php	2007-03-06 17:31:21 UTC (rev 5007)
@@ -2,7 +2,6 @@
 
     lt_include( PLOG_CLASS_PATH."class/plugin/pluginbase.class.php" );    
     lt_include( PLOG_CLASS_PATH."plugins/plogeshi/class/plogeshi/plogeshi.class.php" );
-	lt_include( PLOG_CLASS_PATH."class/template/menu/menu.class.php" );
 
     define( "PLOGESHI_PATH", PLOG_CLASS_PATH . "plugins/plogeshi/" );
     define( "PLOGESHI_GESHI_PATH", PLOGESHI_PATH ."inc/" );

Modified: plugins/branches/lifetype-1.2/requireemail/pluginrequireemail.class.php
===================================================================
--- plugins/branches/lifetype-1.2/requireemail/pluginrequireemail.class.php	2007-03-06 17:20:50 UTC (rev 5006)
+++ plugins/branches/lifetype-1.2/requireemail/pluginrequireemail.class.php	2007-03-06 17:31:21 UTC (rev 5007)
@@ -55,8 +55,6 @@
             $this->registerAdminAction( "requireemail", "PluginRequireEmailConfigAction" );
 			$this->registerAdminAction( "updateRequireEmailConfig", "PluginRequireEmailUpdateConfigAction" );
 			
-		    lt_include( PLOG_CLASS_PATH."class/template/menu/menu.class.php" );
-
 			$menu =& Menu::getMenu();
 			if( !$menu->entryExists( "/menu/controlCenter/manageAntiSpamPlugins" ))						
 				$this->addMenuEntry( "/menu/controlCenter", "manageAntiSpamPlugins", "", "", true, false );			

Modified: plugins/branches/lifetype-1.2/sitemap/pluginsitemap.class.php
===================================================================
--- plugins/branches/lifetype-1.2/sitemap/pluginsitemap.class.php	2007-03-06 17:20:50 UTC (rev 5006)
+++ plugins/branches/lifetype-1.2/sitemap/pluginsitemap.class.php	2007-03-06 17:31:21 UTC (rev 5007)
@@ -1,9 +1,8 @@
 <?php
 
     lt_include( PLOG_CLASS_PATH."class/plugin/pluginbase.class.php" );
+    // TODO: httpclient isn't used?
     lt_include( PLOG_CLASS_PATH."class/net/http/httpclient.class.php" );
-    lt_include( PLOG_CLASS_PATH."class/net/requestgenerator.class.php" );
-
     
     /**
      * implements notification of 
@@ -41,8 +40,6 @@
 
         function initAdmin()
         {           
-            lt_include( PLOG_CLASS_PATH."class/template/menu/menu.class.php" );
-
             $this->init();
 
             // register an action that will allow users to see which comments have not been
@@ -116,7 +113,7 @@
         
         function GenerateSiteMap( )
         {
-            // articles object
+                // articles object
             $articles = new Articles;
 
              $list = $articles->getBlogArticles(
@@ -160,6 +157,8 @@
             $blogSettings = $this->blogInfo->getSettings();
             if( $blogSettings->getValue( "plugin_sitemap_notify_google_enabled" ))
             {
+                lt_include( PLOG_CLASS_PATH."class/net/requestgenerator.class.php" );
+
                  // Send the request to google
                 $rg =& RequestGenerator::getRequestGenerator( $this->blogInfo );
                 $rewriteFile = "/sitemap" . $this->blogInfo->getId() . ".gz";

Modified: plugins/branches/lifetype-1.2/smileys/pluginsmileys.class.php
===================================================================
--- plugins/branches/lifetype-1.2/smileys/pluginsmileys.class.php	2007-03-06 17:20:50 UTC (rev 5006)
+++ plugins/branches/lifetype-1.2/smileys/pluginsmileys.class.php	2007-03-06 17:31:21 UTC (rev 5007)
@@ -34,7 +34,6 @@
 		function init()
 		{
             if( $this->getSource() == "admin") {
-                lt_include( PLOG_CLASS_PATH."class/template/menu/menu.class.php" );
                     // ---
                     // register two actions for this plugin plus an option in the menu
                     // ---

Modified: plugins/branches/lifetype-1.2/sociable/pluginsociable.class.php
===================================================================
--- plugins/branches/lifetype-1.2/sociable/pluginsociable.class.php	2007-03-06 17:20:50 UTC (rev 5006)
+++ plugins/branches/lifetype-1.2/sociable/pluginsociable.class.php	2007-03-06 17:31:21 UTC (rev 5007)
@@ -50,7 +50,6 @@
 		
 		function initAdmin()
 		{
-            lt_include( PLOG_CLASS_PATH."class/template/menu/menu.class.php" );
             $this->registerAdminAction( "sociableConfig", "PluginSociableConfigAction" );
 			$this->registerAdminAction( "updateSociableConfig", "PluginSociableUpdateConfigAction" );
 			

Modified: plugins/branches/lifetype-1.2/unported/categorycloud/plugincategorycloud.class.php
===================================================================
--- plugins/branches/lifetype-1.2/unported/categorycloud/plugincategorycloud.class.php	2007-03-06 17:20:50 UTC (rev 5006)
+++ plugins/branches/lifetype-1.2/unported/categorycloud/plugincategorycloud.class.php	2007-03-06 17:31:21 UTC (rev 5007)
@@ -44,7 +44,6 @@
     
         $this->registerAdminAction( "categorycloud", "PluginCategoryCloudConfigAction" );
         $this->registerAdminAction( "updateCategoryCloudConfig", "PluginCategoryCloudUpdateConfigAction" );
-        lt_include( PLOG_CLASS_PATH."class/template/menu/menu.class.php" );
         $menu =& Menu::getMenu();
         if( !$menu->entryExists( "/menu/controlCenter/manageAppearancePlugins" ))                       
             $this->addMenuEntry( "/menu/controlCenter", "manageAppearancePlugins", "", "", true, false );           

Modified: plugins/branches/lifetype-1.2/unported/delicious/plugindelicious.class.php
===================================================================
--- plugins/branches/lifetype-1.2/unported/delicious/plugindelicious.class.php	2007-03-06 17:20:50 UTC (rev 5006)
+++ plugins/branches/lifetype-1.2/unported/delicious/plugindelicious.class.php	2007-03-06 17:31:21 UTC (rev 5007)
@@ -1,10 +1,6 @@
 <?php
 
     lt_include( PLOG_CLASS_PATH."class/plugin/pluginbase.class.php" );
-    lt_include( PLOG_CLASS_PATH."class/plugin/pluginmanager.class.php" );
-    lt_include( PLOG_CLASS_PATH."class/net/rawrequestgenerator.class.php" );
-    lt_include( PLOG_CLASS_PATH."plugins/delicious/class/delicious/delicious.class.php" );
-	lt_include( PLOG_CLASS_PATH."class/template/menu/menu.class.php" );
 
     //Used as the root for building the bookmark URLs
     define ('DELICIOUS_ROOT', 'http://del.icio.us/'); 
@@ -67,6 +63,7 @@
 
         function pluginTemplatePage()
         {
+            lt_include( PLOG_CLASS_PATH."class/net/rawrequestgenerator.class.php" );
  			$rg = new RawRequestGenerator($this->blogInfo);
             
         	$rg->addParameter( "op", "DeliciousShow" );
@@ -82,6 +79,7 @@
          */
         function getTagList()
         {
+            lt_include( PLOG_CLASS_PATH."plugins/delicious/class/delicious/delicious.class.php" );
             $this->userRoot = $this->pluginTemplatePage();
  
             // instanciate delicious object

Modified: plugins/branches/lifetype-1.2/unported/dnsantispam/plugindnsantispam.class.php
===================================================================
--- plugins/branches/lifetype-1.2/unported/dnsantispam/plugindnsantispam.class.php	2007-03-06 17:20:50 UTC (rev 5006)
+++ plugins/branches/lifetype-1.2/unported/dnsantispam/plugindnsantispam.class.php	2007-03-06 17:31:21 UTC (rev 5007)
@@ -1,8 +1,5 @@
 <?php
 	lt_include( PLOG_CLASS_PATH."class/plugin/pluginbase.class.php" );
-	lt_include( PLOG_CLASS_PATH."class/plugin/pluginmanager.class.php" );
-    lt_include( PLOG_CLASS_PATH."plugins/dnsantispam/class/security/dnsantispamfilter.class.php" );
-	lt_include( PLOG_CLASS_PATH."class/template/menu/menu.class.php" );
 
 	class PluginDNSAntiSpam extends PluginBase
 	{
@@ -23,6 +20,7 @@
 
 		function init()
 		{
+            lt_include( PLOG_CLASS_PATH."plugins/dnsantispam/class/security/dnsantispamfilter.class.php" );
             $this->registerFilter( "DNSAntiSpamFilter" );
 
             $this->registerAdminAction( "dnsantispam", "PluginDNSAntiSpamConfigAction" );

Modified: plugins/branches/lifetype-1.2/unported/gallery/plugingallery.class.php
===================================================================
--- plugins/branches/lifetype-1.2/unported/gallery/plugingallery.class.php	2007-03-06 17:20:50 UTC (rev 5006)
+++ plugins/branches/lifetype-1.2/unported/gallery/plugingallery.class.php	2007-03-06 17:31:21 UTC (rev 5007)
@@ -1,7 +1,6 @@
 <?php
 lt_include( PLOG_CLASS_PATH."class/plugin/pluginbase.class.php" );
 lt_include( PLOG_CLASS_PATH."plugins/gallery/class/gallery/galleryhelper.class.php" );
-lt_include( PLOG_CLASS_PATH."class/template/menu/menu.class.php" );
 
 /**
  * This class is responsible for initializing the gallery plugin.  The gallery plugin

Modified: plugins/branches/lifetype-1.2/unported/helloworld/pluginhelloworld.class.php
===================================================================
--- plugins/branches/lifetype-1.2/unported/helloworld/pluginhelloworld.class.php	2007-03-06 17:20:50 UTC (rev 5006)
+++ plugins/branches/lifetype-1.2/unported/helloworld/pluginhelloworld.class.php	2007-03-06 17:31:21 UTC (rev 5007)
@@ -8,8 +8,6 @@
     // -- for the admin side action
     lt_include( PLOG_CLASS_PATH."class/action/admin/adminaction.class.php" );
     lt_include( PLOG_CLASS_PATH."class/view/admin/adminerrorview.class.php" );
-    // -- admin menu
-    lt_include( PLOG_CLASS_PATH."class/template/menu/menu.class.php" );
     
     // -------------------
     //

Modified: plugins/branches/lifetype-1.2/unported/hostblock/pluginhostblock.class.php
===================================================================
--- plugins/branches/lifetype-1.2/unported/hostblock/pluginhostblock.class.php	2007-03-06 17:20:50 UTC (rev 5006)
+++ plugins/branches/lifetype-1.2/unported/hostblock/pluginhostblock.class.php	2007-03-06 17:31:21 UTC (rev 5007)
@@ -66,7 +66,6 @@
 			
 			// register the menu entries, but the first one is only registered if it hasn't been
 			// created yet
-            lt_include( PLOG_CLASS_PATH."class/template/menu/menu.class.php" );
             $menu =& Menu::getMenu();
 			if( !$menu->entryExists( "/menu/Manage/blogSecurity" ))						
 				$this->addMenuEntry( "/menu/Manage", "blogSecurity", "", "", true, false );

Modified: plugins/branches/lifetype-1.2/unported/linkcounter/pluginlinkcounter.class.php
===================================================================
--- plugins/branches/lifetype-1.2/unported/linkcounter/pluginlinkcounter.class.php	2007-03-06 17:20:50 UTC (rev 5006)
+++ plugins/branches/lifetype-1.2/unported/linkcounter/pluginlinkcounter.class.php	2007-03-06 17:31:21 UTC (rev 5007)
@@ -20,10 +20,7 @@
 
 
 	lt_include( PLOG_CLASS_PATH."class/plugin/pluginbase.class.php" );
-	lt_include( PLOG_CLASS_PATH."class/plugin/pluginmanager.class.php" );
-	lt_include( PLOG_CLASS_PATH."class/template/menu/menu.class.php" );
 
-
 	class PluginLinkcounter extends PluginBase
 	{
 

Modified: plugins/branches/lifetype-1.2/unported/recommended/pluginrecommended.class.php
===================================================================
--- plugins/branches/lifetype-1.2/unported/recommended/pluginrecommended.class.php	2007-03-06 17:20:50 UTC (rev 5006)
+++ plugins/branches/lifetype-1.2/unported/recommended/pluginrecommended.class.php	2007-03-06 17:31:21 UTC (rev 5007)
@@ -1,7 +1,6 @@
 <?php
 
 lt_include( PLOG_CLASS_PATH."class/plugin/pluginbase.class.php" );
-lt_include( PLOG_CLASS_PATH."class/plugin/pluginmanager.class.php" );
 lt_include( PLOG_CLASS_PATH."class/dao/articles.class.php" );
     
     /**
@@ -29,7 +28,6 @@
     }
 
     function init(){
-        lt_include( PLOG_CLASS_PATH."class/template/menu/menu.class.php" );
         $this->registerAdminAction( "recommended", "PluginRecommendedConfigAction" );
         $this->registerAdminAction( "updateRecommendedConfig", 
                                     "PluginRecommendedUpdateConfigAction" );

Modified: plugins/branches/lifetype-1.2/unported/secret/pluginsecret.class.php
===================================================================
--- plugins/branches/lifetype-1.2/unported/secret/pluginsecret.class.php	2007-03-06 17:20:50 UTC (rev 5006)
+++ plugins/branches/lifetype-1.2/unported/secret/pluginsecret.class.php	2007-03-06 17:31:21 UTC (rev 5007)
@@ -1,9 +1,6 @@
 <?php
 
     lt_include( PLOG_CLASS_PATH."class/plugin/pluginbase.class.php" );
-    lt_include( PLOG_CLASS_PATH."class/plugin/pluginmanager.class.php" );
-    lt_include( PLOG_CLASS_PATH."plugins/secret/class/security/secretitemfilter.class.php" );
-	lt_include( PLOG_CLASS_PATH."class/template/menu/menu.class.php" );
     
     /**
      * implements secret posts and categories
@@ -29,6 +26,7 @@
          */
         function init()
         {
+            lt_include( PLOG_CLASS_PATH."plugins/secret/class/security/secretitemfilter.class.php" );
             // we only need to register a filter
             $this->registerFilter( "SecretItemFilter" );
 

Modified: plugins/branches/lifetype-1.2/unported/secretblog/pluginsecretblog.class.php
===================================================================
--- plugins/branches/lifetype-1.2/unported/secretblog/pluginsecretblog.class.php	2007-03-06 17:20:50 UTC (rev 5006)
+++ plugins/branches/lifetype-1.2/unported/secretblog/pluginsecretblog.class.php	2007-03-06 17:31:21 UTC (rev 5007)
@@ -1,8 +1,6 @@
 <?php
 
 	lt_include( PLOG_CLASS_PATH."class/plugin/pluginbase.class.php" );
-	lt_include( PLOG_CLASS_PATH."plugins/secretblog/class/security/secretblogfilter.class.php" );
-	lt_include( PLOG_CLASS_PATH."class/template/menu/menu.class.php" );	
 	
 	class PluginSecretBlog extends PluginBase
 	{
@@ -14,6 +12,7 @@
 			$this->id = "secretblog";
 			$this->author = "The LifeType Project";
 			
+            lt_include( PLOG_CLASS_PATH."plugins/secretblog/class/security/secretblogfilter.class.php" );
 			// we only need to register a filter
             $this->registerFilter( "SecretBlogFilter" );
             

Modified: plugins/branches/lifetype-1.2/unported/subscribe/pluginsubscribe.class.php
===================================================================
--- plugins/branches/lifetype-1.2/unported/subscribe/pluginsubscribe.class.php	2007-03-06 17:20:50 UTC (rev 5006)
+++ plugins/branches/lifetype-1.2/unported/subscribe/pluginsubscribe.class.php	2007-03-06 17:31:21 UTC (rev 5007)
@@ -35,8 +35,6 @@
                                       "PluginSubscribeRemoveAction");
             
                 // register our menu options
-			lt_include(PLOG_CLASS_PATH."class/template/menu/menu.class.php");
-            
 			$menu =& Menu::getMenu();
 			if(!$menu->entryExists("/menu/controlCenter/manageRecentPlugins"))
 				$this->addMenuEntry("/menu/controlCenter",

Modified: plugins/branches/lifetype-1.2/unported/templatefilter/plugintemplatefilter.class.php
===================================================================
--- plugins/branches/lifetype-1.2/unported/templatefilter/plugintemplatefilter.class.php	2007-03-06 17:20:50 UTC (rev 5006)
+++ plugins/branches/lifetype-1.2/unported/templatefilter/plugintemplatefilter.class.php	2007-03-06 17:31:21 UTC (rev 5007)
@@ -12,7 +12,6 @@
  */
 
 	lt_include( PLOG_CLASS_PATH."class/plugin/pluginbase.class.php" );	
-	//lt_include( PLOG_CLASS_PATH."class/template/menu/menu.class.php" );
 	
 	//var $arrayPluginTemplateFilterSmartyPostFilter;
 	//var $arrayPluginTemplateFilterSmartyPreFilter;

Modified: plugins/branches/lifetype-1.2/unported/topcommentposts/plugintopcommentposts.class.php
===================================================================
--- plugins/branches/lifetype-1.2/unported/topcommentposts/plugintopcommentposts.class.php	2007-03-06 17:20:50 UTC (rev 5006)
+++ plugins/branches/lifetype-1.2/unported/topcommentposts/plugintopcommentposts.class.php	2007-03-06 17:31:21 UTC (rev 5007)
@@ -1,7 +1,6 @@
 <?php
 
     lt_include( PLOG_CLASS_PATH."class/plugin/pluginbase.class.php" );
-    lt_include( PLOG_CLASS_PATH."class/plugin/pluginmanager.class.php" );
     lt_include( PLOG_CLASS_PATH."class/dao/articlecomments.class.php" );
     lt_include( PLOG_CLASS_PATH."class/dao/articles.class.php" );
     
@@ -31,7 +30,6 @@
 
 		function init()
 		{
-			lt_include( PLOG_CLASS_PATH."class/template/menu/menu.class.php" );
             $this->registerAdminAction( "topcommentposts", "PluginTopCommentPostsConfigAction" );
 			$this->registerAdminAction( "updateTopCommentPostsConfig", "PluginTopCommentPostsUpdateConfigAction" );
 			

Modified: plugins/branches/lifetype-1.2/unported/topcommentvisitors/plugintopcommentvisitors.class.php
===================================================================
--- plugins/branches/lifetype-1.2/unported/topcommentvisitors/plugintopcommentvisitors.class.php	2007-03-06 17:20:50 UTC (rev 5006)
+++ plugins/branches/lifetype-1.2/unported/topcommentvisitors/plugintopcommentvisitors.class.php	2007-03-06 17:31:21 UTC (rev 5007)
@@ -1,7 +1,6 @@
 <?php
 
     lt_include( PLOG_CLASS_PATH."class/plugin/pluginbase.class.php" );
-    lt_include( PLOG_CLASS_PATH."class/plugin/pluginmanager.class.php" );
     
     /**
      * Plugin that offers features to returns the top comment visitors object of current blog
@@ -26,7 +25,6 @@
 
 		function init()
 		{
-			lt_include( PLOG_CLASS_PATH."class/template/menu/menu.class.php" );
             $this->registerAdminAction( "topcommentvisitors", "PluginTopCommentVisitorsConfigAction" );
 			$this->registerAdminAction( "updateTopCommentVisitorsConfig", "PluginTopCommentVisitorsUpdateConfigAction" );
 			

Modified: plugins/branches/lifetype-1.2/unported/topreadposts/plugintopreadposts.class.php
===================================================================
--- plugins/branches/lifetype-1.2/unported/topreadposts/plugintopreadposts.class.php	2007-03-06 17:20:50 UTC (rev 5006)
+++ plugins/branches/lifetype-1.2/unported/topreadposts/plugintopreadposts.class.php	2007-03-06 17:31:21 UTC (rev 5007)
@@ -1,7 +1,6 @@
 <?php
 
     lt_include( PLOG_CLASS_PATH."class/plugin/pluginbase.class.php" );
-    lt_include( PLOG_CLASS_PATH."class/plugin/pluginmanager.class.php" );
     lt_include( PLOG_CLASS_PATH."class/dao/articles.class.php" );
     
     /**
@@ -32,7 +31,6 @@
 
 		function init()
 		{
-			lt_include( PLOG_CLASS_PATH."class/template/menu/menu.class.php" );
             $this->registerAdminAction( "topreadposts", "PluginTopReadPostsConfigAction" );
 			$this->registerAdminAction( "updateTopReadPostsConfig", "PluginTopReadPostsUpdateConfigAction" );
 			

Modified: plugins/branches/lifetype-1.2/unported/toptrackbackposts/plugintoptrackbackposts.class.php
===================================================================
--- plugins/branches/lifetype-1.2/unported/toptrackbackposts/plugintoptrackbackposts.class.php	2007-03-06 17:20:50 UTC (rev 5006)
+++ plugins/branches/lifetype-1.2/unported/toptrackbackposts/plugintoptrackbackposts.class.php	2007-03-06 17:31:21 UTC (rev 5007)
@@ -1,7 +1,6 @@
 <?php
 
     lt_include( PLOG_CLASS_PATH."class/plugin/pluginbase.class.php" );
-    lt_include( PLOG_CLASS_PATH."class/plugin/pluginmanager.class.php" );
     lt_include( PLOG_CLASS_PATH."class/dao/trackbacks.class.php" );
     lt_include( PLOG_CLASS_PATH."class/dao/articles.class.php" );
     
@@ -31,7 +30,6 @@
 
 		function init()
 		{
-			lt_include( PLOG_CLASS_PATH."class/template/menu/menu.class.php" );
             $this->registerAdminAction( "toptrackbackposts", "PluginTopTrackbackPostsConfigAction" );
 			$this->registerAdminAction( "updateTopTrackbackPostsConfig", "PluginTopTrackbackPostsUpdateConfigAction" );
 			

Modified: plugins/branches/lifetype-1.2/validatetrackback/pluginvalidatetrackback.class.php
===================================================================
--- plugins/branches/lifetype-1.2/validatetrackback/pluginvalidatetrackback.class.php	2007-03-06 17:20:50 UTC (rev 5006)
+++ plugins/branches/lifetype-1.2/validatetrackback/pluginvalidatetrackback.class.php	2007-03-06 17:31:21 UTC (rev 5007)
@@ -57,7 +57,6 @@
 		function initAdmin()
 		{			
             lt_include( PLOG_CLASS_PATH."plugins/validatetrackback/class/security/validatetrackbackfilter.class.php" );
-            lt_include( PLOG_CLASS_PATH."class/template/menu/menu.class.php" );
             $this->registerFilter( "ValidateTrackbackFilter" );
 			
 			// register an action that will allow users to see which comments have not been



More information about the pLog-svn mailing list