diff --git a/VERSIONS b/VERSIONS index d60bf6d0652905638541740c01abd0cca28e1b6e..5391188822862b096345ae3051ade934ab868219 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,3 +1,14 @@ +20/08/2019 - v8.0.23 + + - ticket #94332 : WebService : amélioration de l'affichage des sites de retraits des reservations. + - ticket #95190 : Administration : Export CSV des médias + - ticket #68507 : WebService Koha : Correction du format de la date de naissance dans le formulaire de pré-inscription. + - ticket #93504 : Bibliothèque numérique : pouvoir ouvrir/télécharger des images avec l'extension JPG + - ticket #94528 : Arte VOD : Maintenance du connecteur + - ticket #93542 : Affichage des vignettes : prise en compte des champs unimarc spécifiés dans la configuration du profil + - ticket #95885 : Version Mobile : Affichage des horaires d'ouvertures dans la fiche bibliothèque. + + 29/07/2019 - v8.0.22 - ticket #80976 : Page notice : connecté en tant qu'administrateur, l'outil "Inspector Gadget" permet de supprimer un exemplaire diff --git a/VERSIONS_HOTLINE/68507 b/VERSIONS_HOTLINE/68507 deleted file mode 100644 index b1e881a4a33fb1e5a75b0b79f1d3bc774b891d52..0000000000000000000000000000000000000000 --- a/VERSIONS_HOTLINE/68507 +++ /dev/null @@ -1 +0,0 @@ - - ticket #68507 : WebService Koha : Correction du format de la date de naissance dans le formulaire de pré-inscription. \ No newline at end of file diff --git a/VERSIONS_HOTLINE/93504 b/VERSIONS_HOTLINE/93504 deleted file mode 100644 index 64cc1ede359fb41790273dd624dab06919ba1c3d..0000000000000000000000000000000000000000 --- a/VERSIONS_HOTLINE/93504 +++ /dev/null @@ -1 +0,0 @@ - - ticket #93504 : Bibliothèque numérique : pouvoir ouvrir/télécharger des images avec l'extension JPG \ No newline at end of file diff --git a/VERSIONS_HOTLINE/93542 b/VERSIONS_HOTLINE/93542 deleted file mode 100644 index 3d486fdc5506410213e20e44d25341121e0e5a05..0000000000000000000000000000000000000000 --- a/VERSIONS_HOTLINE/93542 +++ /dev/null @@ -1 +0,0 @@ - - ticket #93542 : Affichage des vignettes : prise en compte des champs unimarc spécifiés dans la configuration du profil \ No newline at end of file diff --git a/VERSIONS_HOTLINE/94332 b/VERSIONS_HOTLINE/94332 deleted file mode 100644 index 9e55ba4e3a4c7e77a17c670c1a56993eb04e8ad2..0000000000000000000000000000000000000000 --- a/VERSIONS_HOTLINE/94332 +++ /dev/null @@ -1 +0,0 @@ - - ticket #94332 : WebService : amélioration de l'affichage des sites de retraits des reservations. \ No newline at end of file diff --git a/VERSIONS_HOTLINE/94528 b/VERSIONS_HOTLINE/94528 deleted file mode 100644 index 771ad561aabf5d0b146153942e73ee71e1d277c1..0000000000000000000000000000000000000000 --- a/VERSIONS_HOTLINE/94528 +++ /dev/null @@ -1 +0,0 @@ - - ticket #94528 : Arte VOD : Maintenance du connecteur \ No newline at end of file diff --git a/VERSIONS_HOTLINE/95190 b/VERSIONS_HOTLINE/95190 deleted file mode 100644 index cbf5ca4b528b2f2ad21ea7a7e7e4b9bf81f4d4f9..0000000000000000000000000000000000000000 --- a/VERSIONS_HOTLINE/95190 +++ /dev/null @@ -1 +0,0 @@ -hotline #95190 : Administration : Export CSV des medias \ No newline at end of file diff --git a/VERSIONS_HOTLINE/95885 b/VERSIONS_HOTLINE/95885 deleted file mode 100644 index 01e56e081b348e682157640fb7c76815e1a927fb..0000000000000000000000000000000000000000 --- a/VERSIONS_HOTLINE/95885 +++ /dev/null @@ -1 +0,0 @@ - - ticket #95885 : Version Mobile : Affichage des horaires d'ouvertures dans la fiche bibliothèque. \ No newline at end of file diff --git a/library/startup.php b/library/startup.php index b6fb3b83c303e70d584e1261bf43c270fafe00bf..0bbb965ae7a7258ce720a5e2f7488cf4e31784f1 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 . '.22'); + defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.23'); defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/'); diff --git a/tests/library/ZendAfi/View/Helper/Abonne/AbonnementTest.php b/tests/library/ZendAfi/View/Helper/Abonne/AbonnementTest.php index f7950c99748ce7535d247d0493e796de2af3a302..023c743fa742119df5f74c611dc3f3a6ba1d5a3a 100644 --- a/tests/library/ZendAfi/View/Helper/Abonne/AbonnementTest.php +++ b/tests/library/ZendAfi/View/Helper/Abonne/AbonnementTest.php @@ -16,7 +16,7 @@ * * You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE * along with BOKEH; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ require_once 'library/ZendAfi/View/Helper/ViewHelperTestCase.php'; @@ -44,7 +44,7 @@ class View_Helper_Abonne_AbonnementTest extends ViewHelperTestCase { public function userDateFinAbonnementShouldReturnAbonnementValid() { $this->assertXPathContentContains($this->_helper->abonne_abonnement(Class_Users::newInstanceWithId(3) ->beAbonneSIGB() - ->setDateFin('2019-08-19')), + ->setDateFin('2050-08-19')), '//div[@class="abonnement"]', 'Votre abonnement est valide'); }