[koha-commits] main Koha release repository branch master updated. v19.11.00-1172-g8ba48fb5f1

Git repo owner gitmaster at git.koha-community.org
Wed Mar 18 17:56:20 CET 2020


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  8ba48fb5f1cb397148623ef88cca680f65bda750 (commit)
       via  20952a7b2d45e1cc3fe3a5b543f6aa041a133d4e (commit)
       via  67bda71a454b53b72b57ba5a1951ffec95c6ef77 (commit)
       via  04dcca4321caa0ca23870fb3299312cd4ff0d7ab (commit)
       via  cd2b79b8710f9bea2b20bf13691e77db26314199 (commit)
       via  027051c938924a33a64014794705526ab68351af (commit)
       via  40c08434d4853c888a67d3c5a2cde75b64c13a75 (commit)
       via  b16d43394376bdcfbcaaaf2f5543567c3aec9771 (commit)
       via  21807202d447c3ad91afe8e053b17724912298a0 (commit)
       via  c1129d2286924cbc81d4d42085043760677b7c57 (commit)
       via  8c0ffe6150c4b684194125436af643700d2cbde2 (commit)
       via  ae5d4548f97b111a38098d1dc5158377d2b8c112 (commit)
       via  9c265dc6b0cf3810dc18dde79614ec3eb5274997 (commit)
      from  b961f2d764c12a2fdfbabc688e1f05a3dc197e1d (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 8ba48fb5f1cb397148623ef88cca680f65bda750
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Mar 16 17:19:22 2020 +0100

    Bug 24881: Try to fix random failure from Circulation.t
    
    This is a follow-up of bug 22917.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 20952a7b2d45e1cc3fe3a5b543f6aa041a133d4e
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Mar 18 10:08:25 2020 +0100

    Bug 22821: Rename method with ->inbound_email_address
    
    The method has been renamed in the previous bug report.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 67bda71a454b53b72b57ba5a1951ffec95c6ef77
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Tue Feb 25 07:48:31 2020 +0000

    Bug 22821: Correct to_address for issue notes
    
    This patch updates the controller and service code to use the newly
    introduced 'get_effective_email' routine from bug 22823 to obtain the
    branches most appropriate email address.
    
    Signed-off-by: Myka Kennedy Stephens <mkstephens at lancasterseminary.edu>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 04dcca4321caa0ca23870fb3299312cd4ff0d7ab
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Tue Feb 25 09:05:18 2020 +0000

    Bug 22821: Use 'reply-to' address in issue notes
    
    This patch updates the issue notices to not pass from_address and so
    default to the branch email of the user for from_address. We now pass
    the patrons email (cascading through email, emailpro, B_email) into the
    reply_address field so mail servers are less likely to report emails as
    spam and mail clients still have access to the patron address via the
    reply-to header when staff want to hit 'reply' and have the email go to
    the user.
    
    Signed-off-by: Myka Kennedy Stephens <mkstephens at lancasterseminary.edu>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit cd2b79b8710f9bea2b20bf13691e77db26314199
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Mar 18 10:35:52 2020 +0100

    Bug 22823: return undef if KohaAdminEmailAddress not exist
    
    I have the feeling that we should return undef here, but can be ignored
    if someone disagrees.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 027051c938924a33a64014794705526ab68351af
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Mar 18 10:07:02 2020 +0100

    Bug 22823: Rename method with ->inbound_email_address
    
    Make the name obvious it's not an email address for "from"
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 40c08434d4853c888a67d3c5a2cde75b64c13a75
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Mon Feb 24 20:42:30 2020 +0000

    Bug 22823: Add get_effective_email method to Koha::Library
    
    Add a `get_effective_email` method to the Koha::Library object which
    returns the email address for the library which they are most likely to
    have access to.
    
    This method falls back through preferences `branchreplyto`, `branchemail`,
    `ReplytoDefault`, `KohaAdminEmailAddress`.
    
    This bug simply introduces a new utility function to return the most effective email address for a branch to be emailed on.
    
    Test plan
    1/ Read the new test and verify it makes sense
    2/ Run the tests and verify they all pass.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit b16d43394376bdcfbcaaaf2f5543567c3aec9771
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Tue Feb 25 07:36:12 2020 +0000

    Bug 22823: Add unit tests for get_effective_email
    
    This patch adds unit tests for the newly introduced get_effective_email
    method in the Koha::Library class.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 21807202d447c3ad91afe8e053b17724912298a0
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Wed Mar 18 15:43:38 2020 +0000

    Bug 10269: DBRev 19.12.00.042
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit c1129d2286924cbc81d4d42085043760677b7c57
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Tue Feb 25 09:05:18 2020 +0000

    Bug 10269: Use 'reply-to' address if passed to EnqueueLetter
    
    This patch updates the EnqueueLetter method to allow passing a reply_to
    address. This allows for passing in arbitrary addresses for the reply
    address which will not override the from address. This improves the
    chances of your email getting past spam filters.
    
    Signed-off-by: Myka Kennedy Stephens <mkstephens at lancasterseminary.edu>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 8c0ffe6150c4b684194125436af643700d2cbde2
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Tue Feb 25 09:47:10 2020 +0000

    Bug 10269: Schema Update
    
    Signed-off-by: Myka Kennedy Stephens <mkstephens at lancasterseminary.edu>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit ae5d4548f97b111a38098d1dc5158377d2b8c112
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Tue Feb 25 09:42:20 2020 +0000

    Bug 10269: Add reply_address field to message_queue table
    
    Signed-off-by: Myka Kennedy Stephens <mkstephens at lancasterseminary.edu>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 9c265dc6b0cf3810dc18dde79614ec3eb5274997
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Mar 18 13:43:52 2020 +0100

    Bug 24200: (follow-up) Try to fix random failures from Borrower_PrevCheckout.t
    
    2 other occurrences where missing.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/Letters.pm                                 | 11 +++--
 Koha.pm                                       |  2 +-
 Koha/Library.pm                               | 19 +++++++
 Koha/Schema/Result/MessageQueue.pm            | 11 ++++-
 installer/data/mysql/kohastructure.sql        |  1 +
 installer/data/mysql/updatedatabase.pl        | 10 ++++
 opac/opac-issue-note.pl                       |  6 +--
 opac/svc/checkout_notes                       |  6 +--
 t/db_dependent/Circulation.t                  | 71 ++++++++++++++-------------
 t/db_dependent/Koha/Libraries.t               | 42 +++++++++++++++-
 t/db_dependent/Patron/Borrower_PrevCheckout.t | 20 +-------
 11 files changed, 133 insertions(+), 66 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list