[koha-commits] main Koha release repository branch 3.20.x updated. v3.20.01-83-gfb6b754

Git repo owner gitmaster at git.koha-community.org
Thu Jul 16 01:43:10 CEST 2015


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.20.x has been updated
       via  fb6b754a335b5f99721f8808095a3fe145964e96 (commit)
       via  181fcc25424620bcf15e8e8d8fbf0dcafebe4005 (commit)
       via  b710e31b45477d1399bea133294b006bcb88a053 (commit)
       via  d863caeb6b134af74914ddadedd1610669b34e71 (commit)
       via  3bbd749536604d14d2c7a8df2baa25336c8a994d (commit)
       via  f62bc698e737b73c404e8ccc3df9a266b97fc5f6 (commit)
      from  784e05e87302363760c47a7c4dfae6019d62fe6f (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 fb6b754a335b5f99721f8808095a3fe145964e96
Author: Chris Cormack <chrisc at catalyst.net.nz>
Date:   Thu Jul 16 11:43:18 2015 +1200

    Bug 13993 Setting correct db version for 3.20.x

commit 181fcc25424620bcf15e8e8d8fbf0dcafebe4005
Author: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
Date:   Fri Jun 19 11:44:16 2015 -0300

    Bug 13993: DBRev 3.21.00.009
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    (cherry picked from commit a80d188c83be6131c9274a29c5dcc03893c9e617)
    
    Conflicts:
    	Koha.pm

commit b710e31b45477d1399bea133294b006bcb88a053
Author: Jonathan Druart <jonathan.druart at koha-community.org>
Date:   Tue May 26 18:10:14 2015 +0200

    Bug 13993: Clarify test messages
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    (cherry picked from commit a712f5b7bad38cb9f5ad599fdb063cbe6e49c547)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit d863caeb6b134af74914ddadedd1610669b34e71
Author: Amit Gupta <amit.gupta at informaticsglobal.com>
Date:   Tue Apr 14 14:07:07 2015 +0530

    Bug 13993: (3) Transfer order leaves incorrect orderstatus
    
    11) Apply patch (3)
    12) Log in to staff client
    13) Acquisitions
    14) Create a basket for two different vendors
    15) Place an order in one vendor's basket.
    16) Transfer the order to the other vendor's basket.
    17) prove -v t/db_dependent/Acquisition/TransferOrder.t
        -- This should succeed without intervention.
    18) Run koha qa test tools for the last 3 commits.
    
    Signed-off-by: Indranil Das Gupta <indradg at gmail.com>
    
    Signed-off-by: Indranil Das Gupta (L2C2 Technologies) <indradg at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    (cherry picked from commit a810b1cf59fc0e44ca88b3746b7c0a813703c59c)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 3bbd749536604d14d2c7a8df2baa25336c8a994d
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Thu Apr 16 09:14:54 2015 -0400

    Bug 13993: (2) Correct poorly transferred orders
    
    Added Atomic Update to fix poorly transferred orders
    
    TEST PLAN
    ---------
    8) Apply patch (2)
    9) Run the database updates
       $ ./installer/data/mysql/updatedatabase.pl
       -- This should run without error
    10) prove -v t/db_dependent/Acquisition/TransferOrder.t
        -- This should fail, because the transfer function is still
           not fixed.
    
    Signed-off-by: Indranil Das Gupta (L2C2 Technologies) <indradg at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    (cherry picked from commit f668a46e23746daa18c5fe8c6005a8661553c645)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit f62bc698e737b73c404e8ccc3df9a266b97fc5f6
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Thu Apr 16 08:54:30 2015 -0400

    Bug 13993: (1) Add tests to confirm 'new' and 'cancelled'
    
    This adds 2 tests to t/db_dependent/Acquisition/TransferOrder.t
    in order to confirm the order's status is properly marked.
    
    TEST PLAN
    ---------
    1) Log into staff client
    2) Acquisitions
    3) Create a basket for two differing vendors.
    4) Place an order in one of the baskets.
    5) Transfer the order from one vendor's basket to the others.
    6) Apply this patch (1) only
    7) prove -v t/db_dependent/Acquisition/TransferOrder.t
       -- should fail one test: not marked as 'cancelled'.
    
    Signed-off-by: Indranil Das Gupta (L2C2 Technologies) <indradg at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    (cherry picked from commit b335b7299120f642a0f7d7654937521df8f75ba6)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 C4/Acquisition.pm                          |    4 ++--
 Koha.pm                                    |    2 +-
 installer/data/mysql/updatedatabase.pl     |   11 +++++++++++
 t/db_dependent/Acquisition/TransferOrder.t |    8 +++++++-
 4 files changed, 21 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list