[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-25-g3dfee57

Git repo owner gitmaster at git.koha-community.org
Tue Aug 16 16:05: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  3dfee57baaf83f31ab2e97da75217c57e74fa8a0 (commit)
      from  539be40c5d6b0a4c3057d5b01e5c4b7996f2f86f (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 3dfee57baaf83f31ab2e97da75217c57e74fa8a0
Author: Morgane Alonso <morgane.alonso at biblibre.com>
Date:   Mon Jun 6 12:24:56 2016 +0000

    Bug 12509 - Fix Untranslatable Restriction added by overdues process
    
    Changes the value of the "comment" column in "borrower_debarments" table
    from "Restriction added by overdues process yyyy-mm-dd hh:mm:ss" to
    "OVERDUE_PROCESS yyyy-mm-dd hh:mm:ss" in the overdue_notices.pl. Then in
    the templates "moremember.tt", "circulation.tt", "memberentrygen.tt",
    "opac-reserve.tt" and "opac-user.tt" the value of "comment" is
    check, if it's an automatical comment due to overdue process it'll
    write "Restriction added by overdues process yyyy-mm-dd hh:mm:ss",
    then if there is a customizable comment it will be written without
    modification. Like this, the comment "Restriction added by overdues
    process" is written in the po files and can be translated later.
    
    To test:
    1) create a patron with automatical restriction due to overdue process;
    2) apply patch;
    3) run misc/cronjobs/overdue_notices.pl;
    4) verify if the comment "Restriction added by overdues process" is well
       written and translatable on the following page :
        - opac patron home page (opac-user.tt);
        - opac item reservation page (opac-reserve.tt);
        - pro patron page (moremember.tt);
        - reservation item for a patron (circulation.tt, memberentrygen.tt);
    5) try to translate the comment in po files;
    6) sign off.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit a1285ba9c0f9a7020ba5f6e982dd2a5891ab9f63)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit 17156342e629cea984c1ff411fc38a6b33512a42)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 .../intranet-tmpl/prog/en/includes/borrower_debarments.inc  |    8 +++++++-
 koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt |    7 ++++++-
 .../intranet-tmpl/prog/en/modules/members/memberentrygen.tt |    8 +++++++-
 .../intranet-tmpl/prog/en/modules/members/moremember.tt     |    7 ++++++-
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt    |   10 +++++++++-
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt       |   11 ++++++++++-
 misc/cronjobs/overdue_notices.pl                            |    3 +--
 7 files changed, 46 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list