diff --git a/FEATURES/109720 b/FEATURES/109720 deleted file mode 100644 index f63cd6a5d6e75e2f8311cd5d385d0680a44533f4..0000000000000000000000000000000000000000 --- a/FEATURES/109720 +++ /dev/null @@ -1,10 +0,0 @@ - '109720' => - ['Label' => $this->_('RGPD : Télécharger toutes les données d\'un compte'), - 'Desc' => 'Télécharger un fichier au format CSV contenant toutes les données liées à un compte dans bokeh', - 'Image' => '', - 'Video' => '', - 'Category' => 'RGPD', - 'Right' => function($feature_description, $user) {return true;}, - 'Wiki' => 'http://wiki.bokeh-library-portal.org/index.php?title=Fiche_utilisateur#R.C3.A9cup.C3.A9ration_de_toutes_les_donn.C3.A9es_li.C3.A9es_.C3.A0_un_compte_.28RGPD.29', - 'Test' => '', - 'Date' => '2020-05-05'], \ No newline at end of file diff --git a/VERSIONS b/VERSIONS index 11d07af76c0b847d46c648f2c333e48733c31c41..be59795270568808efa9f39e704f51f826cb2d98 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,3 +1,10 @@ +08/06/2020 - v8.0.63 + + - ticket #111125 : compatibilité du module drive avec les SIGB: Orphée, V-Smart et Pergame + + - ticket #109720 : Mon compte (RGPD) : Télécharger toutes les données liées à un compte + + 05/06/2020 - v8.0.62 - ticket #111520 : Drive : Correction de l'affichage des réservations dans l'interface administrateur lorsque l'option LOGIN_THROUGH_SIGB_ONLY est activée diff --git a/VERSIONS_WIP/109720 b/VERSIONS_WIP/109720 deleted file mode 100644 index 89f25b3734adbca694a80819632cb32d4ed835e8..0000000000000000000000000000000000000000 --- a/VERSIONS_WIP/109720 +++ /dev/null @@ -1 +0,0 @@ - - ticket #109720 : Mon compte (RGPD) : Télécharger toutes les données liées à un compte \ No newline at end of file diff --git a/VERSIONS_WIP/111125 b/VERSIONS_WIP/111125 deleted file mode 100644 index d3c367cfbca6f9404f12ed808f5c1ad29f5497cc..0000000000000000000000000000000000000000 --- a/VERSIONS_WIP/111125 +++ /dev/null @@ -1 +0,0 @@ - - ticket #111125 : compatibilité du module drive avec les SIGB: Orphée, V-Smart et Pergame \ No newline at end of file diff --git a/library/Class/Feature/List.php b/library/Class/Feature/List.php index f90d00a7336c40824d8b03ae47000e5fb20ccc0f..b64b0aaacfe8d620379fb324bee281e1a8955358 100644 --- a/library/Class/Feature/List.php +++ b/library/Class/Feature/List.php @@ -863,6 +863,17 @@ class Class_Feature_List { 'Test' => '', 'Date' => '2020-05-04'], + '109720' => + ['Label' => $this->_('RGPD : Télécharger toutes les données d\'un compte'), + 'Desc' => 'Télécharger un fichier au format CSV contenant toutes les données liées à un compte dans bokeh', + 'Image' => '', + 'Video' => '', + 'Category' => 'RGPD', + 'Right' => function($feature_description, $user) {return true;}, + 'Wiki' => 'http://wiki.bokeh-library-portal.org/index.php?title=Fiche_utilisateur#R.C3.A9cup.C3.A9ration_de_toutes_les_donn.C3.A9es_li.C3.A9es_.C3.A0_un_compte_.28RGPD.29', + 'Test' => '', + 'Date' => '2020-05-05'], + ]; } } \ No newline at end of file diff --git a/library/startup.php b/library/startup.php index 2449a9f00257e6e6a66f7fceef910526dae3f33b..49b75e5cca0c17d1570a7ac716896b5d993b79fe 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 . '.62'); + defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.63'); defineConstant('BOKEH_REMOTE_FILES', 'https://git.afi-sa.net/afi/opacce/'); diff --git a/library/translation/ca.mo b/library/translation/ca.mo index 4df7c2d1945f01d5aeb7907ab1645b5a7f7d4d78..67d3d1dd561cfaeb598dc5b208bbbf5c15dc998c 100644 Binary files a/library/translation/ca.mo and b/library/translation/ca.mo differ diff --git a/library/translation/en.mo b/library/translation/en.mo index 937a3061560b36cfe6d558634ad72b2df0e717b1..303edf0237c497a9573d6437694c30f260da563d 100644 Binary files a/library/translation/en.mo and b/library/translation/en.mo differ diff --git a/library/translation/es.mo b/library/translation/es.mo index 3c2b0e56e409a1b7a7e078f0282d42148c8d9c16..6fe86dd02bdb9048b78bd4cd955173456cba67ac 100644 Binary files a/library/translation/es.mo and b/library/translation/es.mo differ diff --git a/library/translation/fr.mo b/library/translation/fr.mo index b8ec8b6623cf20122150de5ca5d035e8ba264fdb..f137793c4ad3e4fb848590863b39a561fd5bfaf0 100644 Binary files a/library/translation/fr.mo and b/library/translation/fr.mo differ diff --git a/library/translation/ro.mo b/library/translation/ro.mo index 8a332341ed1b1c7c823a224a94a035dd2c8de7ff..4f591fd8aa493f59f781f1cb6943d0b1b5ac8a38 100644 Binary files a/library/translation/ro.mo and b/library/translation/ro.mo differ