[koha-commits] main Koha release repository branch master updated. v16.11.00-970-g8c1b551

Git repo owner gitmaster at git.koha-community.org
Fri Apr 28 15:29:44 CEST 2017


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  8c1b551b38f1fb26ce4c946d59c8a3cfa83f7a69 (commit)
       via  868ecdbbb33136bad96857da288d9bc060360444 (commit)
       via  09fe525003e9412b10bb74dfc5b2f386e1389ebf (commit)
       via  d3e459289f9e9b2ee4a138693d855e829a9b0a82 (commit)
      from  b492182b69e353f4f08d227b1ec7525a23bd6fe0 (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 8c1b551b38f1fb26ce4c946d59c8a3cfa83f7a69
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Apr 28 09:28:33 2017 -0400

    Bug 16344 - DBRev 16.12.00.030
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 868ecdbbb33136bad96857da288d9bc060360444
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Apr 27 19:21:11 2017 +0000

    Bug 16344 - Update Schema
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 09fe525003e9412b10bb74dfc5b2f386e1389ebf
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Apr 26 16:58:49 2016 +0100

    Bug 16344: Fix alignment between top and bottom columns
    
    Signed-off-by: Jonathan Field <jonathan.field at ptfs-europe.com>
    Signed-off-by: Janet McGowan <janet.mcgowan at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit d3e459289f9e9b2ee4a138693d855e829a9b0a82
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Apr 25 21:52:27 2016 +0100

    Bug 16344: Add a circ rule to limit the auto renewals given a specific
    
    This patch adds a new circulation rule (no_auto_renewal_after_hard_limit) to block/allow
    auto renewals after a given date.
    The idea is to stop renewals at a given date. That way the library will have
    time to send overdues and get the books back before the students do on holiday.
    
    Test plan:
    0/ Execute the update DB entry
    1/ Define a rule with no_auto_renewal_after_hard_limit set to tomorrow
    2/ Modify the issues.issuedate, to simulate a checkout in the past:
        UPDATE issues
        SET issuedate = "yyyy-mm-dd hh:mm:ss"
        WHERE itemnumber = YOUR_ITEMNUMBER;
    with issuedate = 2 days before for instance
    3/ Execute the automatic renewals cronjob script (misc/cronjobs/automatic_renewals.pl)
    Confirm that the issue has been renewed
    4/ Modify the no_auto_renewal_after_hard_limit and set it to yesterday
    5/ Execute the automatic renewals cronjob script (misc/cronjobs/automatic_renewals.pl)
    Confirm that the issue has not been renewed
    
    Signed-off-by: Jonathan Field <jonathan.field at ptfs-europe.com>
    Signed-off-by: Janet McGowan <janet.mcgowan at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Circulation.pm                                  |   59 +++++++++++++-------
 Koha.pm                                            |    2 +-
 Koha/Schema/Result/Issuingrule.pm                  |   12 +++-
 admin/smart-rules.pl                               |    9 +++
 installer/data/mysql/kohastructure.sql             |    1 +
 installer/data/mysql/updatedatabase.pl             |   12 ++++
 .../prog/en/modules/admin/smart-rules.tt           |    7 +++
 t/db_dependent/Circulation.t                       |   44 +++++++++++++--
 8 files changed, 116 insertions(+), 30 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list