[koha-commits] main Koha release repository branch master updated. v3.20.00-655-g19ae949

Git repo owner gitmaster at git.koha-community.org
Mon Sep 28 19:51:19 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  19ae949e6af0509a1a76c74d69985eb67b9d9a4d (commit)
       via  9b0f065392f58f635e8cef8259d56d1f6476bdae (commit)
       via  c57fb17f076f67a6d3abb93a6dc415a24dad65ca (commit)
       via  1203a93c877e86e5c9743a471068cfdaf4ca2cce (commit)
       via  4c2e4cd0abac7e647b90695e5c4782b6a89bfe70 (commit)
      from  6a5ca69bca091869773863b4436b78f3956589ec (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 19ae949e6af0509a1a76c74d69985eb67b9d9a4d
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Sep 18 07:03:13 2015 -0400

    Bug 14597: (QA followup) Make Logger package level
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>

commit 9b0f065392f58f635e8cef8259d56d1f6476bdae
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Jul 23 12:14:25 2015 -0400

    Bug 14597: Reverting a batch where a record overlaid is now deleted record will fail
    
    If batch of records is used to overlay existing records, and one of
    those records is deleted, any attempt to revert this batch will fail.
    
    The unanimous consensus is that deleted records should stay deleted (
     https://lists.katipo.co.nz/public/koha/2015-June/043048.html ).
    
    Test Plan:
    1) Import a batch of records
    2) Import the same batch again, using ISBN as a matcher for overlay
    3) Find a record that overlayed a previous record and delete it
       ( the match type will be "match applied" and there will be a link in
         "match details" )
    4) Attempt to revert the second batch ( that overlayed the first )
    5) The progress will stop at some point and never complete
    6) Apply this patch
    7) Attempt to revert the second batch again
    8) This time it should succeed!
    
    Signed-off-by: Do, Tam T <tdo at albright.edu>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>

commit c57fb17f076f67a6d3abb93a6dc415a24dad65ca
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Tue Jul 14 18:40:47 2015 +0200

    Bug 14201: Yes, goodbye to the third plugin marc21_leader_video too
    
    A closer look at this plugin revealed the same things as earlier:
    [1] Since the click redirects to leader, the launcher is not used.
        In this case no template file existed.
    [2] Leader_video does not use Focus while leader does.
    
    This patch removes 'all' traces of leader_video.
    It includes a tiny db revision for those brave people using it. The only
    behavior change for them is the focus change.
    
    Test plan:
    [1] Run the db revision.
    [2] Check if the leader plugin still works as expected.
    [3] Git grep on marc21_leader_video. Ignore atomicupdate. No PO files :)
    
    Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>

commit 1203a93c877e86e5c9743a471068cfdaf4ca2cce
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Tue Jul 14 18:26:40 2015 +0200

    Bug 14201: We can do without plugin marc21_leader_computerfile
    
    A closer look at this plugin revealed the same things as the previous
    patch for leader_book.
    [1] Template leader_computerfile is not used.
    [2] The unused template is not up-to-date either.
    [3] Leader_computerfile does not use Focus while leader does.
    
    This patch removes all traces of leader_computerfile.
    It includes a tiny db revision for those brave people using it. The only
    behavior change for them is the focus change.
    
    Test plan:
    [1] Run the db revision.
    [2] Check if the leader plugin still works as expected.
    [3] Git grep on marc21_leader_computerfile. Ignore PO files.
    
    Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>

commit 4c2e4cd0abac7e647b90695e5c4782b6a89bfe70
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Tue Jul 14 17:26:55 2015 +0200

    Bug 14201: Plugin marc21_leader_book is useless
    
    A closer look at this plugin revealed the following:
    [1] The leader_book builder redirects to leader.pl; the launcher code with
        leader_book.tt is dead.
    [2] A diff of the two templates showed that most changes are minimal and
        irrelevant. Some updates to leader have not been incorporated into
        the unused leader_book.
    [3] Leader_book does not use Focus while leader does.
    
    This patch removes all traces of leader_book :)
    It includes a tiny db revision for those brave people using it. The only
    behavior change for them is the focus change.
    Another small change: we do not need Search.pm in marc21_leader.
    
    Test plan:
    [1] Run the db revision. If you had some field attached to leader_book,
        it should be gone.
    [2] Check if the leader plugin still works as expected.
    [3] Run the FrameworkPlugin unit test. Ignore warnings from field_007.
    [4] Git grep on marc21_leader_book. You will only find references to
        PO files in misc/translator.
    
    Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>

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

Summary of changes:
 C4/ImportBatch.pm                                  |    9 +
 cataloguing/value_builder/marc21_leader.pl         |    9 +-
 cataloguing/value_builder/marc21_leader_book.pl    |   91 ------
 .../value_builder/marc21_leader_computerfile.pl    |   91 ------
 cataloguing/value_builder/marc21_leader_video.pl   |   91 ------
 .../atomicupdate/14201_marc21_leader_book.sql      |    2 +
 .../mysql/atomicupdate/14201b_computerfile.sql     |    2 +
 installer/data/mysql/atomicupdate/14201c_video.sql |    2 +
 .../value_builder/marc21_leader_book.tt            |  338 -------------------
 .../value_builder/marc21_leader_computerfile.tt    |  340 --------------------
 10 files changed, 18 insertions(+), 957 deletions(-)
 delete mode 100755 cataloguing/value_builder/marc21_leader_book.pl
 delete mode 100755 cataloguing/value_builder/marc21_leader_computerfile.pl
 delete mode 100755 cataloguing/value_builder/marc21_leader_video.pl
 create mode 100644 installer/data/mysql/atomicupdate/14201_marc21_leader_book.sql
 create mode 100644 installer/data/mysql/atomicupdate/14201b_computerfile.sql
 create mode 100644 installer/data/mysql/atomicupdate/14201c_video.sql
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_leader_book.tt
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_leader_computerfile.tt


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list