[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.05-5-g4f868dc0b8

Git repo owner gitmaster at git.koha-community.org
Tue Apr 28 22:49:41 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.11.x has been updated
       via  4f868dc0b802c542a6746a15280e6349b64efa63 (commit)
       via  25ba1342c3b5e54087428fd5bdb5cc83d6cea65c (commit)
       via  4d91ae97a17221bcd192d5b89f2cb55056ae26dd (commit)
       via  d611dd49aedfbe3c69c8d5042d3b0b59a6ffaf5f (commit)
       via  4ed4b51e4bbbcc0e968c1685a6f4eaeefc6d7e37 (commit)
      from  c5125b3d4c3ea2acd3647f86b9b4550a9675aff5 (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 4f868dc0b802c542a6746a15280e6349b64efa63
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Mar 30 11:35:35 2020 +0200

    Bug 19475: Clear the caches at the end of the tests
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 25ba1342c3b5e54087428fd5bdb5cc83d6cea65c
Author: Emmi Takkinen <emmi.takkinen at outlook.com>
Date:   Wed Mar 4 13:54:34 2020 +0200

    Bug 19475: Don't copy holiday if it already exists in target calendar
    
    Calendars copy tool created duplicate values to database.
    Holidays in target calendar weren't checked before
    inserting new holidays. This patch fixes this.
    
    To test:
    1. Add holidays for branch A
    2. Copy branch A calendar to branch B
    3. Repeat copy to branch B
    => Check database, branch B has now duplicate holidays
    4. Delete holidays from branches A and B
    5. Apply patch
    6. Repeat steps 1-3
    => Check database, no duplicates
    
    Sponsored-by: Koha-Suomi Oy
    Signed-off-by: Michal Denar <black23 at gmail.com>
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 4d91ae97a17221bcd192d5b89f2cb55056ae26dd
Author: Emmi Takkinen <emmi.takkinen at outlook.com>
Date:   Thu Mar 12 12:35:39 2020 +0200

    Bug 19475: Add unit tests
    
    To test prove:
    t/db_dependent/Holidays.t
    
    Sponsored-by: Koha-Suomi Oy
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit d611dd49aedfbe3c69c8d5042d3b0b59a6ffaf5f
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Apr 3 14:10:07 2020 +0100

    Bug 9422: (RM follow-up) Rebase Correction
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 4ed4b51e4bbbcc0e968c1685a6f4eaeefc6d7e37
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sun Feb 10 12:09:08 2019 +0100

    Bug 9422: Don't allow access to 'Upload patron images' when patronimages syspref is off
    
    In addition to checking the patron image upload permission, this
    adds a check for the patronimages system preference to the tools
    home page and sidebar.
    
    To test:
    - Check that the patron image upload tool only displays when
      - system preference patronimages is set to 'Allow'
        and user is either
      - superlibrarian or
      - has bath_upload_patron_images permission
    - Save URL of patron image uploader page
    - Turn off patronimages
    - Verify you get redirected to the home page of Koha when trying
      to access the page
    
    Note: this redirect is already used by the stock rotation feature.
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

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

Summary of changes:
 C4/Calendar.pm                                     |  38 +++++--
 .../intranet-tmpl/prog/en/includes/tools-menu.inc  |   4 +-
 .../prog/en/modules/tools/tools-home.tt            |   4 +-
 t/db_dependent/Holidays.t                          | 120 ++++++++++++++++++++-
 tools/picture-upload.pl                            |   6 ++
 5 files changed, 159 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list