* Improved installer to forbid using database table prefixes with
special characters
This commit is contained in:
parent
93d117b45d
commit
4471b1ac32
@ -4,6 +4,9 @@
|
||||
Version 2.0-beta3 ()
|
||||
------------------------------------------------------------------------
|
||||
|
||||
* Improved installer to forbid using database table prefixes with
|
||||
special characters
|
||||
|
||||
* Themes using Engines are now able to use the parent's
|
||||
configuration
|
||||
|
||||
|
@ -620,6 +620,8 @@ function serendipity_checkInstallation() {
|
||||
|
||||
if (empty($_POST['dbPrefix']) && empty($serendipity['dbPrefix'])) {
|
||||
$errs[] = sprintf(EMPTY_SETTING, INSTALL_DBPREFIX);
|
||||
} elseif (!preg_match('@^[a-z0-9_]+$@i', $_POST['dbPrefix'])) {
|
||||
$errs[] = INSTALL_DBPREFIX_INVALID;
|
||||
}
|
||||
|
||||
$serendipity['dbType'] = $_POST['dbType'];
|
||||
|
@ -93,3 +93,4 @@ foreach($const['missing'] AS $file => $constants) {
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1035,3 +1035,4 @@ $i18n_filename_to = array('-', 'a', 'A', 'b', 'B', 'v', 'V', 'g', 'G', 'd', 'D
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1045,3 +1045,4 @@
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1073,3 +1073,4 @@ $i18n_filename_to = array (
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1073,3 +1073,4 @@ $i18n_filename_to = array (
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1042,3 +1042,4 @@
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1047,3 +1047,4 @@
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1045,3 +1045,4 @@
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1061,3 +1061,4 @@ Melvin TODO [20060128]: What spanish word do we use for "referrers" ??
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1045,3 +1045,4 @@
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1043,3 +1043,4 @@
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1050,3 +1050,4 @@
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1041,3 +1041,4 @@
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1043,3 +1043,4 @@
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1046,3 +1046,4 @@
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1047,3 +1047,4 @@
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1045,3 +1045,4 @@
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1045,3 +1045,4 @@
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1045,3 +1045,4 @@
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1041,3 +1041,4 @@ $i18n_filename_to = array('_', 'a', 'A', 'a', 'A', 'b', 'B', 'c', 'C', 'c', 'C
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1047,3 +1047,4 @@
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1054,3 +1054,4 @@
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1044,3 +1044,4 @@
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1046,3 +1046,4 @@ $i18n_filename_to = array('_', 'a', 'A', 'b', 'B', 'v', 'V', 'g', 'G', 'd', 'D
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -962,3 +962,4 @@
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1043,3 +1043,4 @@
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1033,3 +1033,4 @@ $i18n_filename_to = array (
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1042,3 +1042,4 @@
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1047,3 +1047,4 @@ $i18n_unknown = 'tw';
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1047,3 +1047,4 @@
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1048,3 +1048,4 @@ $i18n_unknown = 'tw';
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1043,3 +1043,4 @@
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1 +1 @@
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -93,3 +93,4 @@ foreach($const['missing'] AS $file => $constants) {
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1035,3 +1035,4 @@ $i18n_filename_to = array('-', 'a', 'A', 'b', 'B', 'v', 'V', 'g', 'G', 'd', 'D
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1045,3 +1045,4 @@
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1073,3 +1073,4 @@ $i18n_filename_to = array (
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1073,3 +1073,4 @@ $i18n_filename_to = array (
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1042,3 +1042,4 @@
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1047,3 +1047,4 @@
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1045,3 +1045,4 @@
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1061,3 +1061,4 @@ Melvin TODO [20060128]: What spanish word do we use for "referrers" ??
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1045,3 +1045,4 @@
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1043,3 +1043,4 @@
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1050,3 +1050,4 @@
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1041,3 +1041,4 @@
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1043,3 +1043,4 @@
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1046,3 +1046,4 @@
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1047,3 +1047,4 @@
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1045,3 +1045,4 @@
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1045,3 +1045,4 @@
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1045,3 +1045,4 @@
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1041,3 +1041,4 @@ $i18n_filename_to = array('_', 'a', 'A', 'a', 'A', 'b', 'B', 'c', 'C', 'c', 'C
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1047,3 +1047,4 @@
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1054,3 +1054,4 @@
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1044,3 +1044,4 @@
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1046,3 +1046,4 @@ $i18n_filename_to = array('_', 'a', 'A', 'b', 'B', 'v', 'V', 'g', 'G', 'd', 'D
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -962,3 +962,4 @@
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1043,3 +1043,4 @@
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1033,3 +1033,4 @@ $i18n_filename_to = array (
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1042,3 +1042,4 @@
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1047,3 +1047,4 @@ $i18n_unknown = 'tw';
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1047,3 +1047,4 @@
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1048,3 +1048,4 @@ $i18n_unknown = 'tw';
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
@ -1043,3 +1043,4 @@
|
||||
@define('DEBUG', 'Debug');
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
||||
|
Loading…
x
Reference in New Issue
Block a user