[koha-commits] main Koha release repository branch master updated. v3.14.00-alpha2-63-g997a502

Git repo owner gitmaster at git.koha-community.org
Wed Oct 30 05:20:51 CET 2013


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  997a502c2293ed466178e86f091d9b7d7ce9f6ff (commit)
       via  15fb1c5bb4b25c5b035942b2fba7bf329f884ef9 (commit)
       via  59d1d48f0e5e335048b45f5f7d76c514c7c33f74 (commit)
       via  d65266eb84dbd33301eefedc4602588cecedd6d6 (commit)
       via  805bec0a6544da36bd58597640b78ee6220eafa1 (commit)
       via  b527baba5287019a3dbc1407e472f419babf2d8b (commit)
       via  1dba9c6409d78cb1f90de6c1300cb5b63fb1b851 (commit)
      from  fb1748ee8ba8003742e497e059c187b64bde7fa2 (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 997a502c2293ed466178e86f091d9b7d7ce9f6ff
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Wed Oct 30 04:22:39 2013 +0000

    Bug 7131: (follow-up) update the command-line import tools
    
    misc/commit_file.pl now properly displays the number
    of replaced and ignored items.
    
    misc/stage_file.pl now has a new command-line switch --item-action:
    
      --item-action       action to take if --add-items is specifed;
                          choices are 'always_add',
                          'add_only_for_matches', 'add_only_for_new',
                          'ignore', or 'replace'
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 15fb1c5bb4b25c5b035942b2fba7bf329f884ef9
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Wed Oct 30 03:47:15 2013 +0000

    Bug 7131: (follow-up) update DBIx::Class schema classes
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 59d1d48f0e5e335048b45f5f7d76c514c7c33f74
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Wed Oct 30 03:45:42 2013 +0000

    Bug 7131: DBRev 3.13.00.034
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit d65266eb84dbd33301eefedc4602588cecedd6d6
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Oct 3 13:22:53 2013 -0400

    Bug 7131: (follow-up) initialized some variables properly
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 805bec0a6544da36bd58597640b78ee6220eafa1
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Apr 5 07:53:47 2013 -0400

    Bug 7131: (follow-up) allow overlaying by barcode
    
    This patch adds the ability to overlay by either itemnumber,
    or barcode. Itemnumbers take precendence over barcodes, which
    allows us to batch update item barcodes with an overlay.
    
    Test Plan:
    1) Create a new record with 2 items, make sure to give it a unique ISBN
    2) Download the record as MARCXML
    3) Edit the MARC XML
       a) Delete one of the two items
       b) Change the barcode in the barcode field to something unused
    4) Transform the xml file into marc with xml2marc
    5) Browse to 'Stage MARC records for import'
    6) Upload the binary marc file
    7) Choose the following options:
        Record matching rule: ISBN
        Action if matching record found: Ignore incoming record
        Action if no match is found: Ignore incoming record
        Check for embedded item record data: Yes
        How to process items: Replace items if matching bib was found
    8) Click 'Stage for import' button
    9) Verify a matching record was found, then click 'Manage staged records' link
    10) Verify the rules are still set correctly
    11) Click 'Import this batch into the catalog'
    12) The import should tell you:
        1 record was ignored
        1 item was replaced
    13) View the record details and verify the item's barcode was replaced
        with your updated barcode value
    14) Download the record as MARCXML
    15) Edit the MARC XML
        a) Delete one of the two items
        b) Delete the itemnumber field for the remaining item
        c) Alter the item's callnumber to a new value
    16) Repeat steps 4 through 12
    17) View the record details and verify the item's callnumber was replace
        with your updated callnumber value
    
    Signed-off-by: Henry Bankhead <hbankhead at losgatosca.gov>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit b527baba5287019a3dbc1407e472f419babf2d8b
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Apr 5 07:26:43 2013 -0400

    Bug 7131: (follow-up) perltidy BatchCommitItems
    
    Signed-off-by: Henry Bankhead <hbankhead at losgatosca.gov>
    Signed-off-by: Melia Meggs <melia at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 1dba9c6409d78cb1f90de6c1300cb5b63fb1b851
Author: Elliott Davis <elliott at bywatersolutions.com>
Date:   Wed Oct 10 14:21:22 2012 -0500

    Bug 7131: teach MARC import how to overlay items
    
    When staging biblios with items attached you previously had only two
    options, add or don't add.
    
    This patch adds a third option to replace an item record if a match is
    found on itemnumber or barcode, else it adds the item.
    
    Test Plan:
    1) Stage a file of biblios with items attached.
    2) Import the batch into the catalog.
    3) Run the indexer so the matcher will match
    4) Modify the item data for at least one bib in the file
    5) Re-stage the file with the item matching option set to "Replace
       items if matching bib was found"
    6) Let the indexer run again
    7) You should see updated item information after the overlay
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Henry Bankhead <hbankhead at losgatosca.gov>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/ImportBatch.pm                                  |  108 ++++++++++++++------
 Koha/Schema/Result/ImportBatch.pm                  |    7 +-
 installer/data/mysql/kohastructure.sql             |    2 +-
 installer/data/mysql/updatedatabase.pl             |   13 +++
 .../prog/en/includes/tools-item-action.inc         |    6 ++
 .../prog/en/modules/tools/manage-marc-import.tt    |    1 +
 kohaversion.pl                                     |    2 +-
 misc/commit_file.pl                                |    3 +-
 misc/stage_file.pl                                 |    8 +-
 tools/manage-marc-import.pl                        |    3 +-
 10 files changed, 112 insertions(+), 41 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list