[koha-commits] main Koha release repository branch master updated. v16.05.00-275-gdf57c8e

Git repo owner gitmaster at git.koha-community.org
Fri Jul 8 15:42:27 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  df57c8e864aefe0e90b49aa15fc95b6dcaafda7b (commit)
       via  08e448ee4bfbd7a85dfbfd6d0d77f8d59dd93b8e (commit)
      from  46b7d5e4c66d5eff732187dd25c5d3bc79305c8b (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 df57c8e864aefe0e90b49aa15fc95b6dcaafda7b
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Jul 6 16:57:05 2016 +0100

    Bug 9259: Use is instead of is_deeply
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 08e448ee4bfbd7a85dfbfd6d0d77f8d59dd93b8e
Author: Aleisha <aleishaamohia at hotmail.com>
Date:   Tue Mar 29 00:04:36 2016 +0000

    Bug 9259: Ability to delete a staged file once it has been cleaned
    
    To test:
    1) Go to Tools -> Staged MARC Management and clean a file. If you have no files to clean, go to 'Stage MARC for import' and upload one to clean following the necessary steps.
    2) Confirm that once the file has been cleaned, the Action column now shows a Delete button. Confirm this button only shows for cleaned files.
    3) Click the Delete button.
    4) Confirm that clicking Cancel exits the pop-up message and does not delete the file.
    5) Confirm that clicking OK refreshes the list of staged records and the one you just deleted is no longer on it (has been deleted). You can confirm this by checking for the file in mysql (SELECT * FROM import_batches WHERE import_batch_id = X;)
    6) Run prove -v t/db_dependent/ImportBatch.t (have written unit tests for CleanBatch and DeleteBatch)
    
    Sponsored-by: Catalyst IT
    Signed-off-by: Liz Rea <liz at catalyst.net.nz>
    Catalyst sign off, so needs another one but YAY this is great.
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    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/ImportBatch.pm                                  |   19 +++++++++++++
 .../prog/en/modules/tools/manage-marc-import.tt    |   16 +++++++++--
 t/db_dependent/ImportBatch.t                       |   29 +++++++++++++++++++-
 tools/manage-marc-import.pl                        |    6 ++++
 4 files changed, 67 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list