[koha-commits] main Koha release repository branch master updated. v19.11.00-686-g87e4ecacc5

Git repo owner gitmaster at git.koha-community.org
Wed Feb 12 17:35:25 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  87e4ecacc525308aed137f5ec3458df32ab8b0dd (commit)
       via  c8fbb4900015604d15ae8c13d74730e5bc984868 (commit)
       via  c2d3a60566c672a65a3f8e4ad75d2530cb0d2d3d (commit)
       via  51f5f6ca49560a9ef035a35163ca8d8e82a9d4f5 (commit)
       via  96e779d952ae492a1c82fa3addf8553f111fc6b5 (commit)
      from  a6b359ccbb9485aa89814c95a3c873be558ae96c (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 87e4ecacc525308aed137f5ec3458df32ab8b0dd
Author: Liz Rea <wizzyrea at gmail.com>
Date:   Fri Jan 3 17:35:20 2020 +0000

    Bug 24340: allow koha-sip --disable inst
    
    To test:
    
    - Enable sip for your testing instance
     sudo koha-sip --enable inst
    - Start sip for your testing instance
     sudo koha-sip --start inst
    - Verify it is running
     ps ax |grep sip -> you should see processes
    - Disable sip for your testing intance
     sudo koha-sip --disable inst
    - Verify that the following has happened:
     * SIP is no longer running for your instance - no SIP processes
     * SIP Cannot be started for the instance because it is not enabled.
    
    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>

commit c8fbb4900015604d15ae8c13d74730e5bc984868
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Tue Feb 11 16:40:04 2020 +0000

    Bug 19014: (QA follow-up) Update test for AddReserve change
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit c2d3a60566c672a65a3f8e4ad75d2530cb0d2d3d
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Feb 11 13:18:10 2020 +0000

    Bug 19014: on_reserve blocks auto_renew
    
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 51f5f6ca49560a9ef035a35163ca8d8e82a9d4f5
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Feb 11 12:46:42 2020 +0000

    Bug 19014: Return auto_too_soon before on_reserve
    
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 96e779d952ae492a1c82fa3addf8553f111fc6b5
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon Dec 30 19:27:26 2019 +0000

    Bug 19014: Unit tests
    
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/Circulation.pm                | 217 ++++++++++++++++++++-------------------
 debian/docs/koha-sip.xml         |   9 +-
 debian/scripts/koha-functions.sh |   2 +-
 debian/scripts/koha-sip          |  75 ++++++++++----
 t/db_dependent/Circulation.t     |  30 +++++-
 5 files changed, 203 insertions(+), 130 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list