[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.07-8-g3b1a7ba

Git repo owner gitmaster at git.koha-community.org
Thu Jun 9 10:04:39 CEST 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  3b1a7ba719b02b5b2dfaa30ddc368d1c034b3cd6 (commit)
      from  2406ee222de7b58ed327c2e298c18df33e7b562b (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 3b1a7ba719b02b5b2dfaa30ddc368d1c034b3cd6
Author: Hector Castro <hector.hecaxmmx at gmail.com>
Date:   Thu Apr 28 13:34:13 2016 -0600

    Bug 16343: 7XX XSLT subfields displaying out of order
    
    This patch respect previous css classes
    .authordates and .relatorcode but also include .titleportion
    
    .authordates {display: none;}
    .titleportion {display: none;}
    .relatorcode {display: none;}
    
    To test:
    - Stage the two record attached with titles:
      - Surface & coatings technology.
      - Women crime writers.
    - Reindex zebra (necessary to Opac and Itranet results)
    - Leave empty the OPACUserCSS and IntranetUserCSS sysprefs
    - Go to the new records in OPAC and Intranet detail page
    - See the wrong display of dates
    - Apply patch and refresh the page
    - Test in OPACUserCSS and IntranetUserCSS the css stated before
    - Play deleting or adding the classes
    - Test with multiple records with 700 (with and without dates, etc;
      710 and 711)
    
    NOTE: dates in 710 and 711 can be hidden with .titleportion class;
    dates in this kind of heading go with another data for example:
    Catholic Church. Plenary Council of Baltimore (2nd : 1866)
    Patch rebased some typos fixed in comments
    
    Signed-off-by: Dani Elder <danielle at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 0073a0c3f88276f6f5fac7b63ef6254cb8770e6b)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 .../prog/en/xslt/MARC21slim2intranetDetail.xsl     |  220 +++++++++++++++-----
 .../prog/en/xslt/MARC21slim2intranetResults.xsl    |   78 +++++--
 .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl    |  160 ++++++++++++--
 .../bootstrap/en/xslt/MARC21slim2OPACResults.xsl   |   80 +++++--
 4 files changed, 437 insertions(+), 101 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list