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

Git repo owner gitmaster at git.koha-community.org
Tue May 12 01:08:02 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  854c71df7914b1539e9c3af8b65096d607ea5595 (commit)
       via  7560c4581331a6a09f023df38cf04e4e8b4d5b2c (commit)
       via  4bc3fe1c72602c6e3886725836558af8f7b370f2 (commit)
      from  629d9dc21e0df630c71eb53a219b01be72d3cf3d (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 854c71df7914b1539e9c3af8b65096d607ea5595
Author: David Roberts <david at koha-ptfs.co.uk>
Date:   Mon May 4 19:43:32 2020 +0000

    Bug 25130: Reason for accepting/rejecting a suggestion is not visible when viewing (not editing)
    
    The patch adds the suggestion management reason to the display when
    viewing a suggestion.
    
    To test:
    
    1) Edit a suggestion and assign a reason for accepting it.
    2) View the suggestion (/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=XX&op=show, replacing XX with your suggestion ID)
    3) Under suggestion management, the reason you've just assigned does not
    display.
    4) Apply the patch
    5) Check the display again - the Reason should now be visible directly
    under the status.
    
    Signed-off-by: Abbey Holt <aholt at dubuque.lib.ia.us>
    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 7560c4581331a6a09f023df38cf04e4e8b4d5b2c
Author: Grace McKenzie <grace.mcky at gmail.com>
Date:   Wed Jan 18 22:55:48 2017 +0000

    Bug 17853: Don't remove () from 780 link text
    
    To test:
    - Catalogue a record with 780, Indicators 00 and $a some text including parentheses.
        e.g. Hospitals (Chicago, Ill. : 1936)
    - Verify that the () are not shown in the link text and are not part of the URL.
    - Apply patch
    - Verify that the () are shown in the link text and are not part of the URL.
    
    Signed-off-by: Felix Hemme <felix.hemme at thulb.uni-jena.de>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: David Nind <david at davidnind.com>
    
    Bug 17853: Don't remove () from 785 link text and restore link value of 780
    
    The only thing we change for 780 and 785 is, that if the display
    text contains (), they are no longer removed.
    
    To test:
    - Catalogue a record with 785$a some text (including) parenthesis
        e.g. Hospitals (Chicago, Ill. : 1936)
    - Verify that the () are not shown in the link text and are not part of the URL.
    - Apply patch
    - Verify that the () are shown in the link text and are not part of the URL.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 4bc3fe1c72602c6e3886725836558af8f7b370f2
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Apr 17 12:24:24 2020 +0200

    Bug 25157: Silent patron deletion cmd line script
    
    Without -v the script will no longer display messages unless the error
    is major.
    
    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>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt | 6 ++++++
 .../intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl     | 8 ++++----
 koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl  | 8 ++++----
 misc/cronjobs/delete_patrons.pl                                  | 9 +++++----
 4 files changed, 19 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list