[koha-commits] main Koha release repository branch master updated. v3.22.00-345-g2f85d65

Git repo owner gitmaster at git.koha-community.org
Wed Jan 27 05:23:57 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  2f85d659a1ce76cc48bf53e07ce908b47fdce3c6 (commit)
      from  8b23b13d38c51cc10f9fcdf78f4afe1028119ad4 (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 2f85d659a1ce76cc48bf53e07ce908b47fdce3c6
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sun Nov 22 00:29:32 2015 +0100

     Bug 15100: MARC21 - make display of "Dates associated with a name" optional
    
    With the changes for RDA now more subfields for the fields
    100, 110, 111, and 700, 710, 711 are displayed.
    One of them is $d - Dates associated with a name
    
    This patch adds separate treatment of the $d subfield and
    wraps it in a span with the class "authordates".
    This makes it possible to hide the information with CSS.
    
    To test:
    - Make sure you have several records with $d catalogued
    - Check the display in result list and detail page
      with and without the page.
    - Check, if there is a difference in display
    - Check if the dates are correctly wrapped in a span
    - Try to hide the information, using the following
      entry in your *UserCSS preferences:
      .authordates { display: none; }
    
    Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
    Works as advertised
    
    Signed-off-by: Jesse Weaver <jweaver at bywatersolutions.com>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

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

Summary of changes:
 .../prog/en/xslt/MARC21slim2intranetDetail.xsl          |   15 ++++++++++-----
 .../prog/en/xslt/MARC21slim2intranetResults.xsl         |   10 ++++++++--
 .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl         |   14 ++++++++++----
 .../bootstrap/en/xslt/MARC21slim2OPACResults.xsl        |   10 ++++++++--
 4 files changed, 36 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list