[koha-commits] main Koha release repository branch master updated. v3.20.00-557-g8dfde8b

Git repo owner gitmaster at git.koha-community.org
Mon Sep 7 19:10:23 CEST 2015


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  8dfde8b85a6eeea4db4f79e35d6540d0bfc9cdf4 (commit)
       via  d0618a9d31a1d98cc115564cb889bee1b958b358 (commit)
       via  cc2452df238217efc06182a47dc8210910b5b262 (commit)
       via  95286aad85d246bd7ac9280186cff7ec07fb833c (commit)
       via  d997b0b1f0b148d7157c8ae7363c47974fcb368d (commit)
       via  39ed3dce71e535e16753413df7635c1942cc02cc (commit)
       via  c3d08f27d30414a0100d8cbc34d0e808837af319 (commit)
       via  6bb1ed4fbb06579a0fccc4da8a7e991888791a44 (commit)
       via  563cbf79bacc0a325d78f4fc634a8d50c73e2a88 (commit)
       via  7479fde63270d3858bab2858ae87fbc0a80e0fb5 (commit)
       via  885c0334da6008b58bd009cd67d611e7ecb67bfe (commit)
       via  7c350a279887ad94ad4da67a15c82dd89fa1f0b8 (commit)
       via  5cadaeb0f202780ce7165b62043c19e748a087ba (commit)
       via  59f0d2ee582d9acf24205de99c0615c443251ed6 (commit)
       via  e55f98de7c7c269e72334b9d6f2c85c1f525c4ca (commit)
       via  b5a3500e355a2fdccfe3dbfaec9fc106ad3fab60 (commit)
      from  bdf4894c507f4bac6b2b79c7ca3b7a556d246ed5 (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 8dfde8b85a6eeea4db4f79e35d6540d0bfc9cdf4
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Mon Sep 7 14:07:47 2015 -0300

    Bug 14472: DBRev 3.21.00.026
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit d0618a9d31a1d98cc115564cb889bee1b958b358
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Mon Sep 7 14:05:39 2015 -0300

    Bug 12357: DBRev 3.21.00.025
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit cc2452df238217efc06182a47dc8210910b5b262
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Mon May 25 00:22:07 2015 -0400

    Bug 12357: Following whitespace failures on koha qa test tools.
    
    TEST PLAN
    ---------
    1) Apply all patches before this.
    2) run koha qa test tools
       -- whitespace failures
    3) Apply this patch
    4) run koha qa test tools
       -- no whitespace failures.
    
    NOTE: More tabs were fixed than required, to also clean up a little indenting.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Koha-qa tools now happy
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 95286aad85d246bd7ac9280186cff7ec07fb833c
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Mon May 25 00:06:24 2015 -0400

    Bug 12357: Fix comma issues related to additional fields.
    
    TEST PLAN
    ---------
    1) Apply patches, except this one.
    2) prove t/db_dependent/Record.t
       -- fails like comment #38
    3) Apply this patch
    4) prove t/db_dependent/Record.t
       -- now it passes.
    5) koha qa test tools.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Make test work, koha-qa problems fixed in next patch
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit d997b0b1f0b148d7157c8ae7363c47974fcb368d
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Apr 28 08:56:49 2015 -0400

    Bug 12357: [QA Followup] - Unit Test
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    This works with next patch
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 39ed3dce71e535e16753413df7635c1942cc02cc
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Jan 23 07:11:36 2015 -0500

    Bug 12357: Enhancements to RIS and BibTeX exporting
    
    Some libraries would like to be able to add arbitrary fields to both the
    RIS and BibTeX citation formats that a record can be saved as from the
    staff intranet and public catalog. In addition, they would like to be
    able to override the default record type and use Koha's itemtype as the
    record type for those formats as well.
    
    Test Plan:
     1) Apply this patch
     2) Run updatedatabase.pl
     3) Add the following to the new syspref RisExportAdditionalFields:
    TY: 942$c
    LC: 010$a
    NT: [501$a, 505$g]
     4) Find or create a record with an 010$a (lccn) field, a 501$a field,
        a 942$c field, and multiple 505$g fields.
     5) Locate the record in the catalog, choose "Save" and select RIS
     6) Inspect the downloaded file, note the replaced TY field, the LC
        field, and multiple NT fields
     7) Add the following to the new syspref BibtexExportAdditionalFields:
    '@': 942$c
    lccn: 010$a
    notes: [501$a, 505$g]
     9) Using the previously selected record, choose "Save" and select BIBTEX
    10) Inspect the downloaded file, note the lccn, the multiple note
        fields, and the new record type value
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit c3d08f27d30414a0100d8cbc34d0e808837af319
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Sat Apr 12 13:34:01 2014 -0300

    Bug 10963: Simplified creation - FA framework
    
    Patch 1/9
    
    This patch modifies Fast Add framework
    
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 6bb1ed4fbb06579a0fccc4da8a7e991888791a44
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Sat Apr 12 16:06:08 2014 -0300

    Bug 10963: Revert old hidden values
    
    This patch reverts old hidden values to marc_subfield_structure.
    
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 563cbf79bacc0a325d78f4fc634a8d50c73e2a88
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Sat Apr 12 14:59:07 2014 -0300

    Bug 10963: Simplified creation - SER framework
    
    Patch 9/9
    
    This patch rewrites SER framework
    
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 7479fde63270d3858bab2858ae87fbc0a80e0fb5
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Sat Apr 12 14:52:38 2014 -0300

    Bug 10963: Simplified creation - IR framework
    
    Patch 8/9
    
    This patch rewrites IR framework
    
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 885c0334da6008b58bd009cd67d611e7ecb67bfe
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Sat Apr 12 14:46:43 2014 -0300

    Bug 10963: Simplified creation - KT framework
    
    Patch 7/9
    
    This patch rewrites KT framework
    
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 7c350a279887ad94ad4da67a15c82dd89fa1f0b8
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Sat Apr 12 14:41:50 2014 -0300

    Bug 10963: Simplified creation - AR framework
    
    Patch 6/9
    
    This patch rewrites AR framework
    
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 5cadaeb0f202780ce7165b62043c19e748a087ba
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Sat Apr 12 14:35:15 2014 -0300

    Bug 10963: Simplified creation - VR framework
    
    Patch 5/9
    
    This patch rewrites VR framework
    
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 59f0d2ee582d9acf24205de99c0615c443251ed6
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Sat Apr 12 14:27:38 2014 -0300

    Bug 10963: Simplified creation - SR framework
    
    Patch 4/9
    
    This patch rewrites SR framework
    
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit e55f98de7c7c269e72334b9d6f2c85c1f525c4ca
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Sat Apr 12 14:16:35 2014 -0300

    Bug 10963: Simplified creation - CF framework
    
    Patch 3/9
    
    This patch rewrites CF framework
    
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit b5a3500e355a2fdccfe3dbfaec9fc106ad3fab60
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Sat Apr 12 14:05:48 2014 -0300

    Bug 10963: Simplified creation - BKS framework
    
    Patch 2/9
    
    This patch rewrites BKS framework
    
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

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

Summary of changes:
 C4/Record.pm                                       |  102 +-
 C4/Ris.pm                                          |  195 +-
 Koha.pm                                            |    2 +-
 ..._ISSN_search_index_in_record_matching_rules.sql |    1 -
 .../marc21/optional/marc21_fastadd_framework.sql   |  224 +-
 .../optional/marc21_simple_bib_frameworks.sql      |32541 +-------------------
 installer/data/mysql/sysprefs.sql                  |    2 +
 installer/data/mysql/updatedatabase.pl             |   25 +
 .../en/modules/admin/preferences/cataloguing.pref  |   23 +
 t/db_dependent/Record.t                            |   27 +-
 10 files changed, 801 insertions(+), 32341 deletions(-)
 delete mode 100644 installer/data/mysql/atomicupdate/bug_14472_Wrong_ISSN_search_index_in_record_matching_rules.sql


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list