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

Git repo owner gitmaster at git.koha-community.org
Fri May 1 20:14:30 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  e370007f0e04945a82a1fa1af42bfc84ab8855b4 (commit)
       via  5b10df8bf77c8e7148caf042221d2ecd946742fa (commit)
       via  cf649efd7251243bc824bab542285ba17adafacb (commit)
       via  ef8f3870b41032e1ae388baaeb8f13565a08dfaf (commit)
       via  e6c829d887b8b6aeda98a7ba57dc9ac04b79a7a3 (commit)
      from  d1cb5f562e47be367bf17a8a689a378c88da954e (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 e370007f0e04945a82a1fa1af42bfc84ab8855b4
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Apr 8 11:28:31 2020 +0200

    Bug 25046: Add 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>

commit 5b10df8bf77c8e7148caf042221d2ecd946742fa
Author: Andreas Roussos <a.roussos at dataly.gr>
Date:   Thu Apr 2 19:14:57 2020 +0200

    Bug 25046: Include borrowers.othernames in SELECT statement
    
    In C4/Utils/DataTables/Members.pm, the SELECT statement that fetches
    patron data from the database does not include borrowers.othernames
    in the field list. As a consequence, when the output is in the form
    of a DataTable, the Template Toolkit files that refer to .othernames
    (such as the patron-title.inc include) won't display the information
    from the 'Other name' input field if that field has been filled in.
    
    This patch fixes that.
    
    Test plan:
    0) Have a few patrons with some data in the 'Other name' field.
    1) Perform a generic search in Home > Patrons to ensure you will get
       a DataTable with results.
    2) Observe that the 'Name' column does not include 'Other name' info.
    3) Apply the patch, and restart Plack if necessary.
    4) Repeat your search: this time you should see the information from
       the 'Other name' field, it will be next to the patron's First name
       and within parentheses.
    
    Sponsored-by: Eugenides Foundation Library
    Signed-off-by: Devinim <nazli at devinim.com.tr>
    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 cf649efd7251243bc824bab542285ba17adafacb
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Mar 11 16:21:06 2020 +0100

    Bug 24826: Remove warnings from Sendmail
    
    Use of uninitialized value $mail{"Cc"} in substitution (s///) at /usr/share/perl5/Mail/Sendmail.pm
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit ef8f3870b41032e1ae388baaeb8f13565a08dfaf
Author: David Roberts <david at koha-ptfs.co.uk>
Date:   Fri Apr 3 15:23:01 2020 +0000

    Bug 24940: Serials statistics wizard: order vendor list alphabetically
    
    This patch changes the dropdown from being sorted by aqbookseller.id to
    aqbookseller.name
    
    To test:
    1) Add at least 2 vendors:
     - First: ZZZZ
     - Second: AAAA
    2) Add subscriptions for each of the vendors
    3) Check the pull down in the serials statistics wizard and verify it
    lists them as ZZZZ, AAAA
    4) Apply the patch
    5) Re-check the pull down in the wizard and check that the vendors are
    now listed AAAA,ZZZZ
    
    Signed-off-by: Devinim <kohadevinim at devinim.com.tr>
    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 e6c829d887b8b6aeda98a7ba57dc9ac04b79a7a3
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Mon Mar 30 09:39:13 2020 -0300

    Bug 25019: Make the ViewPolicy filter initialization standard
    
    This patch makes the ViewPolicy filter use the 'params' accessor instead
    of relying of ->{options} which has no accessor. This will allow
    interacting with the filter object be similar through all the filters in
    the chain.
    
    To test, we just need to verify no behaviour change takes place:
    1. Run:
       $ kshell
      k$ prove t/db_dependent/Filter_MARC_ViewPolicy.t
    => SUCCESS: Tests pass
    2. Apply this patch
    3. Repeat 1
    => SUCCESS: Tests still pass!
    4. Sign off :-D
    
    Signed-off-by: David Nind <david at davidnind.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>

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

Summary of changes:
 C4/Utils/DataTables/Members.pm            |  1 +
 Koha/Email.pm                             |  4 ++--
 Koha/Filter/MARC/ViewPolicy.pm            | 16 ++++------------
 reports/serials_stats.pl                  |  3 ++-
 t/db_dependent/Utils/Datatables_Members.t | 12 +++++++++++-
 5 files changed, 20 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list