[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.13-23-ga4938d1310

Git repo owner gitmaster at git.koha-community.org
Sun Jul 26 17:28:59 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  a4938d13107f0d1e8bce91eab12dd23741c624d4 (commit)
       via  5d8d84bba2f1dfc293b5226b574395f5e0e3f3df (commit)
       via  181b4ecb3d6d2aa2ab5502b2c4e0a3d0e64488f3 (commit)
       via  8bd4cf0640780b8e4159c224a9e044fe81e9b83f (commit)
      from  2f054779c3e4affb01fed988a2c3f1e82cb7200c (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 a4938d13107f0d1e8bce91eab12dd23741c624d4
Author: Emmi Takkinen <emmi.takkinen at outlook.com>
Date:   Thu Mar 19 09:12:19 2020 +0200

    Bug 4985: Fix Plack scope errors
    
    This patch 'ours' several variables to fix Plack scope errors
    in exceptionHolidays.pl.
    
    This also adds '@holidays_list' as parameter to 'edit_holidays'.
    
    Sponsored-by: Koha-Suomi Oy
    
    Signed-off-by: Sally <sally.healey at cheshiresharedservices.gov.uk>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit ee3f5d5a85d93dc36d6bdeab5f092c0098d604e1)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit b66500e424dd12a37fe418816947c56cba9134b4)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    (cherry picked from commit 760f1eaad5a426c5bd2436c072a2df401202e8e4)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit 5d8d84bba2f1dfc293b5226b574395f5e0e3f3df
Author: Emmi Takkinen <emmi.takkinen at outlook.com>
Date:   Fri Feb 7 12:43:54 2020 +0200

    Bug 4985: Edit a calendar entry for all branches
    
    This patch adds functionality to calendar tool to
    make edits or deletes to all branches at once.
    
    To test:
    -Apply patch
    -Add holiday for a library and copy it to all or some
    libraries
    -Edit previosly made holiday (edit, delete etc.) and
    check out "Copy changes to all libraries." checkbox
    => Changes are made to all libraries sharing changed
    holiday
    
    Sponsored by: Koha-Suomi Oy
    
    Signed-off-by: Christofer <christofer.zorn at ajaxlibrary.ca>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Sally <sally.healey at cheshiresharedservices.gov.uk>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit ce2219425d9b97952f5904024fb7575a0809487b)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit 6f85f47365a1460d1e68280835d69008424fea45)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    (cherry picked from commit dbb2717123362bf620184f3ac548d90918d6c1ce)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit 181b4ecb3d6d2aa2ab5502b2c4e0a3d0e64488f3
Author: Hayley Mapley <hayleymapley at catalyst.net.nz>
Date:   Thu Jun 11 11:48:54 2020 +1200

    Bug 25151: Fixing semantic headings in opac-basket.tt
    
    Test plan:
    1) Apply the patch
    2) Add items to your cart/folder/basket
    3) Open up the basket and check that the main heading is now an h1
    4) Check that the page looks fine
    
    Signed-off-by: Sally <sally.healey at cheshiresharedservices.gov.uk>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit f002bd17105bab2d16aee8db8ed4f6d688192fc3)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit 987eb51a3330e69b018633d01ed987d9cf04dfb7)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    (cherry picked from commit 9c3412747c9a118345690a69feb4c15a7c757195)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit 8bd4cf0640780b8e4159c224a9e044fe81e9b83f
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Jun 11 13:05:31 2020 +0100

    Bug 25239: Fix semantic heading for opac-reserve.tt
    
    Prior to this patch, the opac-reserve contained semantically incorrect headings.
    
    Test plan
    1/ Perform a search which yields some results in the OPAC
    2/ Attempt to place a hold on an item.
    3/ On the resulting screen, note that the headings are:
       H1 (Koha page title) > H3 (Confirm holds for) > H5 (Hold levels)
    4/ Apply this patch and reload the page
    5/ Re-inspect the elements in question note the heading semantics are now:
       H1 (Title of page) > H2 (Confirm holds for) > H3 (Hold levels)
    6/ Note the appearance of the box is still reasonable
    7/ Signoff
    
    Signed-off-by: Sally <sally.healey at cheshiresharedservices.gov.uk>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 1a96ede5f114bd90fe1735702ca4bab77dfed9d4)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit 5574a5850f2a55a3544b3f9d5c95bf491aae4e03)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    (cherry picked from commit 94688f92512cb69812f558b74e283f0ae585dfea)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

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

Summary of changes:
 .../prog/en/modules/tools/holidays.tt              |   6 +
 .../opac-tmpl/bootstrap/en/modules/opac-basket.tt  |   7 +-
 .../opac-tmpl/bootstrap/en/modules/opac-reserve.tt |   2 +-
 tools/exceptionHolidays.pl                         | 165 ++++++++++++---------
 4 files changed, 102 insertions(+), 78 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list