[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.02-41-gff722b4

Git repo owner gitmaster at git.koha-community.org
Fri Jan 29 15:36:26 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, 3.22.x has been updated
       via  ff722b48e8278feb3622c414f8b02d789a774c4a (commit)
      from  67c26ef476319149954794244310c990552dbf4e (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 ff722b48e8278feb3622c414f8b02d789a774c4a
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>
    (cherry picked from commit 2f85d659a1ce76cc48bf53e07ce908b47fdce3c6)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.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