[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.01-40-g290e7fe9b9

Git repo owner gitmaster at git.koha-community.org
Mon Jul 13 17:02:42 CEST 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, 20.05.x has been updated
       via  290e7fe9b9c7d41177204699e61d5419c6cab363 (commit)
      from  c561fda1fb166dd2130b02fbb96c47be771d9b7a (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 290e7fe9b9c7d41177204699e61d5419c6cab363
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Apr 9 11:23:04 2020 -0400

    Bug 25097: Add option to message_queue to allow for only specific sending notices
    
    The message_queue.pl currently will send all the messages queued up.  It would be nice to have some control over which messages are to be sent.
    
    Example: We have libraries who only wanted to send 'hold notices' but not overdue, advance notice, etc during the covid-19 quarantine.  And some that were the opposite - turn off hold notices, but send other generated notices.
    
    Test Plan:
    1) Apply this patch
    2) Enqueue some messages with different letter codes
    3) Run process_message_queue.pl with the new -c parameter using one of the letter codes enqueued
    4) Note that only the messages with the selected code were processed!
    
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
    Signed-off-by: Alex Arnaud <alex.arnaud at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit b48869f1b865ae1f172557274062e932318427db)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 misc/cronjobs/process_message_queue.pl | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list