[koha-commits] main Koha release repository branch master updated. v18.11.00-1371-g5a63c5b

Git repo owner gitmaster at git.koha-community.org
Fri Apr 26 20:12:11 CEST 2019


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  5a63c5baa23c5f8b1fdd343995f360147f519d4b (commit)
       via  9b7a216c53e7874a44cc7e28fc23ffa3ee5ad9d2 (commit)
      from  90f8eb626d32694e3297a4cfe6566cbb9abe192b (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 5a63c5baa23c5f8b1fdd343995f360147f519d4b
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri Apr 26 14:09:13 2019 -0300

    Bug 15496: (QA follow-up) Fix remaining cases
    
    This patch fixes remaining cases of the list => scalar change.
    
    To test:
    - Run:
      $ kshell
     k$ prove t/db_dependent/Holds/HoldFulfillmentPolicy.t t/db_dependent/Reserves.t
    => FAIL: Tests fail
    - Apply this patch
    - Run:
     k$ prove t/db_dependent/Holds/HoldFulfillmentPolicy.t t/db_dependent/Reserves.t
    => SUCCESS: Tests pass
    - Sign off :-D
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 9b7a216c53e7874a44cc7e28fc23ffa3ee5ad9d2
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Apr 26 14:35:18 2019 +0100

    Bug 22461: (follow-up) Use `exists` not `defined`
    
    Prior to this patch there is a regression in the LDAP replication
    functionality such that clearing a field become impossible. This patch
    restores that functionality.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

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

Summary of changes:
 C4/Auth_with_ldap.pm                         |    2 +-
 C4/Circulation.pm                            |    2 +-
 t/db_dependent/Holds/HoldFulfillmentPolicy.t |    2 +-
 t/db_dependent/Reserves.t                    |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list