[koha-commits] main Koha release repository branch 18.11.x updated. v18.11.15-5-g55f94a201e

Git repo owner gitmaster at git.koha-community.org
Thu Mar 26 23:58:28 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, 18.11.x has been updated
       via  55f94a201e40a96e49be602204a14507e4fb1913 (commit)
       via  a1bd61ae14442ed62070857c6fb414cee6f41f1a (commit)
       via  a809b16949087a0861f6d9ac8d4cdef56c745e3d (commit)
       via  93d0d201104d700c51cd74b05b1454f63e8fe627 (commit)
       via  24b4fdebf050d7c95e81ce1fc5707b8a42efaacf (commit)
      from  7d0a0229778ba594032569c03b4042d56e5da930 (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 55f94a201e40a96e49be602204a14507e4fb1913
Author: Hayley Mapley <hayleymapley at catalyst.net.nz>
Date:   Fri Mar 27 11:25:34 2020 +1300

    Bug 24846: DBRev 18.11.15.001
    
    Signed-off-by: Hayley Mapley <hayleymapley at catalyst.net.nz>

commit a1bd61ae14442ed62070857c6fb414cee6f41f1a
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Mar 17 16:59:44 2020 +0100

    Bug 24846: Update items.onloan with the new due date
    
    Signed-off-by: Donna Bachowski <donna at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit b56562f2d0fe466dee2bc5c22f3753b140477a13)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit 50cc72db58ace16f5603496148cf43eb5beaafec)
    
    Signed-off-by: Hayley Mapley <hayleymapley at catalyst.net.nz>

commit a809b16949087a0861f6d9ac8d4cdef56c745e3d
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Mar 16 11:45:44 2020 +0100

    Bug 24846: Add new tool to batch extend due dates
    
    With events sometimes leading to unforeseen branch closures (think Coronavirus as
    an example), it would be helpful to have a tool that would allow librarians to
    update due dates in bulk based on branch and current due date of the material.
    
    It allows to select checkouts given the following parameters:
     * libraries
     * patron's categories
     * range of the due date
    
    You can set a hard due date, or define a number of days to extend the
    due date.
    
    Test plan:
    Check some items out
    Use the new tool to extend the due dates
    Test the different filters to make sure they all work
    
    Note: What about holidays?
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit 0ff5dc25ffac4c13c68b8a2db9046e844f23d028)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit 7b0d904f88c99fe15c1e0be6d386fc56ffd983eb)
    
    Signed-off-by: Hayley Mapley <hayleymapley at catalyst.net.nz>

commit 93d0d201104d700c51cd74b05b1454f63e8fe627
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Mar 16 11:51:10 2020 +0100

    Bug 24846: Link to the new tool
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit 32e5ec841a748249462189846c267a5078febe81)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit ceecc18c2ec73f91c54b744784d58e38dc328b41)
    
    Signed-off-by: Hayley Mapley <hayleymapley at catalyst.net.nz>

commit 24b4fdebf050d7c95e81ce1fc5707b8a42efaacf
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Mar 16 11:45:15 2020 +0100

    Bug 24846: Add new permission batch_extend_due_dates
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit bb6c483a245a229a77c6726ddebb2f4484f6c2a0)
    
    Signed-off-by: Hayley Mapley <hayleymapley at catalyst.net.nz>

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

Summary of changes:
 Koha.pm                                            |   2 +-
 installer/data/mysql/updatedatabase.pl             |  12 +
 installer/data/mysql/userpermissions.sql           |   1 +
 .../intranet-tmpl/prog/en/includes/permissions.inc |   1 +
 .../intranet-tmpl/prog/en/includes/tools-menu.inc  |   3 +
 .../en/modules/tools/batch_extend_due_dates.tt     | 269 +++++++++++++++++++++
 .../prog/en/modules/tools/tools-home.tt            |   7 +-
 tools/batch_extend_due_dates.pl                    | 147 +++++++++++
 8 files changed, 440 insertions(+), 2 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_extend_due_dates.tt
 create mode 100755 tools/batch_extend_due_dates.pl


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list