[pLog-svn] r1169 - in plugins/trunk: authimage delicious flickr

mark at devel.plogworld.net mark at devel.plogworld.net
Wed Feb 23 11:10:42 GMT 2005


Author: mark
Date: 2005-02-23 11:10:41 +0000 (Wed, 23 Feb 2005)
New Revision: 1169

Modified:
   plugins/trunk/authimage/pluginauthimage.class.php
   plugins/trunk/delicious/plugindelicious.class.php
   plugins/trunk/flickr/pluginflickr.class.php
Log:
change requestgenerator.class.php to rawrequestgenerator.class.php.

Modified: plugins/trunk/authimage/pluginauthimage.class.php
===================================================================
--- plugins/trunk/authimage/pluginauthimage.class.php	2005-02-23 10:43:57 UTC (rev 1168)
+++ plugins/trunk/authimage/pluginauthimage.class.php	2005-02-23 11:10:41 UTC (rev 1169)
@@ -3,7 +3,7 @@
     include_once( PLOG_CLASS_PATH."class/plugin/pluginbase.class.php" );
     include_once( PLOG_CLASS_PATH."class/plugin/pluginmanager.class.php" );
 	include_once( PLOG_CLASS_PATH."class/dao/model.class.php" );
-	include_once( PLOG_CLASS_PATH."class/net/requestgenerator.class.php" );
+	include_once( PLOG_CLASS_PATH."class/net/rawrequestgenerator.class.php" );
     include_once( PLOG_CLASS_PATH."class/misc/glob.class.php" );
     include_once( PLOG_CLASS_PATH."plugins/authimage/class/security/authimagefilter.class.php" );	
 
@@ -46,7 +46,7 @@
 			$menu =& Menu::getMenu();
 			if( !$menu->entryExists( "/menu/controlCenter/manageAntiSpamPlugins" ))						
 				$this->addMenuEntry( "/menu/controlCenter", "manageAntiSpamPlugins", "", "", true, false );			
-            $this->addMenuEntry( "/menu/controlCenter/manageAntiSpamPlugins", "AuthImage", "?op=authimage", "" );            
+            $this->addMenuEntry( "/menu/controlCenter/manageAntiSpamPlugins", "AuthImage", "?op=authimage", "" );
 		}
  
 		function register()

Modified: plugins/trunk/delicious/plugindelicious.class.php
===================================================================
--- plugins/trunk/delicious/plugindelicious.class.php	2005-02-23 10:43:57 UTC (rev 1168)
+++ plugins/trunk/delicious/plugindelicious.class.php	2005-02-23 11:10:41 UTC (rev 1169)
@@ -2,7 +2,7 @@
 
     include_once( PLOG_CLASS_PATH."class/plugin/pluginbase.class.php" );
     include_once( PLOG_CLASS_PATH."class/plugin/pluginmanager.class.php" );
-    include_once( PLOG_CLASS_PATH."class/net/requestgenerator.class.php" );
+    include_once( PLOG_CLASS_PATH."class/net/rawrequestgenerator.class.php" );
     include_once( PLOG_CLASS_PATH."plugins/delicious/class/delicious/delicious.class.php" );
 
     //Used as the root for building the bookmark URLs

Modified: plugins/trunk/flickr/pluginflickr.class.php
===================================================================
--- plugins/trunk/flickr/pluginflickr.class.php	2005-02-23 10:43:57 UTC (rev 1168)
+++ plugins/trunk/flickr/pluginflickr.class.php	2005-02-23 11:10:41 UTC (rev 1169)
@@ -2,7 +2,7 @@
 
     include_once( PLOG_CLASS_PATH."class/plugin/pluginbase.class.php" );
     include_once( PLOG_CLASS_PATH."class/plugin/pluginmanager.class.php" );
-    include_once( PLOG_CLASS_PATH."class/net/requestgenerator.class.php" );
+    include_once( PLOG_CLASS_PATH."class/net/rawrequestgenerator.class.php" );
     include_once( PLOG_CLASS_PATH."plugins/flickr/class/xml/XMLParser.class.php" );
 
     //Used as the root for building the img URLs




More information about the pLog-svn mailing list