[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-955-g6e86443

Git repo owner gitmaster at git.koha-community.org
Mon Aug 19 15:59:03 CEST 2013


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  6e864430caaa951b06d5fecff3fe7864317e5e26 (commit)
       via  27edb618dd604e0a718f43e98ed97255f72eb515 (commit)
      from  971449866fc23ff9c0c083754e4dd9c53d8d4cdc (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 6e864430caaa951b06d5fecff3fe7864317e5e26
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Wed Aug 14 14:53:25 2013 +0000

    bug 10728: fix additional log noise generated by subscription-renew.pl
    
    To test:
    
    [1] Use the renew link to bring up the subscription renewal form.
    [2] Verify that a warning message containing the text
        'Problem = a value of 1 has been passed to param without key'
        was not added to the Apache error log.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 27edb618dd604e0a718f43e98ed97255f72eb515
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Wed Aug 14 15:26:34 2013 +0100

    Bug 10728: fix log noise generated by subscription-renew.pl
    
    Error log is showing warnings because mode is undefined
    and we are doing string comparisons on it.
    
    Set it to a default value (we were already assigning it a variable
    which we were not using) and use the the result in the comparison
    
    To test, after applying the patch:
    
    [1] Use the renew link from the subscription detail page to renew
        a subscription.
    [2] Verifying that doing this did not add a warning containing
        'subscription-renew.pl: Use of uninitialized value $mode in string eq '
        to the Apache error log.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 serials/subscription-renew.pl |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list