[koha-commits] main Koha release repository branch 3.12.x updated. v3.12.11-1-g792e1b6

Git repo owner gitmaster at git.koha-community.org
Mon Mar 24 05:14:11 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, 3.12.x has been updated
       via  792e1b6259af8da6067a86263ecd4f197ffd5295 (commit)
      from  a80918f76d83c548999c4726959d932a6452fc87 (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 792e1b6259af8da6067a86263ecd4f197ffd5295
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Jan 10 15:46:29 2014 -0500

    Bug 11505: fix untranslatable table headers in Label batch manager
    
    The label batch manager script hard-codes the table header cell labels
    in order to pass them to an HTML-building function. This obviously isn't
    the best solution for internationalization, but picking the whole scheme
    apart would be very complicated.
    
    Instead this patch uses a SWITCH statement to check for each possible
    case and outputs the correct translatable string for each.
    
    To test, apply the patch and run "perl translate update" for any
    translation. Check the revised po file and confirm that the new strings
    are present. View the label batch edit page and confirm that the table
    headings look correct: Tools -> Labels -> Manage batches -> Edit batch.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described, passes all tests.
    Similar fixes are probably needed for other pages of the labels
    modules.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit e8f5ee9eef7a558ae1af8237493f8dc52e52945a)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 .../prog/en/modules/labels/label-edit-batch.tt          |   15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list