[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-71-g898b6ac

Git repo owner gitmaster at git.koha-community.org
Sun Aug 18 00:52:01 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  898b6acdf482486d4613758f6c796feb9c8ff797 (commit)
       via  96666e5aaaab924539e4a5759f2cc292750d6d4b (commit)
       via  bab007fb750bf9428d71637e26743346c703c0e0 (commit)
      from  61ad7c928dfdbdae776df942378c0e8aaba20a2b (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 898b6acdf482486d4613758f6c796feb9c8ff797
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Jun 17 12:28:13 2013 -0400

    Bug 10484: serials-edit.pl not checking for barcode field before checking for barcode subfield
    
    The script serials-edit.pl is not checking for the existence of the
    barcode field before checking for barcode subfield for autoBarcode =
    incremental. If the barcode field doesn't exist, the script dies with
    errors.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes tests and QA script.
    Checked that adding items on serial receive still works.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 9af08e4e2d2091de489633b3f1c4fb03fcf323cd)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 1d9ac2b10a96800d301524978f00ee393b5bb75e)
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit 1d9ac2b10a96800d301524978f00ee393b5bb75e)
    Signed-off-by: Chris Hall <followingthepath at gmail.com>
    (cherry picked from commit d9c39688bcc5f4064763d8e2a6958c94066dbdd8)

commit 96666e5aaaab924539e4a5759f2cc292750d6d4b
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon Jun 3 15:27:50 2013 +0200

    Bug 10386: improvements to VirtualShelves.t
    
    Most important: Does no longer delete all shelves!
    Checks if there are ten borrowers for testing. But even works without them :)
    When creating or modifying lists, takes name clashes into consideration.
    
    Small change to _CheckShelfName in VirtualShelves module. Making it possible to
    check a name for a list whose owner has been set to NULL. Note that a test
    like field=? with undef for placeholder will not work in MySql.
    
    Test plan:
    How do you test a test? Well, you could run it on various databases..
    But for real hacking, you could also add some debug lines.
    I tested this by forcing 10 undefs in @borrowernumbers.
    And by overwriting the return value of randomname with an existing name.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 93e87ca0b61611fc35238bf13eb226f477cf9c4e)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit a97b62379f82a94157916959109c7c1a75582d8a)
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit a97b62379f82a94157916959109c7c1a75582d8a)
    
    Fixed minor conflicts:
    	C4/VirtualShelves.pm
    Signed-off-by: Chris Hall <followingthepath at gmail.com>
    (cherry picked from commit 5e9db705a5466ff508d45a9bbfcabd9744efa53f)

commit bab007fb750bf9428d71637e26743346c703c0e0
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon Jun 3 14:25:43 2013 +0200

    Bug 10290: Followup for Virtualshelves.t
    
    Put the 10 biblionumbers in a list
    Add a FIXME for deleting shelves
    Do temporary repair on duplicate name test (Followup via report 10386)
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 1ef99ace2043d75889830c4c0af8af3e9e36104e)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit e26655fe03c2f5181d6a820f40e38a7cebb46e05)
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Missed this one from previous release
    (cherry picked from commit e26655fe03c2f5181d6a820f40e38a7cebb46e05)
    Signed-off-by: Chris Hall <followingthepath at gmail.com>
    (cherry picked from commit 2b2457329467e5a30a748903eb60390f1cafd51d)

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

Summary of changes:
 C4/VirtualShelves.pm            |   14 ++-
 serials/serials-edit.pl         |    8 +-
 t/db_dependent/VirtualShelves.t |  200 +++++++++++++++++++++++----------------
 3 files changed, 137 insertions(+), 85 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list