[koha-commits] main Koha release repository branch master updated. v3.16.00-746-g37a0a59

Git repo owner gitmaster at git.koha-community.org
Thu Oct 23 21:01:24 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  37a0a5983a4a0ff173eade7dfc373688aeed04ed (commit)
       via  ffd6bd5e3c130d36e0999b3f3001faf7952d3d58 (commit)
       via  b3acefc3191aabb74cc28d4413b8b917f481cc78 (commit)
       via  fca74ab50fe5a11904c6c7affcb2cb5493b08087 (commit)
       via  c649728316cfb20d8abd4358996e009feb0d599e (commit)
       via  1f7a3c0a17f7f22ee2c092ab8dd8a77ce39b31e3 (commit)
       via  b95617ec9eb62d3b4b9b2b97848b3efd7d207fb6 (commit)
       via  d9e33d80c14f254f8785cda2dabfc54d427ff181 (commit)
       via  c4852dbb14e576717a477a10b95a960094ea8715 (commit)
       via  eb6c2cf3111788e80aae17705611d00230f82bd9 (commit)
      from  01cbfb13737f6afad8c938326521c55600d40678 (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 37a0a5983a4a0ff173eade7dfc373688aeed04ed
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Fri Oct 10 15:40:47 2014 +0200

    Bug 11586 follow-up, FA framework update
    
    This follow-up also improves the FA framework, removing some fields that should not be in FA
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit ffd6bd5e3c130d36e0999b3f3001faf7952d3d58
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Fri Oct 10 15:07:41 2014 +0200

    Bug 11586 follow-up
    
     * itemtype = a mix was made between 099$t (biblioitems level) and 995$r (items level).
       I've chosen 099$t (manual change still possible for librarians that want it)
     * the 616$z is mistakenly displayed in tab 0. Switched to 6
     * field "abimé" (995$1) activated, it's better
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit b3acefc3191aabb74cc28d4413b8b917f481cc78
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Sep 29 12:36:33 2014 +0200

    Bug 11586: Better default framework for UNIMARC - zebra conf
    
    This patch updates the Zebra configuration for unimarc.
    
    995$d and 995$j should not be indexed.
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit fca74ab50fe5a11904c6c7affcb2cb5493b08087
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Sep 29 12:18:29 2014 +0200

    Bug 11586: Better default framework for UNIMARC - AV
    
    This patch updates the authorised_values.sql file.
    New WITHDRAWN and RESTRICTED.
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit c649728316cfb20d8abd4358996e009feb0d599e
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Sep 29 12:08:03 2014 +0200

    Bug 11586: Better default framework for UNIMARC - authority
    
    This patch updates the framework for authorities (unimarc_complet only).
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 1f7a3c0a17f7f22ee2c092ab8dd8a77ce39b31e3
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Sep 29 11:24:25 2014 +0200

    Bug 11586: Better default framework for UNIMARC - framework
    
    This patch updates the framework_DEFAULT.sql for unimarc_complet.
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit b95617ec9eb62d3b4b9b2b97848b3efd7d207fb6
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Oct 17 07:52:13 2014 -0400

    Bug 13084 [Master] - QA Followup - Use DBIx::Class to simplify logic
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit d9e33d80c14f254f8785cda2dabfc54d427ff181
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Wed Oct 15 16:35:58 2014 +0200

    Bug 13084 [Master] - Mixup of columns in deletedborrowers
    
    I could reproduce this problem in 3.14.4 where I wrote the patch.
    Fields shifted like branchcode moved to B_phone.
    Could not reproduce it for master.
    But this code change seems to improve things on master too.
    
    TEST PLAN
    ---------
    1) Alter the order of your deletedborrowers table.
       e.g. alter table deletedborrowers change column privacy privacy int(11) after city;
    2) Apply the 3.14.x test patch.
    3) prove -v t/db_dependent/Members.t
       -- Will fail on the new test.
    4) Apply the 3.14.x code change patch.
    5) prove -v t/db_dependent/Members.t
       -- Will succeed on the new test.
    6) run koha qa test tools.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit c4852dbb14e576717a477a10b95a960094ea8715
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Wed Oct 15 18:18:46 2014 -0400

    Bug 13084 [Master] - Improve t/db_dependent/Members.t test coverage
    
    Added a MoveMemberToDeleted set of tests.
    
    TEST PLAN
    ---------
    1) prove -v t/db_dependent/Members.t
       -- all should pass.
    2) Run koha QA tests.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit eb6c2cf3111788e80aae17705611d00230f82bd9
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Thu Oct 23 10:55:01 2014 +1300

    Bug 10467 - package dependency updates for master
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Members.pm                                      |   27 +-
 debian/control                                     |   16 +-
 .../unimarc/biblios/biblio-koha-indexdefs.xml      |   11 -
 .../unimarc/biblios/biblio-zebra-indexdefs.xsl     |   14 -
 etc/zebradb/marc_defs/unimarc/biblios/record.abs   |    3 -
 .../fr-FR/1-Obligatoire/authorised_values.sql      |    8 +-
 .../Obligatoire/autorites_norme_unimarc.sql        | 4554 +++++++++++++-------
 .../Obligatoire/framework_DEFAULT.sql              |  662 ++-
 .../Optionnel/cataloguage_rapide.sql               |   75 +-
 t/db_dependent/Members.t                           |   16 +-
 10 files changed, 3369 insertions(+), 2017 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list