[koha-commits] main Koha release repository branch master updated. v3.14.00-370-gbab96c3

Git repo owner gitmaster at git.koha-community.org
Sun Jan 26 16:32:32 CET 2014


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  bab96c3f22921d2f6438b5e612866b4cea120240 (commit)
      from  23e05042357a9c4fbceb15f0e07c3316b7ff6d86 (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 bab96c3f22921d2f6438b5e612866b4cea120240
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Jan 16 15:47:42 2014 +0100

    Bug 11571: fix breakage of -f option for translate script
    
    Bug 7934 breaks the -f option introduced in bug 9161; this patch
    repairs the regression.
    
    While the generation of the command tmpl_process3.pl, a space is
    missing if the -x option is given.
    
    The tmpl_process3.pl is called like:
    /home/koha/src/misc/translator/tmpl_process3.pl -q update -i
    /home/koha/src/koha-tmpl/intranet-tmpl/prog/en/ -s
    /home/koha/src/misc/translator/po/fr-FR-i-staff-t-prog-v-3006000.po -r
    -x 'help'-f pay.tt
    
    Revised test plan:
    1) cd ./misc/translator
    2) put a warn at LangInstaller.pm line 375.
    3) time ./translate update fr-FR -f pay.tt
    -- note the execution time and the output. The options in the
        command contain "-x 'help'-f pay.tt"
        The -f param is not passed to the script.
        The execution time is strangely long.
    5) git reset --hard origin/master
    6) apply this patch
    7) put a warn at LangInstaller.pm line 375.
    8) time ./translate update fr-FR -f pay.tt
    -- verify the output and the execution time is now corrected.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes all tests and QA script.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 misc/translator/LangInstaller.pm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list