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

Git repo owner gitmaster at git.koha-community.org
Mon Aug 26 17:02: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  1e1ccd68aa0642167c2578d167ff3ec343df3a78 (commit)
       via  75959da681ae5f78e70dfd7205a22d16fd28ae38 (commit)
      from  dcf0bf52337278fce4de742a58241b92073c3514 (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 1e1ccd68aa0642167c2578d167ff3ec343df3a78
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Mon Aug 5 20:33:27 2013 -0400

    Bug 9820 follow-up: fix a typo
    
    Although the XSLT template was renamed to nameABCQ, one instance of
    the old name (nameABCDQ) was not corrected. This patch corrects that.
    
    To test: Follow test plan on previous patch
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 75959da681ae5f78e70dfd7205a22d16fd28ae38
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Fri Mar 15 14:17:09 2013 -0700

    Bug 9820: display titles in MARC21 name headings better in XSLT mode
    
    Prior to this patch, if a 100/700 had a $c, it would be
    displayed with no space between the contents of $a and $c in XSLT mode.
    
    For example,
    
    100 1#$aSeuss,$cDr.
    
    would be displayed as
    
    SeussDr
    
    The problem was caused by the original version of the stylesheets
    drawing a bit too much from the MARC21 to MODS transformation.
    
    To test:
    
    [1] In a MARC21 database, turn on XSLT display mode for
        staff and OPAC.
    [2] Create or identify a bib that has a 100 or 700 field
        with both a $a and a $c.
    [3] Before applying the patch, verify that the name is
        displayed in bib details and search results with the
        name and title squashed together.  For example, "SeussDr"
    [3] After applying the patch, verify that the name displays
        in bib details and search results with a space and
        intervening punctuation between the name and the title.  For
        example, "Seuss, Dr."
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes test plan, works nicely.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 .../prog/en/xslt/MARC21slim2intranetDetail.xsl     |   18 ++--------------
 .../prog/en/xslt/MARC21slim2intranetResults.xsl    |   19 ++---------------
 .../prog/en/xslt/MARC21slim2OPACDetail.xsl         |   18 ++--------------
 .../prog/en/xslt/MARC21slim2OPACResults.xsl        |   21 +++----------------
 4 files changed, 13 insertions(+), 63 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list