[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.14-43-g230fb5d812

Git repo owner gitmaster at git.koha-community.org
Sun Sep 20 22:55:54 CEST 2020


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 19.05.x has been updated
       via  230fb5d812f9b4f75b9a142bcb61af6c23b01984 (commit)
       via  74892117b010a7f36b217e7cb75ee1f41b40fccc (commit)
      from  70de5031af53c3027806550c67c9444b8d8304bc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 230fb5d812f9b4f75b9a142bcb61af6c23b01984
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Wed Jul 22 13:28:44 2020 +0100

    Bug 26041: Enable keyboard navigation without 'ctrl'
    
    This patch enables keyboard navigation using the arrow keys without the
    need to hold the control key for the jQuery UI datepicker.
    
    Test plan
    1/ Navigate to an item in the opac and attempt to place a hold
    2/ On the resultant screen, use keyboard navigation to trigger the 'Show
    more options' dropdown.
    3/ Focus on one of the date inputs using keyboard navigation.
    4/ Use 'ctrl + arrow' keys to navigate the datepicker.
    5/ Note that prior to the patch using 'bare' arrow keys does not trigger
    anything
    6/ Apply the patch and confirm that the datepicker can now be naviated
    using the arrow keys without holding the ctrl key.
    7/ Confirm that using the ctrl key combinations continue to work as
    expected too.
    8/ Signoff
    
    Signed-off-by: Brandon J <brandon.jimenez at inLibro.com>
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit be92f7e79ce093e251c2489408dce3077f782c0d)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit 09b5ffe12178894946176588e81d6a1136bce710)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    (cherry picked from commit 42a99cf83d0e5add52d03205e5d16948a34b4379)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit 74892117b010a7f36b217e7cb75ee1f41b40fccc
Author: Mason James <mtj at kohaaloha.com>
Date:   Thu Jun 18 13:26:20 2020 +1200

    Bug 25792: Rename 'ttf-dejavu' package to 'fonts-dejavu' for Debian 11
    
    to test...
     1/ attempt to install koha 20.05 package on deb11, fail :'(
     2/ apply patch and build new koha package
     3/ attempt to install new koha package on deb11, succeed!
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 14932ae7d3bf864f64bffc9b1b015a07e11c8e2e)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit a224b116882341fe4f0db09b456db1e20d8ad2e0)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    (cherry picked from commit 47e4752e5320067abd594c4bd1c4f7f8277aa65a)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

-----------------------------------------------------------------------

Summary of changes:
 Makefile.PL                                        |  4 ++--
 debian/control                                     |  6 +++---
 debian/control.in                                  |  6 +++---
 debian/templates/koha-conf-site.xml.in             | 24 +++++++++++-----------
 .../opac-tmpl/bootstrap/en/includes/calendar.inc   | 16 +++++++++++++++
 rewrite-config.PL                                  |  2 +-
 6 files changed, 37 insertions(+), 21 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list