[koha-commits] main Koha release repository branch 3.12.x updated. v3.12.05-3-gdf14898

Git repo owner gitmaster at git.koha-community.org
Mon Oct 7 19:47:30 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, 3.12.x has been updated
       via  df14898902105a5404d640fae2478ab63185f387 (commit)
       via  74766450053bf1fb97f8b2136e484e990f846f1f (commit)
       via  ac5aae6dd4b346f65882073b54242fa93430f621 (commit)
      from  bfd7e9b8a8ade94678fd589d0128d524a59cbed6 (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 df14898902105a5404d640fae2478ab63185f387
Author: David Cook <dcook at prosentient.com.au>
Date:   Wed Aug 28 11:55:02 2013 +1000

    Bug 10793: XSLT change 780/785 search queries to use ti,phr indexes like other linking entries
    
    This patch adds the ti,phr index to the search queries for the 780
    and 785 MARC fields in the XSLT templates.
    
    Test Plan:
    
    1) Use a record with 780 and 785 MARC fields with data in the "a" or
    "t" subfields. (You might need to add these fields to an existing
    record, or create a new record. You might also need to change your
    MARC Bibliographic Framework settings to not "hide" these fields in
    your framework(s)).
    
    N.B. The data in the "a" or "t" subfields should be a title that
    exists in your database. Otherwise, this test might seem misleading.
    
    2) Set the system preferences "XSLTDetailsDisplay" and
    "OPACXSLTDetailsDisplay" to "default".
    
    3) Go to your record (which contains the 780/785 fields), and look
    for links with linktext derived from the "a" or "t" fields in the
    record. These may or may not be prefaced with labels such as
    "Continued by" or "Continues".
    
    4) Note that the links are formatted "q=TITLE". Click this link
    and note the possibly high number of results.
    
    5) APPLY THE PATCH
    
    6) Shift+Refresh your record page, and observe that the link should
    now say "q=ti,phr:TITLE". Click this link and note that you are
    either taken directly to the referenced article or that your
    search results are considerably fewer.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    XSLT change only, no regressions found.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 275dfd2fac59c824d9591644fe982e9008032407)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 74766450053bf1fb97f8b2136e484e990f846f1f
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>
    (cherry picked from commit 3d6bec745536a3e91e960d55542ec7233c17cfce)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit ac5aae6dd4b346f65882073b54242fa93430f621
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Wed Aug 28 11:48:16 2013 -0300

    Bug 10609: Use branch name rather than branch code in serials-collection.pl (3.12.x)
    
    This is the 3.12.x compatible version of the patch for 10609.
    
    Regards
    To+
    
    Sponsored-by: Universidad Nacional de Cordoba
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Serial collection page now displays the branch description
    instead of the branchcode.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Serials.pm                                      |   23 +++++++----
 .../prog/en/modules/serials/serials-collection.tt  |    4 +-
 .../prog/en/xslt/MARC21slim2intranetDetail.xsl     |    4 +-
 .../prog/en/xslt/MARC21slim2OPACDetail.xsl         |    4 +-
 .../prog/en/xslt/UNIMARCslim2OPACDetail.xsl        |   43 +++++++++++++-------
 .../prog/en/xslt/UNIMARCslim2OPACResults.xsl       |    5 ++-
 .../opac-tmpl/prog/en/xslt/UNIMARCslimUtils.xsl    |   18 ++++----
 serials/serials-collection.pl                      |    6 +++
 8 files changed, 69 insertions(+), 38 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list