[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.04-5-gc8bc38a

Git repo owner gitmaster at git.koha-community.org
Fri Mar 7 08:58:35 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.14.x has been updated
       via  c8bc38a682d322378ef3a2d2e19d9aadab1d362d (commit)
      from  e708fa862b8f25445da2d86efde62c1c6348acf3 (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 c8bc38a682d322378ef3a2d2e19d9aadab1d362d
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>

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

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