[koha-commits] main Koha release repository branch, new/enh/bug_5332, created. v3.02.00-136-g93966ee

Git repo owner gitmaster at git.koha-community.org
Mon Nov 8 03:37:30 CET 2010


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, new/enh/bug_5332 has been created
        at  93966eea4c683149cd4385b47b8788019c5cb78c (commit)

- Log -----------------------------------------------------------------
commit 93966eea4c683149cd4385b47b8788019c5cb78c
Merge: fe977aa441a55da948d405bf63e24992b174cf96 8d67d9f047af6f4f993365313a93df079baec5e6
Author: Chris Cormack <chrisc at catalyst.net.nz>
Date:   Mon Nov 8 15:36:42 2010 +1300

    Merge branch 'bug5332-tested' of git://git.librarypolice.com/git/koha-galen into new/enh/bug_5332

commit 8d67d9f047af6f4f993365313a93df079baec5e6
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Sun Oct 31 19:48:00 2010 -0400

    bug 5332: add --progress-interval to stage_biblios_file.pl
    
    Doing this to match commit_biblios_file.pl.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit ed96f8bb7009380e9c3adb8af24e7cefb1ae37c4
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Sun Oct 31 19:40:22 2010 -0400

    bug 5332: functionality and doc fixes
    
    * validates the --batch-number and --progress-interval
      parameters better
    * --list-batches now shows all batches, as --revert
      means that commit_biblios_file.pl could act on
      any batch, not just staged or reverted ones
    * correctly detect if a selected batch is available
      to be imported or reverted.  Note that it is
      possible to revert a staged batch, as that could
      also be an incompletely imported batch.
    * updated help text, which now reads:
    
    misc/commit_biblios_file.pl: import a batch of staged MARC records or undo an import
    
    Use this batch job to complete the import of a batch of
    MARC records that was staged either by the batch job
    stage_biblios_file.pl or by the Koha Tools option
    "Stage MARC Records for Import".
    
    With the --revert option, can undo an import of a
    batch of records.
    
    Parameters:
        --batch-number <#>       number of the record batch
                                 to import or revert
        --progress-interval <#>  update import progress every <#> records
                                 (default 100)
        --revert                 revert the batch rather than commiting it
        --list-batches           print a list of record batches
                                 available to commit or revert
        --help or -h             show this message.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 8a3cd7ad04071cd444c2b7b4ecf0ec454d21d7c3
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Sun Oct 31 18:46:13 2010 -0400

    bug 5332: typo and whitespace fixes
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 2e8ab1ca1b060b36a7fae7f8b7c144c4602b4ce9
Author: Doug Kingston <dpk at efdss.org>
Date:   Sun Oct 31 12:47:09 2010 +0000

    bug 5332: Add batch revert capability (--revert) to commit_biblios_file.pl.
    
    Also add --progress-interval to facilitate debugging bad MARC batches.
    
    The basis for this enhancement was a bad batch of MARC records that
    had some unknown Unicode characters in them which caused the batch
    import function from the web interface to abort after importing only
    a portion of the records.  At this point you are completely stuck using
    the web user interface.  You can't go forward because the only option
    is to try the import again from the beginning (which fails again).
    You cannot revert either since there is no way to revert a partially
    committed batch.
    
    This change uses the existing BatchRevertBibRecords function.
    Bug reference: 5332
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list