[koha-commits] main Koha release repository branch master updated. v3.22.00-682-g566daf8

Git repo owner gitmaster at git.koha-community.org
Fri Feb 26 15:05:40 CET 2016


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, master has been updated
       via  566daf8c24ad577da1b07c190979ada67877bed7 (commit)
       via  e19db8ca32dd776263b73474ece4e17d88ab17b4 (commit)
      from  a99c29b309f240b9bd0724bc1de05aaab053a6a9 (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 566daf8c24ad577da1b07c190979ada67877bed7
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Feb 2 14:31:34 2016 +0000

    Bug 15697 - [QA Followup] Apply change to NORMARC
    
    This patch switches from UNLESS MARC21 to IF UNIMARC - this way changes
    apply to MARC21 and NORMARC and UNIMARC remains unaffected
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit e19db8ca32dd776263b73474ece4e17d88ab17b4
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Jan 28 20:33:58 2016 +0000

    Bug 15697: Unnecessary comma between title and subtitle on opac-detail.pl
    
    To test:
    1 - Go to Administration->Keyword to MARC mapping
    2 - Add a mapping (or ensure it exists)
        Field name: subtitle
        MARC field: 245
        MARC subfield: b
    3 - View a record with a subtitle in the opac
    4 - Note in MARC 21 you have "Title of record:, subtitle of record"
    5 - Apply patch
    6 - View the record again and note the comma is no longer present.
    
    Note: this patch removes the comma only for MARC21 where subtitle is not
    repeatable. UNIMARC seems to be repeatable and does not include
    punctuation so I believe this may be needed there.
    
    Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
    Works as described. Comma removed from title of the window and breadcrumb
    section
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list