[koha-commits] main Koha release repository branch master updated. v16.11.00-664-gafe3fa1

Git repo owner gitmaster at git.koha-community.org
Fri Mar 31 13:00:37 CEST 2017


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  afe3fa1d071aae2078cd3c52ad1b7e242ddcf3ef (commit)
       via  73c83b51c2041bd7eb3653f6395d907f4b51eff1 (commit)
      from  b7adcf69476a969cda6b8670e8a7e91f4c4af5b2 (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 afe3fa1d071aae2078cd3c52ad1b7e242ddcf3ef
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Mar 13 18:17:13 2017 -0300

    Bug 18269: Move field mappings related code to Koha::FieldMapping[s]
    
    The 3 subroutines GetFieldMapping, SetFieldMapping and
    DeleteFieldMapping from the C4::Biblio module were only used from the
    field mappings admin page.
    They can easily replaced with new packages Koha::FieldMappings based on
    Koha::Object[s]
    
    Test plan:
    Add and delete field mappings (admin/fieldmapping.pl, Home ›
    Administration › Keyword to MARC mapping).
    Add an existing mapping > Nothing should be added
    
    Note that this page has not been rewritten and you will not get any
    feedbacks, but it's not the goal of this page to improve it.
    
    Followed test plan, works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 73c83b51c2041bd7eb3653f6395d907f4b51eff1
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Mar 14 18:10:08 2017 -0300

    Bug 18269: Add Koha::FieldMapping[s] packages
    
    Tested both patches together, works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Biblio.pm                                       |   63 --------------------
 Koha/{City.pm => FieldMapping.pm}                  |    6 +-
 Koha/{ItemTypes.pm => FieldMappings.pm}            |   10 ++--
 admin/fieldmapping.pl                              |   46 +++++++-------
 .../prog/en/modules/admin/fieldmapping.tt          |   11 ++--
 t/db_dependent/Charset.t                           |    2 +-
 6 files changed, 39 insertions(+), 99 deletions(-)
 copy Koha/{City.pm => FieldMapping.pm} (89%)
 copy Koha/{ItemTypes.pm => FieldMappings.pm} (84%)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list