[koha-commits] main Koha release repository branch 3.16.x updated. v3.16.00-15-ge8cab72

Git repo owner gitmaster at git.koha-community.org
Fri May 23 16:45:16 CEST 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.16.x has been updated
       via  e8cab725ba1b550edceca34ec974af75387b1649 (commit)
       via  1887c2463273bdde3b38da1e03a1ac0501b451f9 (commit)
      from  aba5313f33628551e101a28cf7dc68f20c6bb684 (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 e8cab725ba1b550edceca34ec974af75387b1649
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Fri May 23 15:02:27 2014 +0000

    Bug 11392: (follow-up) fix syntax error in template
    
    In the two FOREACH loops introduced by the patch, wrap
    the module and action names with quotes.  This fixes a
    problem where parsing the template crashes with the following
    error:
    
      Template process failed: file error - parse error - .../viewlog.tt line 83: unexpected token (RETURN)
        [% FOREACH actx IN [ ADD DELETE MODIFY ISSUE RETURN CREATE ] %] at .../C4/Templates.pm line 132.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 1887c2463273bdde3b38da1e03a1ac0501b451f9
Author: Pasi Kallinen <pasi.kallinen at pttk.fi>
Date:   Fri May 9 13:40:14 2014 +0300

    Bug 11392: Allow translating the viewlog module and action names
    
    When viewing the logs, the user can see module and action,
    such as "SYSTEMPREFERENCE", "MEMBERS" or "CREATE", "MODIFY", etc.
    These texts are not translatable.
    
    This patch allows translating those. It also adds the missing "CREATE"
    action to the pulldown.
    
    To test:
    
    1) Go browse the system logs. Note the contents of the "Action" and
    "Module" -pulldowns, and the contents of those columns in the log table.
    2) Apply patch
    3) Go browse the system logs again. The pull-downs should work, and
    show the same values as before (plus "Create" for Action), and the
    Action and Module -columns in the log table should not be in ALL CAPS.
    4) cd misc/translator
    5) perl translate update xx-YY
    6) Check that the po/xx-YY-i-staff-t-prog-v-3006000.po contains the
    values for the pull-downs in it. (Look for eg. "System prefs")
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 .../intranet-tmpl/prog/en/modules/tools/viewlog.tt |   51 ++++++++++++++------
 1 file changed, 35 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list