[koha-commits] main Koha release repository branch master updated. v16.05.00-165-g4491780

Git repo owner gitmaster at git.koha-community.org
Fri Jun 24 13:58:36 CEST 2016


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  4491780ecc53eba9f038da786060927197e0ecad (commit)
       via  1e39ecc7f15f493f96bb1e65e9791e5a9ea320d8 (commit)
      from  e1d6974bff1cc7290d792a4e6ac81e7d32b0c375 (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 4491780ecc53eba9f038da786060927197e0ecad
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Jun 22 11:06:10 2016 -0400

    Bug 16708 - (QA followup) Fix pod copy/paste error
    
    Change Koha::Authority to Koha::MetadataRecord::Authority
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 1e39ecc7f15f493f96bb1e65e9791e5a9ea320d8
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Jun 10 14:23:08 2016 +0100

    Bug 16708: Fix authority reindex for ElasticSearch
    
    The changes made to Koha::Authority has not been correctly fixed.
    The code of Koha::Authority has been moved bo
    Koha::MetadataRecord::Authority by bug 15380.
    
    Test plan:
      perl misc/search_tools/rebuild_elastic_search.pl -a -v
    should success
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 Koha/Authority.pm                           |   50 -----------------------
 Koha/MetadataRecord/Authority.pm            |   57 +++++++++++++++++++++++++--
 misc/search_tools/rebuild_elastic_search.pl |    6 +--
 3 files changed, 57 insertions(+), 56 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list