[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.09-32-gd4bfad4

Git repo owner gitmaster at git.koha-community.org
Wed Aug 6 09:31:04 CEST 2014


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.14.x has been updated
       via  d4bfad499a01850b002dfb423900cd832e20ab81 (commit)
      from  53b8968e7d196f5a2634a48fcd17fecaf52bc4b2 (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 d4bfad499a01850b002dfb423900cd832e20ab81
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Mar 24 15:25:05 2014 +0100

    Bug 11995: restore ability of serialsUpdate.pl to calculate next serial issue dates
    
    Bug 7688 changed the prototype for GetNextDate, but the serialsUpdate.pl
    cronjob script had not been updated.  This patch fixes the problem.
    
    Test plan:
    Before applying the patch:
    1/ Check that the following SQL query returns something:
    SELECT serial.*
    FROM serial
    LEFT JOIN subscription ON (subscription.subscriptionid = serial.subscriptionid)
    WHERE serial.status = 1
    AND DATE_ADD(planneddate, INTERVAL CAST(graceperiod AS SIGNED) DAY) < NOW()
    AND subscription.closed = 0;
    2/ Run misc/cronjobs/serialsUpdate.pl -v
       It should die with an error message like this:
       Can't use string ("2011-03-05") as a HASH ref while "strict refs" in use
    3/ Apply the patch
    4/ Run misc/cronjobs/serialsUpdate.pl -v
       It should exit normally and print messages like this:
       Serial issue with id=XX updated
    5/ Run the Koha QA test tools.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit f71283bad5517757ee6b670c0edb5257d0a1bedc)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 misc/cronjobs/serialsUpdate.pl |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list