[koha-commits] main Koha release repository branch master updated. v16.05.00-13-gbae0eb9

Git repo owner gitmaster at git.koha-community.org
Tue May 31 11:03:04 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  bae0eb9ab702f3fe4351e7b3b23a332a998ed6b1 (commit)
       via  09de19c427c1e99d7e921210ed39cb6a19737317 (commit)
       via  7163fcfeea382e1e042a47a76d384155e8c69bc0 (commit)
      from  3311ab44cfffcd152e7de4652637eb95a265308e (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 bae0eb9ab702f3fe4351e7b3b23a332a998ed6b1
Author: Brendan Gallagher <brendan at bywatersolutions.com>
Date:   Tue May 31 08:56:42 2016 +0000

    DBRev up for Bug 16200 - 'Hold waiting too long' fee has a translation
    problem
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>

commit 09de19c427c1e99d7e921210ed39cb6a19737317
Author: Lari Taskula <larit at student.uef.fi>
Date:   Tue May 17 14:44:45 2016 +0300

    Bug 16200: Convert all existing expired holds accounttype to HE
    
    Before Bug 16200 expired holds have used accounttype F which is also used by
    other type of fines. This patch updates all existing expired holds to new
    accounttype HE (Hold Expired).
    
    To test:
    -1. Make sure you translated the string in previous patch of this buug
    1. Find a Patron with "Hold waiting too long" fines and go to his Fines tab
    2. Change Koha's language to some other than English
    3. Observe that "Hold waiting too long" is still in English
    4. Apply patch and run database update
    5. Go back to Patron's Fines tab
    6. Observe that "Hold waiting too long" is now translated
    
    Signed-off-by: Olli-Antti Kivilahti <olli-antti.kivilahti at jns.fi>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>

commit 7163fcfeea382e1e042a47a76d384155e8c69bc0
Author: Lari Taskula <larit at student.uef.fi>
Date:   Tue May 17 14:33:57 2016 +0300

    Bug 16200: Make 'Hold waiting too long' translatable and give it an unique accounttype
    
    Holds that have expired have been untranslatable in Patron's Fines-tab. Also, they are
    mixed with other type of fines with accounttype "F". This patch gives expired holds an
    own accounttype "HE" (Hold Expired) and modifies the boraccount to recognize this new
    accounttype in order to make it translatable.
    
    To test:
    1. Make a hold and let it expire
    2. Go to Patron's Fines tab
    3. Change Koha's language to some other than English
    4. Observe that there is a "Hold waiting too long" fine described in English
    5. Apply patch
    6. Make another hold and let it expire
    7. Update translations
    8. Find "Hold waiting too long" from your .po file
    9. Translate it and install translations
    10. Go back to Fines tab and observe that the new expired hold is translated
    
    Signed-off-by: Olli-Antti Kivilahti <olli-antti.kivilahti at jns.fi>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>

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

Summary of changes:
 C4/Reserves.pm                                                |    2 +-
 Koha.pm                                                       |    2 +-
 installer/data/mysql/updatedatabase.pl                        |    9 +++++++++
 koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt |    1 +
 koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt        |    1 +
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt      |    1 +
 6 files changed, 14 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list