[koha-commits] main Koha release repository branch master updated. v3.14.00-526-gbf3b1aa

Git repo owner gitmaster at git.koha-community.org
Mon Mar 10 16:44:22 CET 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, master has been updated
       via  bf3b1aac7b7bc422bea26bb2c045be69d93ef0bf (commit)
       via  850e7e58352fd1fcb2772308cbfc6375b6a45735 (commit)
       via  8ee0bc049a183e795fc37608a4b3790d4aef2267 (commit)
      from  547946894833155f4b61be6d0544a6c195744395 (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 bf3b1aac7b7bc422bea26bb2c045be69d93ef0bf
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Tue Jan 21 00:41:00 2014 -0500

    Bug 11587: get rid of warnings generated by IsSuperLibrarian with anonymous sessions
    
    This corrects line 1250 of C4/Context.pm to be:
        return ($userenv->{flags}//0) % 2;
    And thus avoids an uninitialized value used in the modulus.
    
    TEST PLAN
    ---------
    1) Apply the first patch (to update t/Context.t)
    2) prove -v t/Context.t
    -- This should fail tests 7 and 8
    3) Apply this patch (to fix C4/Context.pm)
    4) prove -v t/Context.t
    -- All tests should succeed
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 850e7e58352fd1fcb2772308cbfc6375b6a45735
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Jan 24 13:00:37 2014 +0100

    Bug 11587 - Add UT for IsSuperLibrarian if flags == 0
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 8ee0bc049a183e795fc37608a4b3790d4aef2267
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Tue Jan 21 00:34:43 2014 -0500

    Bug 11587 - IsSuperLibrarian generates warnings (UT)
    
    Simply viewing OPAC detail triggers a modulus warning entry.
    This first patch adds two test cases to t/Context.t to test for
    this situation.
    
    TEST PLAN
    ---------
    1) Apply this patch (to upgrade t/Context.t)
    2) prove -v t/Context.t
    -- Tests 7 and 8 will fail
    3) Apply main patch (to amend C4/Context.pm)
    4) prove -v t/Context.t
    -- All tests will succeed
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Context.pm |    2 +-
 t/Context.t   |   12 +++++++++++-
 2 files changed, 12 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list