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

Git repo owner gitmaster at git.koha-community.org
Tue Apr 28 23:25:34 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  f11299f9c04e6223507f0b4914b3191b60d5845e (commit)
       via  b3ecfd686d5190c937415558497024819992e8d5 (commit)
       via  b85e53dccb76e2a462255b01c6e37f2f040b7ff2 (commit)
      from  b5062aaf6b3bb721e56cf3186fda738432f897f4 (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 f11299f9c04e6223507f0b4914b3191b60d5845e
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sat Mar 28 00:46:55 2020 +0100

    Bug 25012: Fix class on OPAC view link in staff detail page
    
    Probably a copy & paste error: the OPAC view link on the staff
    detail page currently has the class succeeding_entry_note.
    
    This patch changes it to opac_view to allow for independent
    styling of the link.
    
    Note: The link will only be visible when OPACBaseURL is set.
    
    To test:
    - Use the element inspector or check the source code for
      the class used on the OPAC view link on the staff detail page
    - Apply patch
    - Repeat and verify that the class has changed to opac_view
    
    Signed-off-by: David Roberts <david at koha-ptfs.co.uk>
    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 b3ecfd686d5190c937415558497024819992e8d5
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sat Mar 28 00:54:21 2020 +0100

    Bug 25013: Fix capitalization: Edit Items on batch item edit
    
    Fixes a tiny string issue: Edit Items --> Edit items
    
    To test:
    - Go to tools / batch item edit
    - Enter a barcode
    - Check the heading above the edit item form
    - Apply patch
    - Verify the heading is now properly capitalized
    
    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>

commit b85e53dccb76e2a462255b01c6e37f2f040b7ff2
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sat Mar 28 01:05:14 2020 +0100

    Bug 25014: Fix capitalization for "Call Number" in staff and OPAC sort options
    
    There are some ocurrences of "Call Number" in the sort option lists in
    staff and OPAC. The patch changes them to "Call number".
    
    To test:
    - Check the sort option list in staff and OPAC for the typo
    - Apply patch
    - Verify it's now all corrected
    
    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:
 koha-tmpl/intranet-tmpl/prog/en/includes/resort_form.inc           | 4 ++--
 koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt       | 4 ++--
 koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt     | 2 +-
 koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl | 2 +-
 koha-tmpl/opac-tmpl/bootstrap/en/includes/resort_form.inc          | 2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list