[koha-commits] main Koha release repository branch master updated. v16.05.00-468-g5dd9a25

Git repo owner gitmaster at git.koha-community.org
Wed Aug 10 15:46:56 CEST 2016


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  5dd9a2546aea0870674bf2190a8f46c280b9beb2 (commit)
      from  c31213ba4fab0082c6ad556aae424918b62205d0 (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 5dd9a2546aea0870674bf2190a8f46c280b9beb2
Author: Marc <veron at veron.ch>
Date:   Mon Aug 8 17:47:31 2016 +0200

    Bug 17082: Translatability: Fix sentence splitting in member.tt
    
    This patch fixes sentences splitting in file
    koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt
    
    Fix is done with a new .inc file because the code is the same as in
    koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt
    
    To test:
    - Carefully review code changes
    - Test on a fresh install without example data (or save database
      and test with empty tables 'branches' and 'categories')
    - Go to Home > Patrons (members-home.pl)
    - Verify that a warnings appears aubout missing libraries and patron
      categories
    - Try to add a new patron (memberentry.pl)
    - Verify that the same messages are triggered
    - Verify that messages disappear as appropriate as soon as a library and
      a patron category are defined.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Note: Filed Bug 17093 for JS error on patron entry form.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 .../intranet-tmpl/prog/en/includes/noadd-warnings.inc     |   11 +++++++++++
 koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt |   13 ++-----------
 .../prog/en/modules/members/memberentrygen.tt             |    4 +---
 3 files changed, 14 insertions(+), 14 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/noadd-warnings.inc


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list