[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.03-22-gb4858ca

Git repo owner gitmaster at git.koha-community.org
Mon Sep 2 17:29:46 CEST 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  b4858cac96aa0dfad0450cbe72e6b60cbe583779 (commit)
       via  40d857c6ec50be0e64f6367b21c8245011241e45 (commit)
       via  164893acfe89fbf1156ad8a93bee28771ba370d8 (commit)
      from  f14d94e565c81f8afa25fea7e1a032f33c93ad82 (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 b4858cac96aa0dfad0450cbe72e6b60cbe583779
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Thu May 2 14:20:45 2019 +0200

    Bug 22830: correct for loop in value_builder/unimarc_field_4XX.pl value_builder
    
    In value_builder/unimarc_field_4XX.pl value_builder gets search results
    and runs a for loog with $i index. This loop is limiter with number of
    results par page, it should also be limited by number of results if
    lower that number of results par page.
    
    Same in cataloguing/value_builder/marc21_linking_section.pl.
    
    Test plan :
    1) configure framework to use value builder
    2) use value builder
    3) perform a search with number of results lower than number of results
       per page
    4) check number of records diplayed is OK
    5) perform a search with number of results upper than number of results
       per page and check number of results is OK
    6) you see number of results par page records and pagination link
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 669864f4b0cb16fc9a8566bffdeb42d7875fd8aa)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 40d857c6ec50be0e64f6367b21c8245011241e45
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Fri Aug 9 16:02:54 2019 +0000

    Bug 23446: Fix display issue in serials navigation
    
    The serial navigation shows a little stangely on the
    serial subscription detail page and other pages that show
    information about a specific subscription with one of the menu items
    having a different display height than the other items.
    
    To test:
    - Go to the serials module
    - Add or search for an existing subscription
    - Go to the subscription detail page
    - Verify the display issue in the navigation on the left
    - Apply patch
    - Check again from different pages in the serials module
    - Verify display is improved
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit d5152dfcdf9ba63fd04d0dc15f34c851e5c85836)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 164893acfe89fbf1156ad8a93bee28771ba370d8
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Sun Aug 4 12:48:07 2019 -0500

    Bug 23242: Fix insert of Z3950 servers with strict SQL modes
    
    If strict SQL modes are set, the insertion of a new Z3950 server can
    fail.
    
    DBIx::Class::Storage::DBI::_dbh_execute(): Incorrect integer value: ''
    for column 'checked' at row 1 at
    /home/vagrant/kohaclone/admin/z3950servers.pl line 82
    
    Using Koha::Z3950Servers fixes the issue (handled from
    Koha::Object->store)
    
    Test plan:
    - Turn the strict SQL modes on (config strict_sql_modes)
    - Create a new Z3950 server filling only the mandatory fields.
    => Without this patch you will get the failure, with this patch applied
    the server will be inserted sucessfully
    - Delete it
    => No regression should be found
    - Search for servers
    => No regression should be found (the search is a start-with, LIKE "$pattern%")
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit a9c730244768ea355004e821d5be35dc2e617840)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 admin/z3950servers.pl                                |   18 +++++++++---------
 cataloguing/value_builder/marc21_linking_section.pl  |    2 +-
 cataloguing/value_builder/unimarc_field_4XX.pl       |    2 +-
 .../intranet-tmpl/prog/en/includes/serials-menu.inc  |    6 ++----
 4 files changed, 13 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list