Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 1307)
+++ branches/2.8.x/CHANGELOG	(revision 1308)
@@ -12,6 +12,8 @@
 
 ------------------------------------- 2.8.1 -------------------------------------
 19-Mar-2010 Dietmar Woellbrink (Luisehahne)
+-	remove deprecated backup modul
+19-Mar-2010 Dietmar Woellbrink (Luisehahne)
 !	rework admin/pages/save.php so that modules can use it
 !	fixed missing global install variable to work in modules
 17-Mar-2010 Dietmar Woellbrink (Luisehahne)
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 1307)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 1308)
@@ -52,6 +52,6 @@
 
 // check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
 if(!defined('VERSION')) define('VERSION', '2.8.x');
-if(!defined('REVISION')) define('REVISION', '1306');
+if(!defined('REVISION')) define('REVISION', '1308');
 
 ?>
\ No newline at end of file
Index: branches/2.8.x/wb/modules/backup/index.php
===================================================================
--- branches/2.8.x/wb/modules/backup/index.php	(revision 1307)
+++ branches/2.8.x/wb/modules/backup/index.php	(nonexistent)
@@ -1,21 +0,0 @@
-<?php
-/**
- *
- * @category        modules
- * @package         backup
- * @author          WebsiteBaker Project
- * @copyright       2004-2009, Ryan Djurovich
- * @copyright       2009-2010, Website Baker Org. e.V.
- * @link			http://www.websitebaker2.org/
- * @license         http://www.gnu.org/licenses/gpl.html
- * @platform        WebsiteBaker 2.8.x
- * @requirements    PHP 4.3.4 and higher
- * @version         $Id$
- * @filesource		$HeadURL$
- * @lastmodified    $Date$
- *
-*/
-
-header('Location: ../index.php');
-
-?>
\ No newline at end of file

Property changes on: branches/2.8.x/wb/modules/backup/index.php
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/modules/backup/tool.php
===================================================================
--- branches/2.8.x/wb/modules/backup/tool.php	(revision 1307)
+++ branches/2.8.x/wb/modules/backup/tool.php	(nonexistent)
@@ -1,38 +0,0 @@
-<?php
-/**
- *
- * @category        modules
- * @package         backup
- * @author          WebsiteBaker Project
- * @copyright       2004-2009, Ryan Djurovich
- * @copyright       2009-2010, Website Baker Org. e.V.
- * @link			http://www.websitebaker2.org/
- * @license         http://www.gnu.org/licenses/gpl.html
- * @platform        WebsiteBaker 2.8.x
- * @requirements    PHP 4.3.4 and higher
- * @version         $Id$
- * @filesource		$HeadURL$
- * @lastmodified    $Date$
- *
-*/
-
-// Direct access prevention
-defined('WB_PATH') OR die(header('Location: ../index.php'));
-
-// check if module language file exists for the language set by the user (e.g. DE, EN)
-if(!file_exists(WB_PATH .'/modules/backup/languages/'.LANGUAGE .'.php')) {
-	// no module language file exists for the language set by the user, include default module language file EN.php
-	require_once(WB_PATH .'/modules/backup/languages/EN.php');
-} else {
-	// a module language file exists for the language defined by the user, load it
-	require_once(WB_PATH .'/modules/backup/languages/'.LANGUAGE .'.php');
-}
-
-// Show form
-?>
-<br />
-<form name="prompt" method="post" action="<?php echo WB_URL; ?>/modules/backup/backup-sql.php">
-		<input type="radio" checked="checked" name="tables" value="ALL"><?php echo $MOD_BACKUP['BACKUP_ALL_TABLES']; ?><br>
-		<input type="radio" name="tables" value="WB"><?php echo $MOD_BACKUP['BACKUP_WB_SPECIFIC']; ?><br><br> 
-	<input type="submit" name="backup" value="<?php echo $TEXT['BACKUP_DATABASE']; ?>" onClick="javascript: if(!confirm('<?php echo $MESSAGE['GENERIC']['PLEASE_BE_PATIENT']; ?>')) { return false; }" />
-</form>
\ No newline at end of file

Property changes on: branches/2.8.x/wb/modules/backup/tool.php
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/modules/backup/info.php
===================================================================
--- branches/2.8.x/wb/modules/backup/info.php	(revision 1307)
+++ branches/2.8.x/wb/modules/backup/info.php	(nonexistent)
@@ -1,28 +0,0 @@
-<?php
-/**
- *
- * @category        modules
- * @package         backup
- * @author          WebsiteBaker Project
- * @copyright       2004-2009, Ryan Djurovich
- * @copyright       2009-2010, Website Baker Org. e.V.
- * @link			http://www.websitebaker2.org/
- * @license         http://www.gnu.org/licenses/gpl.html
- * @platform        WebsiteBaker 2.8.x
- * @requirements    PHP 4.3.4 and higher
- * @version         $Id$
- * @filesource		$HeadURL$
- * @lastmodified    $Date$
- *
-*/
-
-$module_directory = 'backup';
-$module_name = 'Backup';
-$module_function = 'tool';
-$module_version = '2.7';
-$module_platform = '2.7 | 2.8.x';
-$module_author = 'Ryan Djurovich, John';
-$module_license = 'GNU General Public License';
-$module_description = 'This module allows you to backup your database.';
-
-?>
\ No newline at end of file

Property changes on: branches/2.8.x/wb/modules/backup/info.php
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/modules/backup/languages/RU.php
===================================================================
--- branches/2.8.x/wb/modules/backup/languages/RU.php	(revision 1307)
+++ branches/2.8.x/wb/modules/backup/languages/RU.php	(nonexistent)
@@ -1,24 +0,0 @@
-<?php
-/**
- *
- * @category        modules
- * @package         backup
- * @author          WebsiteBaker Project
- * @copyright       2004-2009, Ryan Djurovich
- * @copyright       2009-2010, Website Baker Org. e.V.
- * @link			http://www.websitebaker2.org/
- * @license         http://www.gnu.org/licenses/gpl.html
- * @platform        WebsiteBaker 2.8.x
- * @requirements    PHP 4.3.4 and higher
- * @version         $Id$
- * @filesource		$HeadURL$
- * @lastmodified    $Date$
- *
- */
-
-// text outputs
-$MOD_BACKUP['BACKUP_ALL_TABLES'] 	= 	'Backup &#1074;&#1089;&#1077;&#1093; &#1090;&#1072;&#1073;&#1083;&#1080;&#1094; &#1073;&#1072;&#1079;&#1099;';
-$MOD_BACKUP['BACKUP_WB_SPECIFIC'] 	= 	'Backup &#1090;&#1086;&#1083;&#1100;&#1082;&#1086; &#1090;&#1072;&#1073;&#1083;&#1080;&#1094; CMS';
-$TEXT['BACKUP_DATABASE']				=	'&#1042;&#1099;&#1087;&#1086;&#1083;&#1085;&#1080;&#1090;&#1100; Backup';
-
-?>
\ No newline at end of file

Property changes on: branches/2.8.x/wb/modules/backup/languages/RU.php
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/modules/backup/languages/DA.php
===================================================================
--- branches/2.8.x/wb/modules/backup/languages/DA.php	(revision 1307)
+++ branches/2.8.x/wb/modules/backup/languages/DA.php	(nonexistent)
@@ -1,24 +0,0 @@
-<?php
-/**
- *
- * @category        backup
- * @package         language
- * @author          WebsiteBaker Project
- * @copyright       2004-2009, Ryan Djurovich
- * @copyright       2009-2010, Website Baker Org. e.V.
- * @link			http://www.websitebaker2.org/
- * @license         http://www.gnu.org/licenses/gpl.html
- * @platform        WebsiteBaker 2.8.x
- * @requirements    PHP 4.3.4 and higher
- * @version         $Id$
- * @filesource		$HeadURL$
- * @lastmodified    $Date$
- *
- */
-
-// text outputs
-$MOD_BACKUP['BACKUP_ALL_TABLES'] = 'Tag backup af alle tabeller i databasen';
-$MOD_BACKUP['BACKUP_WB_SPECIFIC'] = 'Tag kun backup af WB-tabeller i databasen';
-$TEXT['BACKUP_DATABASE'] = 'Tag backup af databasen';
-
-?>
\ No newline at end of file

Property changes on: branches/2.8.x/wb/modules/backup/languages/DA.php
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/modules/backup/languages/DE.php
===================================================================
--- branches/2.8.x/wb/modules/backup/languages/DE.php	(revision 1307)
+++ branches/2.8.x/wb/modules/backup/languages/DE.php	(nonexistent)
@@ -1,27 +0,0 @@
-<?php
-/**
- *
- * @category        modules
- * @package         backup
- * @author          WebsiteBaker Project
- * @copyright       2004-2009, Ryan Djurovich
- * @copyright       2009-2010, Website Baker Org. e.V.
- * @link			http://www.websitebaker2.org/
- * @license         http://www.gnu.org/licenses/gpl.html
- * @platform        WebsiteBaker 2.8.x
- * @requirements    PHP 4.3.4 and higher
- * @version         $Id$
- * @filesource		$HeadURL$
- * @lastmodified    $Date$
- *
- */
-
-// Deutsche Modulbeschreibung
-$module_description = 'Dieses Modul erm&ouml;glicht die Erstellung einer Datenbanksicherung.';
-
-// Textausgaben
-$MOD_BACKUP['BACKUP_ALL_TABLES'] 	=	'Sichern Sie alle Tabellen der Datenbank';
-$MOD_BACKUP['BACKUP_WB_SPECIFIC'] 	= 	'Sichern Sie nur die von WebsiteBaker generierten Tabellen der Datenbank';
-$TEXT['BACKUP_DATABASE']				=	'Erstelle Datenbanksicherung';
-
-?>
\ No newline at end of file

Property changes on: branches/2.8.x/wb/modules/backup/languages/DE.php
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/modules/backup/languages/EN.php
===================================================================
--- branches/2.8.x/wb/modules/backup/languages/EN.php	(revision 1307)
+++ branches/2.8.x/wb/modules/backup/languages/EN.php	(nonexistent)
@@ -1,24 +0,0 @@
-<?php
-/**
- *
- * @category        modules
- * @package         backup
- * @author          WebsiteBaker Project
- * @copyright       2004-2009, Ryan Djurovich
- * @copyright       2009-2010, Website Baker Org. e.V.
- * @link			http://www.websitebaker2.org/
- * @license         http://www.gnu.org/licenses/gpl.html
- * @platform        WebsiteBaker 2.8.x
- * @requirements    PHP 4.3.4 and higher
- * @version         $Id$
- * @filesource		$HeadURL$
- * @lastmodified    $Date$
- *
- */
-
-// text outputs
-$MOD_BACKUP['BACKUP_ALL_TABLES'] 	= 	'Backup all tables in database';
-$MOD_BACKUP['BACKUP_WB_SPECIFIC'] 	= 	'Backup only WB-specific tables';
-$TEXT['BACKUP_DATABASE']				=	'Backup Database';
-
-?>
\ No newline at end of file

Property changes on: branches/2.8.x/wb/modules/backup/languages/EN.php
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/modules/backup/languages/FR.php
===================================================================
--- branches/2.8.x/wb/modules/backup/languages/FR.php	(revision 1307)
+++ branches/2.8.x/wb/modules/backup/languages/FR.php	(nonexistent)
@@ -1,27 +0,0 @@
-<?php
-/**
- *
- * @category        modules
- * @package         backup
- * @author          WebsiteBaker Project
- * @copyright       2004-2009, Ryan Djurovich
- * @copyright       2009-2010, Website Baker Org. e.V.
- * @link			http://www.websitebaker2.org/
- * @license         http://www.gnu.org/licenses/gpl.html
- * @platform        WebsiteBaker 2.8.x
- * @requirements    PHP 4.3.4 and higher
- * @version         $Id$
- * @filesource		$HeadURL$
- * @lastmodified    $Date$
- *
- */
-
-//Module Description
-$module_description = 'Ce module permets de sauvegarder votre base de donn&eacute;es';
-
-// text outputs
-$MOD_BACKUP['BACKUP_ALL_TABLES'] 	= 	'Sauvegarder toutes les tables de la base de donn&eacute;es';
-$MOD_BACKUP['BACKUP_WB_SPECIFIC'] 	= 	'Sauvegarder seulement les tables sp&eacute;cifiques &agrave; WB';
-$TEXT['BACKUP_DATABASE']				=	'Sauvegarder la base de donn&eacute;es';
-
-?>
\ No newline at end of file

Property changes on: branches/2.8.x/wb/modules/backup/languages/FR.php
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/modules/backup/languages/index.php
===================================================================
--- branches/2.8.x/wb/modules/backup/languages/index.php	(revision 1307)
+++ branches/2.8.x/wb/modules/backup/languages/index.php	(nonexistent)
@@ -1,21 +0,0 @@
-<?php
-/**
- *
- * @category        modules
- * @package         backup
- * @author          WebsiteBaker Project
- * @copyright       2004-2009, Ryan Djurovich
- * @copyright       2009-2010, Website Baker Org. e.V.
- * @link			http://www.websitebaker2.org/
- * @license         http://www.gnu.org/licenses/gpl.html
- * @platform        WebsiteBaker 2.8.x
- * @requirements    PHP 4.3.4 and higher
- * @version         $Id$
- * @filesource		$HeadURL$
- * @lastmodified    $Date$
- *
- */
-
-header("Location: ../../../index.php");
-
-?>
\ No newline at end of file

Property changes on: branches/2.8.x/wb/modules/backup/languages/index.php
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/modules/backup/languages/NL.php
===================================================================
--- branches/2.8.x/wb/modules/backup/languages/NL.php	(revision 1307)
+++ branches/2.8.x/wb/modules/backup/languages/NL.php	(nonexistent)
@@ -1,24 +0,0 @@
-<?php
-/**
- *
- * @category        modules
- * @package         backup
- * @author          WebsiteBaker Project
- * @copyright       2004-2009, Ryan Djurovich
- * @copyright       2009-2010, Website Baker Org. e.V.
- * @link			http://www.websitebaker2.org/
- * @license         http://www.gnu.org/licenses/gpl.html
- * @platform        WebsiteBaker 2.8.x
- * @requirements    PHP 4.3.4 and higher
- * @version         $Id$
- * @filesource		$HeadURL$
- * @lastmodified    $Date$
- *
-*/
-
-// text outputs
-$MOD_BACKUP['BACKUP_ALL_TABLES'] 	= 	'Backup van alle tabellen in de database';
-$MOD_BACKUP['BACKUP_WB_SPECIFIC'] 	= 	'Backup enkel de WB specifieke tabellen';
-$TEXT['BACKUP_DATABASE']		=	'Backup Database';
-
-?>
\ No newline at end of file

Property changes on: branches/2.8.x/wb/modules/backup/languages/NL.php
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
Index: branches/2.8.x/wb/modules/backup/languages/NO.php
===================================================================
--- branches/2.8.x/wb/modules/backup/languages/NO.php	(revision 1307)
+++ branches/2.8.x/wb/modules/backup/languages/NO.php	(nonexistent)
@@ -1,24 +0,0 @@
-<?php
-/**
- *
- * @category        modules
- * @package         backup
- * @author          WebsiteBaker Project
- * @copyright       2004-2009, Ryan Djurovich
- * @copyright       2009-2010, Website Baker Org. e.V.
- * @link			http://www.websitebaker2.org/
- * @license         http://www.gnu.org/licenses/gpl.html
- * @platform        WebsiteBaker 2.8.x
- * @requirements    PHP 4.3.4 and higher
- * @version         $Id$
- * @filesource		$HeadURL$
- * @lastmodified    $Date$
- *
- */
-
-// text outputs
-$MOD_BACKUP['BACKUP_ALL_TABLES']	='Sikkerhetskopier alle tabellene i databsen';
-$MOD_BACKUP['BACKUP_WB_SPECIFIC']	='Sikkerhetskopier bare WB sine tabeller';
-$TEXT['BACKUP_DATABASE']			='Sikkerhetskopier Databsen';
-
-?>
\ No newline at end of file

Property changes on: branches/2.8.x/wb/modules/backup/languages/NO.php
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1,4 +0,0 ##
-Id
-Revision
-HeadURL
-Date
\ No newline at end of property
