[koha-commits] main Koha release repository branch master updated. v16.05.00-901-g0254fd7

Git repo owner gitmaster at git.koha-community.org
Fri Sep 16 12:51:03 CEST 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  0254fd7a1ffb54cba942a95e23c24619ec6b25c1 (commit)
       via  bc647bc21b3496fb6f7b509d57f516116178222d (commit)
       via  8a7a7a034490ced2c2e7de062813645169c5cb71 (commit)
       via  3ada0d104de609ae39f58a86d6406b9a1200d758 (commit)
       via  4ddc8635347f978a354e6e332aede0abeeea310b (commit)
       via  812379bbc237e5c5fe6e954f666a7b1f0961a21c (commit)
      from  1eaa8f047694b78c1c9ab18e3b98fd23e781a4f3 (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 0254fd7a1ffb54cba942a95e23c24619ec6b25c1
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Sep 16 10:50:33 2016 +0000

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

commit bc647bc21b3496fb6f7b509d57f516116178222d
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Sep 9 10:53:48 2016 +0200

    Bug 17135: [QA Follow-up] Changes as to reporting
    
    We should at least report some grand totals when fixing fine records.
    This patch also includes some cosmetic whitespace swapping.
    Turned one last into an if statement.
    
    Added a copyright statement too.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 8a7a7a034490ced2c2e7de062813645169c5cb71
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Sep 9 09:53:53 2016 +0200

    Bug 17135: [QA Follow-up] Change location of new script to fix fines
    
    The location of the script in misc/maintenance would be fine for
    running it from the command line. But it will be a problem for several
    install types when running it from the web installer.
    Files from misc/maintenance go to bin/maintenance in a package install,
    not to mention other installs than a dev install.
    
    This patch moves the script to installer/data/mysql. Already there are two
    other scripts run by upgradedatabase. I would rather move these three
    scripts somewhere else, but we c/should do that on another report.
    
    Fixed a small typo in a message too.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 3ada0d104de609ae39f58a86d6406b9a1200d758
Author: Jacek Ablewicz <abl at biblos.pk.edu.pl>
Date:   Wed Aug 31 19:46:00 2016 +0200

    Bug 17135 - Maintenance script execution added as part of an atomic DB upgrade
    
    (plus warnings for 16.05+ production setups possibly already affected)
    
    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: Kyle M Hall <kyle at bywatersolutions.com>

commit 4ddc8635347f978a354e6e332aede0abeeea310b
Author: Jacek Ablewicz <abl at biblos.pk.edu.pl>
Date:   Wed Aug 31 16:18:50 2016 +0200

    Bug 17135 - Some minor changes & fixes in the script
    
    - all non-fatal output redirected to STDOUT (as there is an intention
    to run this script from updatedatabase.pl)
    
    - added borrowernumber and itemnumber equality checks to the SELECT
    statement in getFinesForChecking() - accountlines.issue_id alone is not
    entirely trustworthy (because InnoDB forgets it's highest auto_increment
    after server restart), in some rare cases it may point to some random
    issue for different patron and different item
    
    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: Kyle M Hall <kyle at bywatersolutions.com>

commit 812379bbc237e5c5fe6e954f666a7b1f0961a21c
Author: Jacek Ablewicz <abl at biblos.pk.edu.pl>
Date:   Mon Aug 29 12:51:21 2016 +0200

    Bug 17135 - Fine for the previous overdue may get overwritten by the next one
    
    External maintenace script for fixing unclosed (FU), non accruing fine
    records which may still need FU -> F correction post-Bug 15675.
    
    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: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 Koha.pm                                            |    2 +-
 .../fix_unclosed_nonaccruing_fines_bug17135.pl     |  234 ++++++++++++++++++++
 installer/data/mysql/updatedatabase.pl             |   17 ++
 3 files changed, 252 insertions(+), 1 deletion(-)
 create mode 100755 installer/data/mysql/fix_unclosed_nonaccruing_fines_bug17135.pl


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list