[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.02-15-gb94fc34

Git repo owner gitmaster at git.koha-community.org
Fri Jan 29 11:02:20 CET 2016


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, 3.22.x has been updated
       via  b94fc3419dc04d06d7557753cea619633ab4c8dd (commit)
       via  e46923af8829f7da9eb3b94e89831b32e68df040 (commit)
      from  ff73d0415fade98b79dcaa185640fff694ea80a5 (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 b94fc3419dc04d06d7557753cea619633ab4c8dd
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Wed Jan 27 15:44:31 2016 +0100

     Bug 15240: [QA Follow-up] Minor adjustments
    
    This patch does:
    [1] It removes some unused modules.
    [2] It adds some options not listed in the synopsis.
    [3] It removes an unused sql expression from one query.
        Note: In fines related code the third parameter of CalcFine sometimes
        is named as days_overdue too.
    [4] Corrects a few typos in comments or pod.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>
    (cherry picked from commit 8d072272fa396820ec655fb7b45d30eee6fca3e8)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit e46923af8829f7da9eb3b94e89831b32e68df040
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Dec 9 11:10:33 2015 +0000

     Bug 15240: Do not process issues with a date due later than today
    
    There is no need to do this job in Perl, MySQL could do it instead.
    The idea is to only retrieve the issues info which could be overdued.
    
    To test:
    1/ Run the script
    2/ Apply the patch
    3/ Run the script again, notice the exact same results but execution time is faster
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>
    (cherry picked from commit 0d36c27678a6968304990759657e2312338763eb)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 misc/cronjobs/overdue_notices.pl |   31 +++++++++++++------------------
 1 file changed, 13 insertions(+), 18 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list