[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.15-11-ga2cbbb4e1d

Git repo owner gitmaster at git.koha-community.org
Tue Oct 20 23:39:16 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  a2cbbb4e1d091d41b75700f153976e470b72e18d (commit)
       via  28b8065003d6d6cc3fb4c98b32b0bb6e45ac78fa (commit)
       via  e89aa3f62b67153d0939fc99675294aa423d04e7 (commit)
      from  eea08a048ee1aa5c300c9a2cd98dec385b83d8b0 (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 a2cbbb4e1d091d41b75700f153976e470b72e18d
Author: David Cook <dcook at prosentient.com.au>
Date:   Tue Aug 18 12:20:32 2020 +1000

    Bug 26231: Remove incorrect use of AddAuthority() when 001 present
    
    This patch removes the use of AddAuthority with a non-empty
    authid argument, since that triggers an update rather than an insert.
    
    In practice, the update also fails, but the error isn't raised,
    as the database connection doesn't have RaiseError set.
    
    Test plan:
    1) Do not apply patch
    2) Try to bulkmarcimport an authority file with a 001
    3) Observe that the script reports success but no authority is added
    4) Apply the path
    5) Try to bulkmarcimport an authority file with a 001
    6) Observe that the script reports success and the authority is added
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 9622561636387ced932cc31e285d13cdba607c47)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit 276602aadbdb27cbec780c9564b93ccd0c1961b6)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    (cherry picked from commit be9eeef3c9cc746e25a44b362d4d78a3739e4fb5)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit 28b8065003d6d6cc3fb4c98b32b0bb6e45ac78fa
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Thu Jul 23 10:21:36 2020 +0200

    Bug 26049: Replace li with span class results_summary in UNIMARC intranet XSLT
    
    In all XSLT for record display, fields are created with <span class="results_summary> except in UNIMARC intranet where there is just <li>.
    
    This allows a better CSS customisation and closer code in files for OPAC and intranet.
    
    Actually li gets diplayed with a dot at each line, we don't want this.
    
    Test plan :
    1) For each modified file run 'xsltproc file.xsl' and see there is no
       error
    2) Use default XSLT in all system preferences
    3) Perform a search and check display with and without patch
    4) Click on a record to see details and check display with and without patch
    
    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: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 9db369fb58c1f2795f748e972397f1ecb882ce92)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit 03e585ad5f951a3cc2bb684c11b829e5ce854f4c)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    (cherry picked from commit d99bbe477732ef9b0dd3eafc3958f6e9a71a1b44)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit e89aa3f62b67153d0939fc99675294aa423d04e7
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Sep 10 09:42:58 2020 +0200

    Bug 26420: Use translated notices for overdue_notices.pl
    
    This script does not pass the patron's preferred lang for notices.
    
    Test plan:
    Enable TranslateNotices
    Create a patron with a preferred lang for notices != default
    Translate ODUE for this language
    Setup the overdue notices for this patron's category
    Check an item out for this patron (select the correct due date to
    trigger the notice)
    Run the script overdue_notices.pl
    Check the message_queue table and confirm that the notice enqueued is
    translated
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 8e397330f687bd0e9e39387e32a8a8acbbb3b31a)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit eb88ec34bffb57554f31e7b56cd40b37aaa08e6b)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    (cherry picked from commit 0dfcff4c8f6759e5f280e90c0a9c5e4944d3c62f)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

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

Summary of changes:
 .../prog/en/xslt/UNIMARCslim2intranetDetail.xsl    | 99 ++++++++++++----------
 .../prog/en/xslt/UNIMARCslimUtils.xsl              | 80 ++++++++++-------
 .../bootstrap/en/xslt/UNIMARCslim2OPACDetail.xsl   | 12 +--
 .../bootstrap/en/xslt/UNIMARCslimUtils.xsl         |  6 +-
 misc/cronjobs/overdue_notices.pl                   |  4 +-
 misc/migration_tools/bulkmarcimport.pl             | 11 ---
 6 files changed, 116 insertions(+), 96 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list