From 9df3981e6176646a3348bd4fa608d082300349fd Mon Sep 17 00:00:00 2001 From: Sebastian Grund Date: Wed, 8 Jun 2016 22:42:59 +0200 Subject: [PATCH 1/2] added gitignore file --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..9d0a44cc --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.idea/ +config/config.php +config/key.pem +config/pubkey.pem From a8da2963e89f5e902ac318fed26a9d3443c47140 Mon Sep 17 00:00:00 2001 From: Sebastian Grund Date: Wed, 8 Jun 2016 22:44:13 +0200 Subject: [PATCH 2/2] removed required field for database password in installer script. So, installation can be done if no password is set for the database user. --- inc/Installer.class.php | 5 ----- inc/themes/material-blue/install.inc | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/inc/Installer.class.php b/inc/Installer.class.php index 4872c89d..6113d4e4 100644 --- a/inc/Installer.class.php +++ b/inc/Installer.class.php @@ -146,11 +146,6 @@ class Installer 'type' => SPException::SP_CRITICAL, 'description' => _('Indicar el usuario de la BBDD'), 'hint' => _('Usuario con permisos de administrador de la Base de Datos')); - } elseif (!self::$_dbpass) { - $error[] = array( - 'type' => SPException::SP_CRITICAL, - 'description' => _('Indicar la clave de la BBDD'), - 'hint' => _('Clave del usuario administrador de la Base de Datos')); } elseif (!self::$_dbname) { $error[] = array( 'type' => SPException::SP_CRITICAL, diff --git a/inc/themes/material-blue/install.inc b/inc/themes/material-blue/install.inc index c56204cf..d76604af 100644 --- a/inc/themes/material-blue/install.inc +++ b/inc/themes/material-blue/install.inc @@ -87,7 +87,7 @@
-