[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1039-g3d6bec7

Git repo owner gitmaster at git.koha-community.org
Sat Sep 7 22:44:11 CEST 2013


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  3d6bec745536a3e91e960d55542ec7233c17cfce (commit)
      from  49e014d5b0f10d22d9cc5a4d3871bce34f298876 (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 3d6bec745536a3e91e960d55542ec7233c17cfce
Author: Mathieu Saby <mathieu.saby at univ-rennes2.fr>
Date:   Thu Jun 13 20:22:51 2013 +0200

    Bug 10218: Add individual CSS classes for bibliographic information in OPAC (UNIMARC)
    
    Follow-up for UNIMARC XSLT Display
    This patch adds class to span markup in list and detail display.
    XSLT are not build in the same way in MARC21 and UNIMARC, so I had
    to add a parameter "spanclass" to 3 templates called in UNIMARC :
    tag_title, tag_7xx, tag_comma
    
    To test, apply the patch on a Koha instance with UNIMARC records, and
    - activate sysprefs  OPACXSLTDetailsDisplay and OPACXSLTDetailsDisplay
    - make a search on the OPAC. In the results, check the spans with
    "results_summary" class have also more a precise class.
    Ex : span class="results_summary publication"
    - view some records in detailed view. If possible, a record with
    a series, a record with some subjects, a record with different authors,
    a record with a link in 856. Check the spans with "results_summary"
    have also a more precise class.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Comment: Works exactly as described on results and detail.
    No koha-qa errors
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    XSLT only change.
    Tested in a UNIMARC install, HTML source code looks ok.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 .../prog/en/xslt/UNIMARCslim2OPACDetail.xsl        |   43 +++++++++++++-------
 .../prog/en/xslt/UNIMARCslim2OPACResults.xsl       |    5 ++-
 .../opac-tmpl/prog/en/xslt/UNIMARCslimUtils.xsl    |   18 +++++---
 3 files changed, 43 insertions(+), 23 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list