[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1227-g1056ada

Git repo owner gitmaster at git.koha-community.org
Fri Oct 4 17:55:22 CEST 2013


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  1056adaad078d80a88b7cc15adb4bd3e307ca1ea (commit)
       via  280416929acc1bf16567f5dcdf33cc8e182a9cd9 (commit)
      from  117f8a5ccc592631396ceacbf13d208528f59f51 (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 1056adaad078d80a88b7cc15adb4bd3e307ca1ea
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Sep 5 12:46:06 2013 -0400

    Bug 5544: (follow-up) avoid warning if notice is not directed at a patron
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 280416929acc1bf16567f5dcdf33cc8e182a9cd9
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed May 9 12:47:19 2012 -0400

    Bug 5544: prefer library email address over admin address as notice sender
    
    Right now overdues come from the branch, but the
    others come from the admin email address - this
    is a problem in multi-branch systems because they
    have to come up with one email address that all
    branches have access to.
    
    C4::Letters::_send_message_by_email currently sets
    the from address in the following order:
    1) Address specified in message
    2) Koha admin email address
    
    The order will now be:
    1) Address specified in message
    2) Borrower's home library email address
    3) Koha admin email address
    
    Test Plan:
    1) Set your library email addresses, and the KohaAdminEmailAddress
       Make sure each of them are unqiue
    2) Choose a borrower, enable the enhanced messaging and enable the
       checkout and checkin email notices. Use your email address for
       the borrower's email so you can recieve the emails.
    3) Check out an item, check the from address of the email,
       it should be the email addres set in KohaAdminEmailAddress
    4) Apply the patch
    5) Return the item, check the from address of the email,
       it should match the email address set for the borrower's
       home library.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Letters.pm |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list