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

Git repo owner gitmaster at git.koha-community.org
Wed Oct 9 06:10:24 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  7a39fa7b682c18e01823e5a538cf030970d10250 (commit)
       via  22bbefba640f5a117e14070f3f29f83c939274fc (commit)
      from  70f322bd86e9d2b070848de8543f9d6582ec4d02 (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 7a39fa7b682c18e01823e5a538cf030970d10250
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Wed Jun 5 13:49:09 2013 +0200

    Bug 9747: sorting z3950 search results in acquisition
    
    Adds NSB/NSE sort on z3950 seach results in acquisition module.
    Also adds default sorting on title column like in cataloguing module.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 22bbefba640f5a117e14070f3f29f83c939274fc
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Mar 5 13:52:20 2013 +0100

    Bug 9747: Fix NSB/NSE sorting issues on z3950 search results
    
    At least the BNF server returns results containing non-sorting
    characters (NSB/NSE).
    In order to sort results according these characters, this patch adds a
    new Datatable function.
    
    Test plan:
    - search 'tintin' on the z3950 search (cataloguing/z3950_search.pl)
    - sort on title (default sort) and check that results are not well
      sorted.
    - apply this patch
    - do the same search and check that the first result is "Hergé. Les
      Aventures de Tintin..."
      The value of the cell is:
          <td>ˆHergé. Les ‰Aventures de Tintin...</td>
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Works as advertised and doesn't break existing searching
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/js/datatables.js       |   16 +++++++++++++++-
 .../prog/en/modules/acqui/z3950_search.tt              |    2 ++
 .../prog/en/modules/cataloguing/z3950_search.tt        |    1 +
 3 files changed, 18 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list