[geeklog-cvs] Geeklog-1.x/language english.php, 1.313, 1.314 english_utf-8.php, 1.98, 1.99

Dirk Haun dhaun at qs1489.pair.com
Sun Jan 6 04:56:40 EST 2008


Update of /cvsroot/geeklog/Geeklog-1.x/language
In directory qs1489.pair.com:/tmp/cvs-serv45243/language

Modified Files:
	english.php english_utf-8.php 
Log Message:
Make mysqldump path available in the config GUI


Index: english.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/language/english.php,v
retrieving revision 1.313
retrieving revision 1.314
diff -C2 -d -r1.313 -r1.314
*** english.php	6 Jan 2008 08:55:57 -0000	1.313
--- english.php	6 Jan 2008 09:56:38 -0000	1.314
***************
*** 1255,1259 ****
      'backup_successful' => 'Database back up was successful.',
      'db_explanation' => 'To create a new backup of your site\'s database, click on "Create New" above. Click on a file name to download that backup.',
!     'not_found' => "Incorrect path or mysqldump utility not executable.<br' . XHTML . '>Check <strong>\$_DB_mysqldump_path</strong> definition in config.php.<br' . XHTML . '>Variable currently defined as: <var>{$_DB_mysqldump_path}</var>",
      'zero_size' => 'Backup Failed: Filesize was 0 bytes',
      'path_not_found' => "{$_CONF['backup_path']} does not exist or is not a directory",
--- 1255,1259 ----
      'backup_successful' => 'Database back up was successful.',
      'db_explanation' => 'To create a new backup of your site\'s database, click on "Create New" above. Click on a file name to download that backup.',
!     'not_found' => "Incorrect path or mysqldump utility not executable.<br' . XHTML . '> Check <strong>mysqldump_path</strong> definition in the Configuration.<br' . XHTML . '> Path currently defined as: <var>{$_DB_mysqldump_path}</var>",
      'zero_size' => 'Backup Failed: Filesize was 0 bytes',
      'path_not_found' => "{$_CONF['backup_path']} does not exist or is not a directory",
***************
*** 1577,1580 ****
--- 1577,1581 ----
      'mail_settings' => "Mail Settings",
      'allow_mysqldump' => "Allow MySQL Dump",
+     'mysqldump_path' => 'Path of Executable',
      'mysqldump_options' => "MySQL Dump Options",
      'theme' => "Theme",

Index: english_utf-8.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/language/english_utf-8.php,v
retrieving revision 1.98
retrieving revision 1.99
diff -C2 -d -r1.98 -r1.99
*** english_utf-8.php	6 Jan 2008 08:55:57 -0000	1.98
--- english_utf-8.php	6 Jan 2008 09:56:38 -0000	1.99
***************
*** 1255,1259 ****
      'backup_successful' => 'Database back up was successful.',
      'db_explanation' => 'To create a new backup of your site\'s database, click on "Create New" above. Click on a file name to download that backup.',
!     'not_found' => "Incorrect path or mysqldump utility not executable.<br' . XHTML . '>Check <strong>\$_DB_mysqldump_path</strong> definition in config.php.<br' . XHTML . '>Variable currently defined as: <var>{$_DB_mysqldump_path}</var>",
      'zero_size' => 'Backup Failed: Filesize was 0 bytes',
      'path_not_found' => "{$_CONF['backup_path']} does not exist or is not a directory",
--- 1255,1259 ----
      'backup_successful' => 'Database back up was successful.',
      'db_explanation' => 'To create a new backup of your site\'s database, click on "Create New" above. Click on a file name to download that backup.',
!     'not_found' => "Incorrect path or mysqldump utility not executable.<br' . XHTML . '> Check <strong>mysqldump_path</strong> definition in the Configuration.<br' . XHTML . '> Path currently defined as: <var>{$_DB_mysqldump_path}</var>",
      'zero_size' => 'Backup Failed: Filesize was 0 bytes',
      'path_not_found' => "{$_CONF['backup_path']} does not exist or is not a directory",
***************
*** 1577,1580 ****
--- 1577,1581 ----
      'mail_settings' => "Mail Settings",
      'allow_mysqldump' => "Allow MySQL Dump",
+     'mysqldump_path' => 'Path of Executable',
      'mysqldump_options' => "MySQL Dump Options",
      'theme' => "Theme",




More information about the geeklog-cvs mailing list