[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.03-21-geae26a2167

Git repo owner gitmaster at git.koha-community.org
Thu Mar 5 02:46:56 CET 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  eae26a21671e800d7d9ca822fa00561dc10e781d (commit)
       via  853d0ee468d1f5ba1efb3a9746855486f4d25e6c (commit)
       via  947db3b6cb77ea6cf68fa9218729068a303aab03 (commit)
       via  3b3a84d272fd6ee1259273e132739a4caa8bc616 (commit)
       via  d024f3dd860856f0e0a878353af08fa6773743e7 (commit)
       via  a6dc3c436c6cc01b9fd4f4e5fb576b9734d8a204 (commit)
      from  cc43ee0685ff3c895442fdb2c6c13fe076a1ba7d (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 eae26a21671e800d7d9ca822fa00561dc10e781d
Author: Joy Nelson <joy at bywatersolutions.com>
Date:   Thu Mar 5 01:19:27 2020 +0000

    Bug 20882: DBRev 19.11.03.001
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 853d0ee468d1f5ba1efb3a9746855486f4d25e6c
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon Feb 10 14:28:51 2020 +0000

    Bug 20882: Move items.uri to mediumtext
    
    Applies to items and deleteditems.
    
    Test plan:
    Run new install or upgrade. Check field size.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 947db3b6cb77ea6cf68fa9218729068a303aab03
Author: Andreas Jonsson <andreas.jonsson at kreablo.se>
Date:   Fri Jan 24 10:13:05 2020 +0000

    Bug 24506: Multibranch limit does not work with ElasticSearch
    
    Test plan
    1. Set up a system with ElasticSearch
    2. Set up or make sure ther are at least two branches
    3. create a group of branches
    4. make sure there are items associated with any library in the group
    5. make a search in opac limited by the library group
    6. make an advanced search in intra limited by the library group
    7. change SearchEngine system preference to Zebra and repeat 5. and 6.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 3b3a84d272fd6ee1259273e132739a4caa8bc616
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon Feb 10 15:17:38 2020 +0000

    Bug 13574: Fix display of repeatable item subfields
    
    Applies to OPAC and staff: opac-MARCdetail and catalogue/MARCdetail.
    
    Test plan:
    [1] Pick an item. Pick two fields say URI and copy number, and fill these
    with a value like A | B. (The pipe char is important.)
    [2] Verify that the display of the item block on opac-MARCdetail shows
    both A and B in those columns. (Previously only B was shown.)
    [3] Verify the same on catalogue MARC detail, items tab.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Holly Cooper <hc at interleaf.ie>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit d024f3dd860856f0e0a878353af08fa6773743e7
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Feb 13 09:27:26 2020 +0000

    Bug 24649: Fix two other missing <li> tags for cloned subfields
    
    Same problem as previous patch in Batch item modification as well as
    serial-edit.pl.
    
    Test plan:
    [1] Go to Tools/Batch item modification.
        Test cloning subfield on batchMod-edit.
    [2] Go to a serial with "Create item when receiving".
        Receive an issue. Click add item.
        Test cloning subfield.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit a6dc3c436c6cc01b9fd4f4e5fb576b9734d8a204
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Feb 13 08:56:35 2020 +0000

    Bug 24649: Fix missing <li> tag on item editor for cloned subfield
    
    Instead of the parentNode (which is a div), we need the parent of the div
    (which is a li).
    So a simple fix.
    
    Test plan:
    To see the difference, test first without patch applied:
    Mark item subfield, say URI, as repeatable.
    Clone that subfield in item editor.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

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

Summary of changes:
 Koha.pm                                              |  2 +-
 catalogue/MARCdetail.pl                              | 20 +++++++++++++++-----
 catalogue/search.pl                                  |  2 +-
 installer/data/mysql/kohastructure.sql               |  4 ++--
 installer/data/mysql/updatedatabase.pl               |  9 +++++++++
 .../prog/en/modules/cataloguing/additem.tt           |  2 +-
 .../prog/en/modules/serials/serials-edit.tt          |  4 ++--
 .../prog/en/modules/tools/batchMod-edit.tt           |  2 +-
 opac/opac-MARCdetail.pl                              | 13 ++++++++++---
 opac/opac-search.pl                                  |  2 +-
 10 files changed, 43 insertions(+), 17 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list