[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.06-107-g97718c1

Git repo owner gitmaster at git.koha-community.org
Wed May 25 10:24:08 CEST 2016


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.22.x has been updated
       via  97718c1f269d980f70242868a93eae0dcda66931 (commit)
       via  31973fca4cc60f2a58d917c14a00eebfef5e5a3c (commit)
       via  befbae84691bd496eb78aa806fbdcc57e4f03ff6 (commit)
      from  3d7f6832bc0b9701e20cbca48a654b1457c5d96c (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 97718c1f269d980f70242868a93eae0dcda66931
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Sat May 21 19:59:07 2016 -0400

    Bug 16561 - Bug 15877 followup to fix tests
    
    When I altered the tests to avoid accidental deletion of all items, I
    didn't rollback the transaction, hence the tests now delete all items
    from a db when run.
    
    This patch rollsback the transaction so items are not deleted from your db
    
    To test:
    1 - Backup your db
    2 - prove -v t/db_dependent/Barcodes.t
    3 - Note that all items and issues are deleted from the DB
    4 - Restore your DB
    5 - Apply this patch
    6 - prove -v t/db_dependent/Barcodes.t
    7 - Your DB should eb unchanged
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit ff898e88330d4572daac241d4a480f616fd0dcc7)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit 31973fca4cc60f2a58d917c14a00eebfef5e5a3c
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Feb 24 17:56:23 2016 +0000

    Bug 15877 - Unit tests
    
    Signed-off-by: Srdjan <srdjan at catalyst.net.nz>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com
    (cherry picked from commit cbe3dedc4f91a91e40f9e648c9de2358c68379cb)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit befbae84691bd496eb78aa806fbdcc57e4f03ff6
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Feb 24 17:10:02 2016 +0000

    Bug 15877 - C4::Barcodes does not correctly calculate db_max for 'annual' barcodes
    
    This patch alters the MySQL query to remove a max statement which
    incorrectly groups full annual barcodes with numeric values.
    
    Signed-off-by: Srdjan <srdjan at catalyst.net.nz>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com
    (cherry picked from commit a3557fd0f25371246445ff2e327eaa5df5bf6e8f)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 C4/Barcodes/annual.pm     |    4 +--
 t/db_dependent/Barcodes.t |   62 ++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 63 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list