[koha-commits] main Koha release repository branch master updated. v3.16.00-716-g7fafe2a

Git repo owner gitmaster at git.koha-community.org
Wed Oct 22 02:09:51 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, master has been updated
       via  7fafe2afb491c8aff468dc200c705c05b57f4991 (commit)
       via  5dfc026fad2b0e92e00e501cf15284fae042a711 (commit)
      from  01c509f37d06a25aa4409ad2cd05cb67eee73f77 (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 7fafe2afb491c8aff468dc200c705c05b57f4991
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Oct 20 01:56:46 2014 -0400

    Bug 13115 - Holidays.t will fail some unit tests on Sundays
    
    Due to the fact that Sunday is a repeating holiday in the example data
    which is used for part but not all of Holidays.t, the last test will
    fail on Sundays. The test is to see if today is *not* a special holiday
    for MPL, but since it's already a repeating holiday, is_holiday will
    return true rather than false.
    
    Test Plan:
    1) Wait until Sunday
    2) prove t/db_dependent/Holidays.t
    3) Note the failure
    4) Apply this patch
    5) Repeat step 2
    6) Note there is no longer a failure
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Used my time machine... :)
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 5dfc026fad2b0e92e00e501cf15284fae042a711
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Mon Oct 20 13:04:45 2014 +0000

    Bug 13114: Prevent Shibboleth Patches from spamming logs
    
    - The shibboleth patch introduced an undefined message into the error
      logs, when shiboleth is disabled.
    
    Testplan
    
    1. Ensure shibboleth is disabled.
    2. Refresh any opac page
    3. See 'Use of uninitialized value $ENV{"REMOTE_USER"} in string ne at
    /home/koha/kohaclone/C4/Auth.pm line 711.' popup in the opac-error.log
    4. Apply patch
    5. Refresh opac page
    6. Error should no longer appear
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Auth.pm                |    2 +-
 t/db_dependent/Holidays.t |    8 ++++++++
 2 files changed, 9 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list