From e834fd4125569e3b8815325ab795df954f6e62c9 Mon Sep 17 00:00:00 2001 From: Laurent Laffont <llaffont@afi-sa.fr> Date: Mon, 20 Nov 2017 14:55:02 +0100 Subject: [PATCH] 7.11.10 --- FEATURES/65273 | 10 ---------- FEATURES/65756 | 11 ----------- VERSIONS | 15 ++++++++++++++- VERSIONS_HOTLINE/66702 | 1 - VERSIONS_WIP/65273 | 1 - VERSIONS_WIP/65756 | 1 - library/Class/Feature/List.php | 24 +++++++++++++++++++++++- library/startup.php | 2 +- 8 files changed, 38 insertions(+), 27 deletions(-) delete mode 100644 FEATURES/65273 delete mode 100644 FEATURES/65756 delete mode 100644 VERSIONS_HOTLINE/66702 delete mode 100644 VERSIONS_WIP/65273 delete mode 100644 VERSIONS_WIP/65756 diff --git a/FEATURES/65273 b/FEATURES/65273 deleted file mode 100644 index 7f197fa9ef6..00000000000 --- a/FEATURES/65273 +++ /dev/null @@ -1,10 +0,0 @@ - '65273' => - ['Label' => $this->_('Export des agendas au format iCalendar'), - 'Desc' => $this->_('Exportez vos agendas pour les intégrer dans un logiciel de calendrier ou un autre système d\'information.'), - 'Image' => '', - 'Video' => '', - 'Category' => $this->_('Exports'), - 'Right' => function($feature_description, $user) {return true;}, - 'Wiki' => 'http://wiki.bokeh-library-portal.org/index.php?title=Exporter_l%27agenda_au_format_iCalendar_(iCal)', - 'Test' => '', - 'Date' => '2017-11-07'], \ No newline at end of file diff --git a/FEATURES/65756 b/FEATURES/65756 deleted file mode 100644 index 7b2acd6b0c5..00000000000 --- a/FEATURES/65756 +++ /dev/null @@ -1,11 +0,0 @@ - '65756' => - ['Label' => $this->_('Connecteur Omeka'), - 'Desc' => $this->_('%s est un logiciel de gestion de bibliothèque numérique. Le connecteur permet de moissonner le catalogue', - '<a href="https://omeka.org/">Omeka</a>'), - 'Image' => 'http://wiki.bokeh-library-portal.org/images/8/85/Omeka.png', - 'Video' => '', - 'Category' => '', - 'Right' => function($feature_description, $user) {return true;}, - 'Wiki' => 'http://wiki.bokeh-library-portal.org/index.php/Omeka', - 'Test' => '', - 'Date' => '2017-11-10'], \ No newline at end of file diff --git a/VERSIONS b/VERSIONS index 8563b94f02b..e683218e19b 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,3 +1,11 @@ +20/11/2017 - v7.11.10 + + - ticket #65756 : ajout du connecteur bibliothèque numérique Omeka + + - ticket #65273 : Export des articles agenda en format ICAL + + - ticket #66702 : Boite articles en diaporama : Correction de l'affichage d'un fond noir sur certains navigateurs. + - ticket #65451 : Administration : Correction du parémtrage des entrées de menu "sélection d'articles". - ticket #67182 : Administration : Correction du paramétrage de la boîte nuage de tags. @@ -5,6 +13,8 @@ - ticket #60731 : Administration : Amélioration des statistiques PNB Dilicom + + 14/11/2017 - v7.11.9 - ticket #65552 : AFI-Multiumédia : les réservations sont maintenant affichées dès la sélection du site. @@ -14,7 +24,8 @@ - ticket #49315 : AFI Multimédia : Les notes renseignées sur un poste sont visible lors de la réservation. - ticket #67232 : Ressources numériques : correction de la sauvegarde des albums. - + + 07/11/2017 - v7.11.8 @@ -22,6 +33,8 @@ - ticket #66742 : Résultat de recherche : Correction d'un cas rendant possible de configurer les listes de résultat sans limite par page + + 25/10/2017 - v7.11.7 - ticket #65680 : Ressources numériques : correction de l'accès à la ressource Arte VOD. diff --git a/VERSIONS_HOTLINE/66702 b/VERSIONS_HOTLINE/66702 deleted file mode 100644 index 87a0e77b4ec..00000000000 --- a/VERSIONS_HOTLINE/66702 +++ /dev/null @@ -1 +0,0 @@ - - ticket #66702 : Boite articles en diaporama : Correction de l'affichage d'un fond noir sur certains navigateurs. \ No newline at end of file diff --git a/VERSIONS_WIP/65273 b/VERSIONS_WIP/65273 deleted file mode 100644 index 3bf9eabccde..00000000000 --- a/VERSIONS_WIP/65273 +++ /dev/null @@ -1 +0,0 @@ - - ticket #65273 : Export des articles agenda en format ICAL \ No newline at end of file diff --git a/VERSIONS_WIP/65756 b/VERSIONS_WIP/65756 deleted file mode 100644 index 50997684572..00000000000 --- a/VERSIONS_WIP/65756 +++ /dev/null @@ -1 +0,0 @@ - - ticket #65756 : ajout du connecteur bibliothèque numérique Omeka \ No newline at end of file diff --git a/library/Class/Feature/List.php b/library/Class/Feature/List.php index 273467feb91..652fc87c38f 100644 --- a/library/Class/Feature/List.php +++ b/library/Class/Feature/List.php @@ -76,7 +76,7 @@ class Class_Feature_List { 'Desc' => $this->_('%s propose des formations en ligne. Le connecteur apporte SSO et aspiration du catalogue', '<a href="http://www.skilleos.com/">Skilleos</a>'), 'Image' => '', 'Video' => 'https://www.youtube.com/watch?v=Xlq31NIrFIs', - 'Category' => 'Bibliothèque numérique', + 'Category' => $this->_('Bibliothèque numérique'), 'Right' => function($feature_description, $user) {return true;}, 'Wiki' => 'http://wiki.bokeh-library-portal.org/index.php?title=Skilleos', 'Test' => '', @@ -104,6 +104,28 @@ class Class_Feature_List { 'Test' => '', 'Date' => '2017-10-04'], + '65756' => + ['Label' => $this->_('Connecteur Omeka'), + 'Desc' => $this->_('%s est un logiciel de gestion de bibliothèque numérique. Le connecteur permet de moissonner le catalogue', + '<a href="https://omeka.org/">Omeka</a>'), + 'Image' => 'http://wiki.bokeh-library-portal.org/images/8/85/Omeka.png', + 'Video' => '', + 'Category' => $this->_('Bibliothèque numérique'), + 'Right' => function($feature_description, $user) {return true;}, + 'Wiki' => 'http://wiki.bokeh-library-portal.org/index.php/Omeka', + 'Test' => '', + 'Date' => '2017-11-10'], + '65273' => + ['Label' => $this->_('Export des agendas au format iCalendar'), + 'Desc' => $this->_('Exportez vos agendas pour les intégrer dans un logiciel de calendrier ou un autre système d\'information.'), + 'Image' => '', + 'Video' => '', + 'Category' => $this->_('Exports'), + 'Right' => function($feature_description, $user) {return true;}, + 'Wiki' => 'http://wiki.bokeh-library-portal.org/index.php?title=Exporter_l%27agenda_au_format_iCalendar_(iCal)', + 'Test' => Class_Url::assemble(['controller' => 'cms', 'action' => 'ical']), + 'Date' => '2017-11-07'], + ]; } } \ No newline at end of file diff --git a/library/startup.php b/library/startup.php index 7cec08664e4..dba40691117 100644 --- a/library/startup.php +++ b/library/startup.php @@ -82,7 +82,7 @@ class Bokeh_Engine { function setupConstants() { defineConstant('BOKEH_MAJOR_VERSION','7.11'); - defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.9'); + defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.10'); defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/'); -- GitLab