[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.04-111-g64d8beafa8

Git repo owner gitmaster at git.koha-community.org
Fri Apr 3 23:28:51 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, 19.11.x has been updated
       via  64d8beafa8b5745c5ca2e63fddaf2177246ce937 (commit)
       via  268a62a6d2f8c6b3fe1a07033b533b31fc88db33 (commit)
       via  ca4f14180b90bab2e8185e919a87657c6fba0e2f (commit)
       via  839e11eefd01c6e5bf36effaef09028c443ed386 (commit)
      from  77d9b7e79995ec0acfc11ba290d5c990417778d9 (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 64d8beafa8b5745c5ca2e63fddaf2177246ce937
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Aug 1 14:57:29 2019 +0000

    Bug 23411: Do not fall back to 'email' for SMS messages
    
    To test:
     1 - Have a patron wiht an sms number, but no email
     2 - Enable sms by setting SMSDriver syspref to Email
     3 - Set Notice triggers to send an overdue via sms and email
     4 - Ensure the selected notice is defined only for 'email'
     5 - Checkout an overdue to the patron above
        You can set a specify a due date in the past
     6 - perl misc/cronjobs/overdue_notices.pl -t
     7 - Check the patron notices tab, they have a print notice and an SMS notice pending
     8 - The SMS notice used the 'email' template
     9 - Apply patch
    10 - sudo koha-mysql kohadev
    11 - DELETE * FROM message_queue WHERE borrowernumber={borrower as above};
    12 - Run the cron again
    13 - Patron should have a print notice queued, no sms
    14 - Define an SMS notice
    15 - delete the message queue
    16 - Run again
    17 - The patron should have a print and an SMS
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 268a62a6d2f8c6b3fe1a07033b533b31fc88db33
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Dec 17 11:31:40 2019 +0100

    Bug 24250: Do not duplicate debarred comment in patron screen message AF field
    
    Caused by
      commit bddfed75913a2302c19c00b00a6fe86538af6f9f
      Bug 19933: Remove patronflags - tricky ones
    
    Test plan:
    1 - Setup SIP in your testing environment
        https://wiki.koha-community.org/wiki/Koha_SIP2_server_setup
    2 - Set a patron to have a restriction
    3 - Send a patron status request or patron information command via
        the SIP cli emulator (see link above)
    4 - Note the comment on the restriction is sent only once
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit ca4f14180b90bab2e8185e919a87657c6fba0e2f
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Feb 26 12:51:06 2020 +0100

    Bug 23900: Add tests
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 839e11eefd01c6e5bf36effaef09028c443ed386
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Nov 11 17:54:56 2019 +0100

    Bug 23900: Teach label maker to concat database fields
    
    Test plan:
    - define a label layout with this field list: "100a 245s","enumchron copynumber"
    - find or create a record with values for all of those fields
    - generate a label for that record
    - the 100a and 245s successfully display on one line
    - the enumchron and copynumber are displayed and separated by a space
    
    Try other combinations
    
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

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

Summary of changes:
 C4/Labels/Label.pm               | 13 +++++++++----
 C4/SIP/ILS/Patron.pm             |  2 +-
 misc/cronjobs/overdue_notices.pl |  4 ++--
 t/db_dependent/Labels/t_Label.t  | 37 ++++++++++++++++++++++---------------
 4 files changed, 34 insertions(+), 22 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list