[koha-commits] main Koha release repository branch master updated. v16.11.00-100-g0b915fb

Git repo owner gitmaster at git.koha-community.org
Thu Dec 22 21:31:12 CET 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, master has been updated
       via  0b915fbd9735d2585944253fc5230fdb7417fb80 (commit)
       via  152ce671eca4b5d74329b518d9d71106f4e60c84 (commit)
      from  8db17f9ecab0ced4276dcc55e9663d6d0a45575a (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 0b915fbd9735d2585944253fc5230fdb7417fb80
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Thu Dec 22 12:46:06 2016 -0300

    Bug 16914: Remove unused empty_lines.inc file
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

commit 152ce671eca4b5d74329b518d9d71106f4e60c84
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Thu Dec 22 12:45:08 2016 -0300

    Bug 16914: Rely on TT for newlines
    
    The translation scripts have an historical tendency to chomp newlines
    and we introduced an empty_line.inc file to force newlines when building
    CSV output out of our templates (in item search and late orders).
    
    This patch makes the mentioned templates use TT ability to force newlines
    plus some misuses of the 'minus' sign.
    
    Test plan:
    - Apply the patch
    - Do an item search that returns more than one result
    - Export as CSV
    => SUCCESS: The CSV file is correctly formed.
    - Install any translation:
      $ sudo koha-shell kohadev
     k$ cd kohaclone/misc/translator
     k$ perl translate install <chosen language>
    - Enable <chosen language> (e.g. es-ES)
    - Repeat the item search
    - Export as CSV
    => SUCCESS: The CSV file is correctly formed in your chosen language.
    - Have more than one late orders (bummer)
    - Go to late orders
    - Choose them
    - Export as CSV (in english)
    => SUCCESS: The CSV file is correctly formed.
    - Switch language
    - Go to late orders
    - Choose them
    - Export as CSV (in english)
    => SUCCESS: The CSV file is correctly formed in your chosen language.
    - Sign off :-D
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

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

Summary of changes:
 .../prog/en/includes/catalogue/itemsearch_item.csv.inc        |    2 +-
 .../intranet-tmpl/prog/en/modules/acqui/csv/lateorders.tt     |    9 +++++----
 .../intranet-tmpl/prog/en/modules/catalogue/itemsearch_csv.tt |    2 +-
 3 files changed, 7 insertions(+), 6 deletions(-)
 delete 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