[koha-commits] main Koha release repository branch master updated. v16.05.00-552-gd368059

Git repo owner gitmaster at git.koha-community.org
Fri Aug 26 15:07:50 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  d368059fd5f25a1b1946d0bb6ce4b87d8ebe6691 (commit)
       via  b14b7988f92785734e78c55ceb4ce9137af78ca2 (commit)
       via  d28562c60f1e36f5336a5b2899ee22eb1a8b6977 (commit)
       via  7514aeb7fb53a58fc15d8631e5bcd5d6fa886f24 (commit)
       via  11ddbc817d899755cc27b18133c5a46d865c1831 (commit)
       via  0519b6a6bc73195ab598fa533a48f603bf6aab17 (commit)
       via  6e452b520f69b7cfea65f682f0821af395362b46 (commit)
       via  c02b33e4254c72d20941f87fe7a5c58bcb5838f9 (commit)
       via  59ac9be07e70b23c2dfcd009f6d5f689d1065c9b (commit)
       via  5aa18084238d7cafc2a02c734b88b165011f59a0 (commit)
       via  8911bd6afff34c62aa92c87b005f52a09d62331d (commit)
       via  93504aea26054f436a9e98fcbef0274a0ac64f38 (commit)
       via  c8eeadf6644ea3a5c15ba488db28ee2c2725c9ec (commit)
      from  4b140a2e914f76fd283de50fb1c061376e22f444 (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 d368059fd5f25a1b1946d0bb6ce4b87d8ebe6691
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Mon Aug 22 10:34:48 2016 -0300

    Bug 14504: (followup) Make deletion conditional on --commit
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit b14b7988f92785734e78c55ceb4ce9137af78ca2
Author: Barton Chittenden <barton at bywatersolutions.com>
Date:   Tue Aug 16 20:36:49 2016 +0000

    Bug 14504: (QA followup) Change argument --criteria to --where
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit d28562c60f1e36f5336a5b2899ee22eb1a8b6977
Author: Barton Chittenden <barton at bywatersolutions.com>
Date:   Tue Aug 16 20:27:16 2016 +0000

    Bug 14504: (QA followup) Fix error causing item not to be deleted
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 7514aeb7fb53a58fc15d8631e5bcd5d6fa886f24
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Aug 16 16:40:46 2016 +0000

    Bug 14504: Changes missed while fixing patches
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 11ddbc817d899755cc27b18133c5a46d865c1831
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri Jul 8 09:51:18 2016 -0300

    Bug 14504: (QA followup) Fix delete_records_via_leader.pl call to DelItemCheck
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 0519b6a6bc73195ab598fa533a48f603bf6aab17
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri Jul 8 09:45:12 2016 -0300

    Bug 14504: (QA followup) Tidy tests
    
    This patch re-introduces the transaction into t/db_dependent/Items_DelItemCheck.t
    and does some cleaning on the touched tests so they raise less warnings.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 6e452b520f69b7cfea65f682f0821af395362b46
Author: Barton Chittenden <barton at bywatersolutions.com>
Date:   Wed May 25 07:12:43 2016 -0700

    Bug 14504: (QA followup) fix test transaction, book_on_loan
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit c02b33e4254c72d20941f87fe7a5c58bcb5838f9
Author: Barton Chittenden <barton at bywatersolutions.com>
Date:   Thu Oct 29 06:06:08 2015 -0700

    bug 14504: (QA followup) fixing DelItemCheck arguments
    
    Remove $dbh as argument to C4::Items::DelItemCheck
    and C4::Items::ItemSafeToDelete, also change all
    calls to these functions throughout the codebase.
    
    Also remove remaining reference to 'do_not_commit' in
    t/db_dependent/Items_DelItemCheck.t
    
    Fixed doubled "$$" in C4/ImportBatch.pm
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 59ac9be07e70b23c2dfcd009f6d5f689d1065c9b
Author: Barton Chittenden <barton at bywatersolutions.com>
Date:   Mon Oct 26 09:01:50 2015 -0700

    Bug 14504: (QA followup) use TestBuilder, remove do_not_commit
    
    Use t::lib::TestBuilder in t/db_dependent/Items_DelItemCheck.t
    
    Remove the option 'do_not_commit' from C4::Items::DelItemCheck.
    
    Whitespace cleanup.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 5aa18084238d7cafc2a02c734b88b165011f59a0
Author: Barton Chittenden <barton at bywatersolutions.com>
Date:   Thu Oct 22 14:06:10 2015 -0700

    bug 14504: use C4::Items::DelItemCheck in delete_items.pl
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 8911bd6afff34c62aa92c87b005f52a09d62331d
Author: Barton Chittenden <barton at bywatersolutions.com>
Date:   Thu Oct 22 12:24:33 2015 -0700

    bug 14504: split logic from DelItemCheck() into ItemSafeToDelete()
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 93504aea26054f436a9e98fcbef0274a0ac64f38
Author: Barton Chittenden <barton at bywatersolutions.com>
Date:   Thu Oct 15 13:40:29 2015 -0700

    Bug 14504: (QA followup)
    
    * Fix POD warning.
    * Remove redundant 'use stric' and 'use warnings'
    * Remove $VERSION and --version option.
    * Remove --dry-run option
    * Split test for --help and check for @criteria into two separate pod2usage calls,
        enabling -msg on the latter.
    * Fix 'target_tiems' typo.
    * Test for holds on items to be deleted.
    * Fix whitespace
    * Fix test for holds.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit c8eeadf6644ea3a5c15ba488db28ee2c2725c9ec
Author: Barton Chittenden <barton at bywatersolutions.com>
Date:   Tue Jul 7 13:07:52 2015 -0700

    Bug 14504: Add delete_items.pl: a command line batch deletion tool
    
    http://bugs.koha-community.org/show_bug.cgi?id=14504
    
    Signed-off-by: Heather Braum <hbraum at nekls.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Acquisition.pm                          |    2 +-
 C4/ImportBatch.pm                          |    2 +-
 C4/Items.pm                                |   95 +++++++++++-----
 cataloguing/additem.pl                     |    4 +-
 misc/cronjobs/delete_items.pl              |  136 ++++++++++++++++++++++
 misc/cronjobs/delete_records_via_leader.pl |    2 +-
 t/db_dependent/Circulation/IsItemIssued.t  |   40 +++++--
 t/db_dependent/Items_DelItemCheck.t        |  170 ++++++++++++++++++++++++++++
 t/db_dependent/Reserves.t                  |   10 +-
 tools/batchMod.pl                          |    2 +-
 tools/batch_delete_records.pl              |    2 +-
 11 files changed, 415 insertions(+), 50 deletions(-)
 create mode 100755 misc/cronjobs/delete_items.pl
 create mode 100644 t/db_dependent/Items_DelItemCheck.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list