[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.11-41-gfed0865

Git repo owner gitmaster at git.koha-community.org
Sun Apr 14 09:43:40 CEST 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, 3.8.x has been updated
       via  fed08650e436965f8ba363287c335c434f24cddf (commit)
       via  61e355c0dc2f1a3f578a4d4f77ad70bc220e3ffe (commit)
       via  81ed3cf7b3b29040b093e377311c536d1933a542 (commit)
      from  424652b70022e069fb904c1bcd35b6201d04498b (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 fed08650e436965f8ba363287c335c434f24cddf
Author: Chris Nighswonger <cnighswonger at foundations.edu>
Date:   Tue Apr 2 10:05:46 2013 -0400

    Bug 9535 - Patron card creator "Remove duplicates" function doesn't work
    
    This bug was due to a difference in field names used in the item data
    for items versus patrons. This patch adds a ternary to discern between
    the two.
    
    To test:
    
    Before applying patch:
    
    1. Create a batch of patroncards with one duplicate.
    2. Run the de-duplication on the batch.
    3. Note that all patrons beyond the first in the batch are now
       deleted.
    
    After applying patch:
    4. Repeat steps 1-2.
    5. Note that only the duplicate patron is removed.
    
    Signed-off-by: Chris Nighswonger <cnighswonger at foundations.edu>
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Tested successfully with both patron card batches and label batches.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Add indentation for readability
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 61e355c0dc2f1a3f578a4d4f77ad70bc220e3ffe
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Thu Mar 28 15:52:13 2013 +0100

    Bug 9947 - Creating item for received serial prefills enumchron subfield
    
    In serial receiving :
    When creating an item for an issue, a javascript prefilles the $h subfield with issue number.
    This is for MARC21, in UNIMARC serial number is on $v.
    
    This patch replaces hard-coded value with the subfield mapped with "items.enumchron".
    
    Test plan :
    - Set "Koha to MARC mapping" of "items.enumchron" on a subfield other than $h, ie $z
    - Go to a serial subscription detail with "Serial receipt creates an item record"
    - Click on "Receive"
    - On an issue, click on "Click to add item"
    => Check that issue number is copied into selected subfield, ie $z
    You may test that with no mapping of "items.enumchron" there is no javascript error
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Nice catch! Works as advertised.
    All tests pass after fixing tabulation characters in serials-edit.tt.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 81ed3cf7b3b29040b093e377311c536d1933a542
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Wed Feb 13 14:45:15 2013 +0100

    Bug 9609: Rebuilding zebra reports double number of exported records.
    
    Test plan:
    Clear the zebra queue (run rebuild). Update one biblio.
    Rebuild zebra (again) with -z. Check zebra log: note 2 exported records.
    Now apply patch, and repeat: You will see 1 exported record.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 C4/Creators/Batch.pm                               |    6 +++++-
 .../prog/en/modules/serials/serials-edit.tt        |   14 +++++++-------
 misc/migration_tools/rebuild_zebra.pl              |    1 -
 3 files changed, 12 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list