[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.07-19-gd4bf05b

Git repo owner gitmaster at git.koha-community.org
Thu Jun 16 09:25:37 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, 3.22.x has been updated
       via  d4bf05b0544e2b7336bd76c7d8b319cc9d2a362c (commit)
       via  36303e71f60f6ba21b7349b37682db202e93e329 (commit)
       via  17514959011434f9d868b8f7f553104228718789 (commit)
      from  8474209c40f3364b2a85bec3f1e4ed6ece9c4bba (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 d4bf05b0544e2b7336bd76c7d8b319cc9d2a362c
Author: Brendan Gallagher <brendan at bywatersolutions.com>
Date:   Tue May 31 08:56:42 2016 +0000

    Bug 16200: Update DB rev (3.22.07.001)

commit 36303e71f60f6ba21b7349b37682db202e93e329
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>
    (cherry picked from commit 09de19c427c1e99d7e921210ed39cb6a19737317)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit d80368370258432aab4d4171b886af26442d08c1)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit 17514959011434f9d868b8f7f553104228718789
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>
    (cherry picked from commit 7163fcfeea382e1e042a47a76d384155e8c69bc0)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit 326616d2bce77b245e0d38eb3df659e821130645)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 C4/Reserves.pm                                             |    2 +-
 Koha.pm                                                    |    2 +-
 installer/data/mysql/updatedatabase.pl                     |   12 ++++++++++++
 .../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, 17 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list