[koha-commits] main Koha release repository branch master updated. v16.05.00-113-g30946ef

Git repo owner gitmaster at git.koha-community.org
Fri Jun 17 16:26:02 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, master has been updated
       via  30946eff3cda31d0cc97c6c1c4f1e757dbc4c366 (commit)
       via  44062c07b7703190b46701a3fa31665d998eadfb (commit)
       via  273d5e53289536797281ca5eb323d5c373d9ea41 (commit)
       via  1bd5a177d0870332a959e9c773aaec80beeba74b (commit)
       via  10fd9f5ec0d5faa7b54b0bfaf5a7b8fccd665f0a (commit)
      from  42cd9ca1447f4d576d9f1ad51e275e70c8bf9249 (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 30946eff3cda31d0cc97c6c1c4f1e757dbc4c366
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Jun 14 10:49:41 2016 +0100

    Bug 12748: findSerialByStatus has been renamed with findSerialsByStatus
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 44062c07b7703190b46701a3fa31665d998eadfb
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Jun 14 10:43:14 2016 +0100

    Bug 12748: Code tidy
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 273d5e53289536797281ca5eb323d5c373d9ea41
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Jun 14 10:39:08 2016 +0100

    Bug 12748: Remove warning 'masks earlier declaration in same scope'
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 1bd5a177d0870332a959e9c773aaec80beeba74b
Author: remi <remi.mayrand-provencher at inLibro.com>
Date:   Mon Feb 8 15:04:07 2016 -0500

    Bug 12748 - Add test for step 7 and 8 and rename findSerialByStatus
    
    https://bugs.koha-community.org/show_bug.cgi?id=12478
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 10fd9f5ec0d5faa7b54b0bfaf5a7b8fccd665f0a
Author: remi <remi.mayrand-provencher at inLibro.com>
Date:   Tue Aug 11 11:10:45 2015 -0400

    Bug 12748 - Fixes duplicate serials with an "expected" status bug
    
    Added a new sub to Serials.pm to be able to get serials with their statuses.
    Now the sub ModSerialStatus checks for other serials with an "expected" status before doing anything.
    
    Also modified Serials.t to be able to test those changes.
    
    Test Plan
    1) Apply patch
    2) Run ./t/db_dependent/Serials.t
    3) Validate that there are no errors
    4) Go on "Serial collection information" page for a serial of your choice
    5) Click on "Generate next"
    6) Change the status of the original serial from "late" to "expected"
    7) Change the newly generated serial from "expected" to "delete"
    8) Validate that there are no new serials created by instruction 7 and that the serial was deleted
    9) Run ./t/db_dependent/Serials.t
    
    With QA Fixes
    
    - Use the constant instead of the code (1 vs EXPECTED)
    - Avoid interpolation in query
    - use selectall_arrayref instead of fetchall_arrayref
    
    Signed-off-by: Liz Rea <liz at catalyst.net.nz>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Serials.pm            |   24 ++++++++++++++++++++++--
 t/db_dependent/Serials.t |   30 +++++++++++++++++++++++++++++-
 2 files changed, 51 insertions(+), 3 deletions(-)
 mode change 100644 => 100755 t/db_dependent/Serials.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list