[koha-commits] main Koha release repository branch master updated. v16.05.00-115-gde6c137

Git repo owner gitmaster at git.koha-community.org
Fri Jun 17 16:29:32 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  de6c1375f76b562970d7515192a002af8babc740 (commit)
       via  8c14c25521eac92a2cb62ab5330deac2e2d5343d (commit)
      from  30946eff3cda31d0cc97c6c1c4f1e757dbc4c366 (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 de6c1375f76b562970d7515192a002af8babc740
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Mon May 9 11:13:38 2016 -0300

    Bug 13074: (followup) remove useless diag
    
    On running all Items-related tests some useless diag showed up. Removing it.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 8c14c25521eac92a2cb62ab5330deac2e2d5343d
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue May 3 11:08:47 2016 +0100

    Bug 13074: Use Koha::Cache to cache the defaults values of a MARC record
    
    With the global %default_values_for_mod_from_marc variable, the changes
    made to the marc_subfield_structure table and especially the links
    between MARC and DB fields are not safe and might be outdated (if a
    field is linked/unlinked)
    
    Test plan:
    Under Plack:
    - Link the barcode field, edit a record and set a barcode.
    - Remove the mapping for the barcode field and then update again the
      barcode of the record.
    The items.barcode DB field must not have been updated.
    
    Without this patch, the field should have been updated.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Items.pm                                 |   17 ++--
 admin/biblio_framework.pl                   |    2 +
 admin/marc_subfields_structure.pl           |    2 +
 admin/marctagstructure.pl                   |    3 +
 t/db_dependent/Items.t                      |  116 ++++++++++++++++++++++++++-
 t/db_dependent/Items/GetItemsForInventory.t |    2 -
 6 files changed, 132 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list