[pLog-svn] r5917 - plugins/branches/lifetype-1.2/trash

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Fri Sep 7 06:12:04 EDT 2007


Author: jondaley
Date: 2007-09-07 06:12:04 -0400 (Fri, 07 Sep 2007)
New Revision: 5917

Added:
   plugins/branches/lifetype-1.2/trash/plugintrash.class.php
Removed:
   plugins/branches/lifetype-1.2/trash/pluginabtrash.class.php
Log:
subversion wouldn't let me rename this file at the same time as I renamed the parent directory

Deleted: plugins/branches/lifetype-1.2/trash/pluginabtrash.class.php
===================================================================
--- plugins/branches/lifetype-1.2/trash/pluginabtrash.class.php	2007-09-07 10:11:41 UTC (rev 5916)
+++ plugins/branches/lifetype-1.2/trash/pluginabtrash.class.php	2007-09-07 10:12:04 UTC (rev 5917)
@@ -1,35 +0,0 @@
-<?php
-
-    lt_include( PLOG_CLASS_PATH."class/plugin/pluginbase.class.php" );
-
-    class PluginTrash extends PluginBase
-    {
-        function PluginTrash( $source = "" )
-        {
-            $this->PluginBase($source);
-            $this->id = "trash";
-            $this->desc = "This plugin allows the post owner to remove deleted posts permanently";
-            $this->author = "Ahmad Fathi Saleh (Al Bawaba Team)";
-            $this->locale = "locale_en_UK";
-            $this->version = "20070907";
-            if( "admin" == $source ) {
-                $this->adminInit();
-            }
-        }
-        
-        /**
-         * init admin actions
-         */
-        function adminInit()
-        {
-            
-            $this->registerAdminAction( "viewTrash", "AdminViewTrashAction" );
-            $this->registerAdminAction( "emptyTrash", "AdminEmptyTrashAction" );
-
-            $menu =& Menu::getMenu();
-            if( $menu->entryExists( "/menu/Manage/managePosts" ) ) {
-                $this->addMenuEntry( "/menu/Manage/managePosts", "trash", "admin.php?op=viewTrash", null, true, false );
-            }
-        }
-    }
-?>
\ No newline at end of file

Copied: plugins/branches/lifetype-1.2/trash/plugintrash.class.php (from rev 5916, plugins/branches/lifetype-1.2/trash/pluginabtrash.class.php)
===================================================================
--- plugins/branches/lifetype-1.2/trash/plugintrash.class.php	                        (rev 0)
+++ plugins/branches/lifetype-1.2/trash/plugintrash.class.php	2007-09-07 10:12:04 UTC (rev 5917)
@@ -0,0 +1,35 @@
+<?php
+
+    lt_include( PLOG_CLASS_PATH."class/plugin/pluginbase.class.php" );
+
+    class PluginTrash extends PluginBase
+    {
+        function PluginTrash( $source = "" )
+        {
+            $this->PluginBase($source);
+            $this->id = "trash";
+            $this->desc = "This plugin allows the post owner to remove deleted posts permanently";
+            $this->author = "Ahmad Fathi Saleh (Al Bawaba Team)";
+            $this->locale = "locale_en_UK";
+            $this->version = "20070907";
+            if( "admin" == $source ) {
+                $this->adminInit();
+            }
+        }
+        
+        /**
+         * init admin actions
+         */
+        function adminInit()
+        {
+            
+            $this->registerAdminAction( "viewTrash", "AdminViewTrashAction" );
+            $this->registerAdminAction( "emptyTrash", "AdminEmptyTrashAction" );
+
+            $menu =& Menu::getMenu();
+            if( $menu->entryExists( "/menu/Manage/managePosts" ) ) {
+                $this->addMenuEntry( "/menu/Manage/managePosts", "trash", "admin.php?op=viewTrash", null, true, false );
+            }
+        }
+    }
+?>
\ No newline at end of file



More information about the pLog-svn mailing list