From 31a7a2b2ba53b265f849b191c9075eef7632a7f2 Mon Sep 17 00:00:00 2001
From: Patrick Barroca <pbarroca@afi-sa.fr>
Date: Mon, 18 Feb 2019 14:56:27 +0100
Subject: [PATCH] version 8.0.3

---
 FEATURES/34523                 | 10 ----------
 VERSIONS                       | 14 ++++++++++++++
 VERSIONS_HOTLINE/85003         |  3 ---
 VERSIONS_HOTLINE/86175         |  2 --
 VERSIONS_HOTLINE/86808         |  2 --
 VERSIONS_HOTLINE/gitlab-2      |  1 -
 VERSIONS_WIP/34523             |  1 -
 library/Class/Feature/List.php | 11 +++++++++++
 library/startup.php            |  2 +-
 9 files changed, 26 insertions(+), 20 deletions(-)
 delete mode 100644 FEATURES/34523
 delete mode 100644 VERSIONS_HOTLINE/85003
 delete mode 100644 VERSIONS_HOTLINE/86175
 delete mode 100644 VERSIONS_HOTLINE/86808
 delete mode 100644 VERSIONS_HOTLINE/gitlab-2
 delete mode 100644 VERSIONS_WIP/34523

diff --git a/FEATURES/34523 b/FEATURES/34523
deleted file mode 100644
index 110301d06c1..00000000000
--- a/FEATURES/34523
+++ /dev/null
@@ -1,10 +0,0 @@
-        '34523' =>
-            ['Label' => $this->_('Import des classifications unimarc (autres que PCDM4 et Dewey)'),
-             'Desc' => $this->_('Bokeh peut importer n\'importe quelle classication, typiquement définies dans les zones 686'),
-             'Image' => '',
-             'Video' => '',
-             'Category' => '',
-             'Right' => function($feature_description, $user) {return true;},
-             'Wiki' => 'http://wiki.bokeh-library-portal.org/index.php/Facettes_dynamiques#A_partir_d.27un_code_sp.C3.A9cifique_contenu_dans_un_champ_UNIMARC_.28cas_des_classifications_autres_que_Dewey_et_PCDM4.29',
-             'Test' => '',
-             'Date' => '2019-01-25'],
\ No newline at end of file
diff --git a/VERSIONS b/VERSIONS
index c7f5df4a3db..dea191a116b 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -1,3 +1,17 @@
+18/02/2019 - v8.0.3
+
+ - ticket #34523 : Cosmogramme : Import de toutes les classifications définies dans les notices Unimarc
+ 
+ - ticket #86808 : Administration : amélioration de la suppression des albums.
+ 
+ - ticket gitlab#2 : Installation : correction de l'écran de mise à jour de la base de données
+
+ - ticket #86175 : Intégration Cosmogramme : correction de l'import des genres.
+ 
+ - ticket #85003 : Administration : amélioration de la gestion de l'éditeur de CSS.
+ 
+
+
 07/02/2019 - v8.0.2
 
  - ticket #86474 : Compte lecteur : Correction de la compatibilité du multi-carte avec l'authentification par le SIGB uniquement
diff --git a/VERSIONS_HOTLINE/85003 b/VERSIONS_HOTLINE/85003
deleted file mode 100644
index 585b4fffa8d..00000000000
--- a/VERSIONS_HOTLINE/85003
+++ /dev/null
@@ -1,3 +0,0 @@
- - ticket #85003 : Administration : amélioration de la gestion de l'éditeur de CSS.
- 
- 
\ No newline at end of file
diff --git a/VERSIONS_HOTLINE/86175 b/VERSIONS_HOTLINE/86175
deleted file mode 100644
index 8a9c1a6a232..00000000000
--- a/VERSIONS_HOTLINE/86175
+++ /dev/null
@@ -1,2 +0,0 @@
- - ticket #86175 : Intégration Cosmogramme : correction de l'import des genres.
- 
\ No newline at end of file
diff --git a/VERSIONS_HOTLINE/86808 b/VERSIONS_HOTLINE/86808
deleted file mode 100644
index c35ebc844a4..00000000000
--- a/VERSIONS_HOTLINE/86808
+++ /dev/null
@@ -1,2 +0,0 @@
- - ticket #86808 : Administration : amélioration de la suppression des albums.
- 
\ No newline at end of file
diff --git a/VERSIONS_HOTLINE/gitlab-2 b/VERSIONS_HOTLINE/gitlab-2
deleted file mode 100644
index 7bbaad2abf1..00000000000
--- a/VERSIONS_HOTLINE/gitlab-2
+++ /dev/null
@@ -1 +0,0 @@
- - ticket gitlab#2 : Installation : correction de l'écran de mise à jour de la base de données
\ No newline at end of file
diff --git a/VERSIONS_WIP/34523 b/VERSIONS_WIP/34523
deleted file mode 100644
index adcba852080..00000000000
--- a/VERSIONS_WIP/34523
+++ /dev/null
@@ -1 +0,0 @@
- - ticket #34523 : Cosmogramme : Import de toutes les classifications définies dans les notices Unimarc
\ No newline at end of file
diff --git a/library/Class/Feature/List.php b/library/Class/Feature/List.php
index beb9305fa14..4ac1e122697 100644
--- a/library/Class/Feature/List.php
+++ b/library/Class/Feature/List.php
@@ -589,6 +589,17 @@ class Class_Feature_List {
              'Test' => '',
              'Date' => '2019-01-18'],
 
+            '34523' =>
+            ['Label' => $this->_('Import des classifications unimarc (autres que PCDM4 et Dewey)'),
+             'Desc' => $this->_('Bokeh peut importer n\'importe quelle classication, typiquement définies dans les zones 686'),
+             'Image' => '',
+             'Video' => '',
+             'Category' => '',
+             'Right' => function($feature_description, $user) {return true;},
+             'Wiki' => 'http://wiki.bokeh-library-portal.org/index.php/Facettes_dynamiques#A_partir_d.27un_code_sp.C3.A9cifique_contenu_dans_un_champ_UNIMARC_.28cas_des_classifications_autres_que_Dewey_et_PCDM4.29',
+             'Test' => '',
+             'Date' => '2019-01-25'],
+
     ];
   }
 }
\ No newline at end of file
diff --git a/library/startup.php b/library/startup.php
index cf2decac515..52567106129 100644
--- a/library/startup.php
+++ b/library/startup.php
@@ -81,7 +81,7 @@ class Bokeh_Engine {
 
   function setupConstants() {
     defineConstant('BOKEH_MAJOR_VERSION','8.0');
-    defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.2');
+    defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.3');
 
     defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/');
 
-- 
GitLab