[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.05-1-43-g3ca3df4

Git repo owner gitmaster at git.koha-community.org
Fri Dec 20 19:29:01 CET 2019


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  3ca3df4828683f7ffd6d0c1b7f13754be1508ffb (commit)
       via  9ba8897f78d78a3b94c0a8a5d71901227a7a6193 (commit)
       via  d2ab48f47c1480c297b3fc99d609bcfe96de65ea (commit)
      from  5ca21e35c66917b4a25d2cacef2518f0dcd6acb0 (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 3ca3df4828683f7ffd6d0c1b7f13754be1508ffb
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Dec 2 15:14:33 2019 +0000

    Bug 24124: Fix authorities selection in batch deletion tool in Chrome
    
    This patch adds some inline CSS to force clearing on some elements in
    the forms for batch record modification and deletion. The problem with
    selecting the "Authorities" radio button stemmed from the fact that
    non-clearing floats caused elements to invisibly overlap in the form.
    
    To test, apply the patch and test both batch record modification and
    batch record deletion. Upon selecting the "Authorities" radio button in
    each case the "Select a list of records" tab should disappear. Selecting
    the "Biblios" option should re-display the tab.
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.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>
    (cherry picked from commit 6f102abcb1878f39a03d72141c512cb84602aaa7)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 9ba8897f78d78a3b94c0a8a5d71901227a7a6193
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Dec 3 19:54:07 2019 +0000

    Bug 24164: Unit test
    
    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>
    (cherry picked from commit cb1db1ddb11cadc9dc39ec9440fb1b27a66d6835)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit d2ab48f47c1480c297b3fc99d609bcfe96de65ea
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Dec 3 19:55:19 2019 +0000

    Bug 24164: Copy the letter for each email
    
    To test:
    1 - Set or have two patrons with emails - note thier borrowernumber for the report
    2 - Create a report - note the report id ($REPORT_ID)
    SELECT borrowernumber, surname, firstname, email FROM borrowers WHERE borrowernumber IN (##,##);
    3 - Create a notice in circulation with code TESTEMAIL
    4 - The content should be "[% surname %]"
    5 - perl misc/cronjobs/patron_emailer.pl --report $REPORT_ID --notice TESTEMAIL --module circulation --from anyone at anywhere.com --verbose
    6 - Note that the emails both have the same surname
    7 - Apply patch
    8 - Repeat 5
    9 - Emails now have correct content
    
    Signed-off-by: Kelly McElligott <kelly at bywatersolutions.com>
    Signed-off-by: Jessica Zairo <jzairo at bywatersolutions.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>
    (cherry picked from commit bb110db48dee3a7eddcaea743e48e6da49d86e9c)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 C4/Reports/Guided.pm                                             |    2 +-
 .../intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt  |    4 +---
 .../prog/en/modules/tools/batch_record_modification.tt           |    2 +-
 t/db_dependent/Reports/Guided.t                                  |    6 ++++--
 4 files changed, 7 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list