[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1058-gb8e1e7e

Git repo owner gitmaster at git.koha-community.org
Sun Sep 8 07:03:25 CEST 2013


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  b8e1e7e217363a165275dca46e7d123633a64920 (commit)
      from  b4c2ee3d9d22d1be93b6dfca5c251a03ec120125 (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 b8e1e7e217363a165275dca46e7d123633a64920
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Aug 9 09:50:49 2013 -0400

    Bug 7478: fix template translation problem in catalogue_out.tt
    
    The items with no checkouts template has a sections that uses DEFAULT to
    set some strings: [% DEFAULT loopro.itemcallnumber="No Call Number" %]
    This appears to be untranslatable with our current translation tool.
    
    This patch changes the template so that it uses a simple [% IF %] block
    to display the default text if no value is set. Added is use of the
    Branches template plugin to show library name instead of code.
    
    This patch also fixes an error introduced in my fix for Bug 8124 causing
    the page to default to CSV download instead of output to screen.
    
    To test, apply the patch and confirm that the default text appears
    onscreen in reports which include results that have a missing barcode,
    title, or call number. Results should be displayed on screen correctly.
    
    Run "perl translate update" for any language and confirm that the newly
    generated po file includes "No call number," "No barcode," and "NO
    TITLE" for catalogue_out.tt
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works nicely, thx Owen!
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 .../prog/en/modules/reports/catalogue_out.tt       |   19 +++++++------------
 1 files changed, 7 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list