[koha-commits] main Koha release repository branch 3.20.x updated. v3.20.01-32-g3737e83

Git repo owner gitmaster at git.koha-community.org
Thu Jul 9 23:12:49 CEST 2015


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.20.x has been updated
       via  3737e834659481c0ca1134b5fa6ba8a5364dbba5 (commit)
       via  efe1eb9aca303605bea999198876e6a786d1d5f2 (commit)
      from  8dd172cde0bc9da6f1267250f829e7eb10601d68 (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 3737e834659481c0ca1134b5fa6ba8a5364dbba5
Author: Nick Clemens <nick at quecheelibrary.org>
Date:   Tue Jun 9 21:51:44 2015 -0400

    Bug 14371: Facets should be sorted by label (displayed) not title (link value)
    
    This patch changes one small line in catalogue/search.pl and opac/opac-search to sort facets by:
    facet_label_value
    instead of
    facet_title_value
    
    To test:
    1 - Perform a search with results in two branches e.g. Centerville (code CPL) and Fairfield (code FPL)
    2 - Notice that branch facets appear correctly sorted
    3 - Rename the branches Centervile->Zebra and Fairfeild->Aardvark (but don't change codes)
    4 - Repeat original search
    5 - Note that branch facets are no longer correctly sorted
    6 - Apply patch
    7 - Repeat search
    8 - Facets should be correctly sorted
    9 - Test in both staff and opac search
    10 - Ensure there are no unintended consequences/regressions
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Work as described,  staff AND opac
    No errors
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    (cherry picked from commit 219f7b5c8fe59034fc7aff1ab81e42bc8cb6eba2)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit efe1eb9aca303605bea999198876e6a786d1d5f2
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Mon Jun 8 04:46:05 2015 +0200

    Bug 14094: DDC - Add separators for repeated $a subfields (MARC21)
    
    Mulitple 082 fields are already separated by |, but multiple
    $a in one 082 field were only separated by space, making those
    not easy to read.
    
    Patch takes care that the | separator is used in all cases.
    
    To test:
    - Catalog a record with multiple 082 fields
    - Add one or multiple $a subfields to each
    - Verify every single classification is separated from
      the others with a | in staff and in OPAC detail pages
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    (cherry picked from commit 6d9d66e32afaef73cbf2a33ce58d49f373e99dd8)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 catalogue/search.pl                                                |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl |    1 +
 koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl    |    1 +
 opac/opac-search.pl                                                |    2 +-
 4 files changed, 4 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list