[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.08-57-gdce4df939c

Git repo owner gitmaster at git.koha-community.org
Tue Mar 24 17:15:19 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, 19.05.x has been updated
       via  dce4df939c330b8a61eb67cf7d40a3177457a58c (commit)
       via  50cc72db58ace16f5603496148cf43eb5beaafec (commit)
       via  7b0d904f88c99fe15c1e0be6d386fc56ffd983eb (commit)
       via  ceecc18c2ec73f91c54b744784d58e38dc328b41 (commit)
       via  bb6c483a245a229a77c6726ddebb2f4484f6c2a0 (commit)
      from  3f90faeef48fc53b20ccf5e087132dc521052ad2 (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 dce4df939c330b8a61eb67cf7d40a3177457a58c
Author: Lucas Gass <lucas at bywatersolutions.com>
Date:   Tue Mar 24 15:38:34 2020 +0000

    Bug 24846: DBRev 19.05.08.004
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 50cc72db58ace16f5603496148cf43eb5beaafec
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>

commit 7b0d904f88c99fe15c1e0be6d386fc56ffd983eb
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>

commit ceecc18c2ec73f91c54b744784d58e38dc328b41
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>

commit bb6c483a245a229a77c6726ddebb2f4484f6c2a0
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>

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

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 |   5 +
 .../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, 444 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