[koha-commits] main Koha release repository branch 3.18.x updated. v3.18.09-4-gcab3bc9

Git repo owner gitmaster at git.koha-community.org
Tue Aug 4 03:38:41 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.18.x has been updated
       via  cab3bc91ddb9aa3644a9c71a607ba1b724f958cc (commit)
      from  5e587672d2601c34326c81e888512b67008ec971 (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 cab3bc91ddb9aa3644a9c71a607ba1b724f958cc
Author: Jonathan Druart <jonathan.druart at koha-community.org>
Date:   Sun May 24 18:00:57 2015 +0200

    Bug 14263: Fix export of item search results when translated
    
    This csv does not use the correct way to display headers.
    They should be put in a separate file to get a correct display.
    Without this patch, the first line of the generated file contains the
    headers + data
    
    Test plan:
    1/ choose a language and update + translate the templates
    for instance:
      cd misc/translate;
      ./translate update es-ES; ./translate install es-ES
    2/ Go to the item search form using this language
    3/ Launch a search and select CSV to display the results.
    The CSV headers should be correct
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
      Seen the bug. Works as described.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit ece2b02a57fdb692c02f00540df436af1f5ba971)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>

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

Summary of changes:
 catalogue/itemsearch.pl                                           |    5 ++++-
 .../prog/en/includes/catalogue/itemsearch_item.csv.inc            |    2 +-
 .../csv_headers/catalogue/itemsearch.tt}                          |    3 ---
 .../intranet-tmpl/prog/en/modules/catalogue/itemsearch_csv.tt     |    2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)
 copy koha-tmpl/intranet-tmpl/prog/en/{modules/catalogue/itemsearch_csv.tt => includes/csv_headers/catalogue/itemsearch.tt} (59%)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/empty_line.inc


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list