diff --git a/app/application/config/tinyissue.php b/app/application/config/tinyissue.php index 271cd869..fb141fd4 100644 --- a/app/application/config/tinyissue.php +++ b/app/application/config/tinyissue.php @@ -1,6 +1,6 @@ '17-02-2022', + 'release_date' => '18-02-2022', 'version' => '1.8', - 'release' => '7bz' + 'release' => '7ca' ); diff --git a/app/assets/css/install.css b/app/assets/css/install.css index 9ad33102..0610ae16 100644 --- a/app/assets/css/install.css +++ b/app/assets/css/install.css @@ -24,7 +24,7 @@ strong{font-weight: bold;} div.InstallLogo { background-color: #000; - background-image: url('../../images/layout/logo.png'); + background-image: url('../../assets/images/layout/logo.png'); background-position: center; background-repeat: no-repeat; background-size: 80%; diff --git a/install/MySQL_DB_Schema.sql b/install/MySQL_DB_Schema.sql index 064c06df..a13403ec 100755 --- a/install/MySQL_DB_Schema.sql +++ b/install/MySQL_DB_Schema.sql @@ -343,6 +343,8 @@ INSERT INTO projects_issues_tags (issue_id, tag_id, created_at, updated_at) SELECT id as issue_id, IF(status = 1, 1, 2) as tag_id, NOW(), NOW() FROM projects_issues ); +#-- + #--#Database updates INSERT INTO `update_history` (`id`, `Footprint`, `Description`, `DteRelease`, `DteInstall`) VALUES @@ -368,7 +370,6 @@ INSERT INTO `update_history` (`id`, `Footprint`, `Description`, `DteRelease`, `D (20,'Database update via admin','update_v1-8_7r.sql','2021-09-01',NULL), (21,'Database update via admin','update_v1-8_7s.sql','2021-10-01',NULL), (22,'Database update via admin','update_v1-8_7u.sql','2021-12-31',NULL); -#-- #----- Last line of this file .... Anything bellow this line will be lost. ----- diff --git a/install/index.php b/install/index.php index 3b5afb72..7d0936e8 100755 --- a/install/index.php +++ b/install/index.php @@ -45,20 +45,16 @@
0) { - echo ''; - die(); - } +if ($database_check) { + $resuUSER = $install->Requis("SELECT * FROM users"); + //Puisque la base de données est déjà installée, procédons à l'ouverture d'une session d'usager. + //if (!$resuUSER) { echo '