[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.13-24-gc9bbe5a

Git repo owner gitmaster at git.koha-community.org
Mon Jan 2 13:26:04 CET 2017


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.22.x has been updated
       via  c9bbe5a1c66a2b0a0a0cd980d4a7428b0ff6336f (commit)
       via  b6ccc038be152f7598f416416c6b7d12cc24dc00 (commit)
      from  081a451d6615191384a8e6860dad53b5d48c718c (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 c9bbe5a1c66a2b0a0a0cd980d4a7428b0ff6336f
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>
    (cherry picked from commit 0b915fbd9735d2585944253fc5230fdb7417fb80)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    (cherry picked from commit 2263c97b729f56e917fb7aee41080a3711a022a3)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit b6ccc038be152f7598f416416c6b7d12cc24dc00
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>
    (cherry picked from commit 152ce671eca4b5d74329b518d9d71106f4e60c84)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    (cherry picked from commit a72c8c630cec81f527db8325683e166ee7add97b)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.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