[koha-commits] main Koha release repository branch master updated. v3.22.00-453-g8d07227

Git repo owner gitmaster at git.koha-community.org
Thu Jan 28 20:12:01 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, master has been updated
       via  8d072272fa396820ec655fb7b45d30eee6fca3e8 (commit)
       via  0d36c27678a6968304990759657e2312338763eb (commit)
      from  1a343093e9c21e534c0baa3ee9d7b801f42399f9 (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 8d072272fa396820ec655fb7b45d30eee6fca3e8
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>

commit 0d36c27678a6968304990759657e2312338763eb
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>

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

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