[koha-commits] main Koha release repository branch master updated. v19.11.00-643-gea8363559b

Git repo owner gitmaster at git.koha-community.org
Wed Feb 5 15:53:44 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  ea8363559b10def137f1f365888d99551d2605de (commit)
       via  21594689e54abdf9b07669a0b1b35f204eb2bd1e (commit)
       via  043a36e46a9dbf0c94bd01da1c02241c67d6360d (commit)
       via  5958836a570f396c16b4bd43072bcd16a2101cb4 (commit)
       via  5ac7f3690d274e93cd38ee441c480d4d9c597a52 (commit)
       via  76c0a06728ec73504983f4e1e52b6add0a37a0e1 (commit)
       via  eedb6ce233443c5c2af4d4352c5374f293b88ac3 (commit)
       via  4668a31dc5a43dc32e8535dac03fd8d8f4bb9010 (commit)
      from  585001c6d3f18b4420f785778aab0889df43357b (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 ea8363559b10def137f1f365888d99551d2605de
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sat Nov 2 06:39:28 2019 +0000

    Bug 23784: Show subtitle, number and part in course reserve list of records
    
    At the moment only the title will display in the course reserves
    details, but not the information from other title fields. For
    series with multiple volumes that can lead to confusing display.
    The patch makes use of the new include to display 245$abnp.
    
    To test:
    - Add mulitple records to a course reserce course
      Make sure you have some with different combinations of 245$b$n$p
    - Look at the course details in the OPAC
    - Verify only $a displays
    - Apply patch
    - Reload
    - Verify now the full information displays
    
    Depending on your installation, you might want ot check that the 245
    are correctly mapped and save the record once so the database
    fields are correctly filled.
    
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.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 21594689e54abdf9b07669a0b1b35f204eb2bd1e
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Wed Feb 5 14:26:47 2020 +0000

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

commit 043a36e46a9dbf0c94bd01da1c02241c67d6360d
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Feb 5 09:47:47 2020 +0100

    Bug 23673: Set updated_on=time_queued on DB update
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 5958836a570f396c16b4bd43072bcd16a2101cb4
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Feb 5 09:44:58 2020 +0100

    Bug 23673: Avoid sleep in tests
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 5ac7f3690d274e93cd38ee441c480d4d9c597a52
Author: Agustin Moyano <agustinmoyano at theke.io>
Date:   Mon Oct 21 19:18:55 2019 -0300

    Bug 23673: Add "Updated on" column to patron's notices
    
    This patch adds "Updated on" column to patron's notices tab. It also adds logic to C4::Letters to retrieve updated_on column.
    
    To test:
    
    1. Apply patches.
    2. Restart plack.
    3. Choose a patron and add a purchase suggestion.
    4. Change suggestion status.
    5. Open patron's notifications.
       CHECK => Messages table has now "Updated on" and "Time created" columns, and "Time" column is gone.
       SUCCESS => There is a message with status pending, with a "time created" that equals "updated on"
    6. Execute in the shell in Koha directory
       $ ./misc/cronjobs/process_message_queue.pl
    7. Open patron's notifications one more time.
       SUCCESS => The message changed status. Time created remained the same, and now "updated on" has the current timestamp.
    8. Resend the message and repeat sep 6.
       SUCCESS => Every time you change the status, time created remains the same and updated on updates.
    9. Run `prove t/db_dependant/Letters.t`
    10. Sign off
    
    Signed-off-by: Kelly McElligott <kelly at bywatersolutions.com>
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.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 76c0a06728ec73504983f4e1e52b6add0a37a0e1
Author: Agustin Moyano <agustinmoyano at theke.io>
Date:   Mon Oct 21 17:29:44 2019 -0300

    Bug 23673: Change DB Structure
    
    Signed-off-by: Kelly McElligott <kelly at bywatersolutions.com>
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.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 eedb6ce233443c5c2af4d4352c5374f293b88ac3
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Feb 5 14:29:44 2020 +0100

    Bug 24595: Silent warnings from Circulation.t
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 4668a31dc5a43dc32e8535dac03fd8d8f4bb9010
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Jan 17 14:29:42 2020 +0000

    Bug 24449: Add too_many_overdue to patron status for SIP
    
    To test:
    1 - Have sip running and use the cli to get info for a patron
        example: perl misc/sip_cli_emulator.pl  -a localhost -p 6001 -su koha -sp koha -l CPL -m patron_status_request --patron koha
    2 - Checkout an item to the patron, backdated so it is overdue
    3 - Set syspref 'OverduesBlockCirc' to anything but "Don't Block"
    4 - Get the patron status via SIP, note circ blocked flag is set, but too_many_overdue is not
    5 - Apply patch
    6 - Restart all the things
    7 - Get the patron status via SIP
    8 - Note the too_many_overdue flag is now triggered and there is a message
        example: READ: 24Y     Y       00120200117    142716AEEdna Acosta|AA23529001000463|BLY|CQN|BV0.25|AFGreetings from Koha.  -- Patron has overdues -- Patron owes 0.25|AOCPL|
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/Circulation.pm                                        | 15 ++++++++++++---
 C4/Letters.pm                                            |  6 +++---
 C4/Overdues.pm                                           |  4 ++--
 C4/SIP/ILS/Patron.pm                                     |  4 ++++
 Koha.pm                                                  |  2 +-
 Koha/Schema/Result/MessageQueue.pm                       | 16 ++++++++++++++--
 installer/data/mysql/kohastructure.sql                   |  3 ++-
 installer/data/mysql/updatedatabase.pl                   | 14 ++++++++++++++
 .../intranet-tmpl/prog/en/modules/members/notices.tt     |  6 ++++--
 .../bootstrap/en/modules/opac-course-details.tt          |  2 +-
 t/db_dependent/Letters.t                                 |  9 ++++++++-
 11 files changed, 65 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list