[koha-commits] main Koha release repository branch master updated. v3.22.00-1041-g7ba7039

Git repo owner gitmaster at git.koha-community.org
Thu Mar 31 19:04:49 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  7ba7039c33c1c8f3c46a765ab0f535251afd977f (commit)
       via  18644009c6a953074f77929597d6ebd6fc4f871d (commit)
       via  ffb5e5ec118ead43e563dc4748fd1cb267167176 (commit)
       via  038b5f8156cf8ed123b7e28a25c31f35630b95e7 (commit)
      from  d5f7f4072454e7c816d901de341bcc29401122ae (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 7ba7039c33c1c8f3c46a765ab0f535251afd977f
Author: Brendan A Gallagher <brendan at bywatersolutions.com>
Date:   Thu Mar 31 17:10:59 2016 +0000

    Update Schema Bug 16004 - Replace items.new with items.new_status
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

commit 18644009c6a953074f77929597d6ebd6fc4f871d
Author: Brendan A Gallagher <brendan at bywatersolutions.com>
Date:   Thu Mar 31 17:06:26 2016 +0000

    DBrev Bug 16004 - Replace items.new with items.new_status
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

commit ffb5e5ec118ead43e563dc4748fd1cb267167176
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Mar 25 11:46:58 2016 +0100

     Bug 16004: [QA Follow-up] Tiny change for unit test and help file
    
    Unit test: Added a few lines to add the CPL branch the test depends on.
    Help file: Changed a few occurrences for new to new_status
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

commit 038b5f8156cf8ed123b7e28a25c31f35630b95e7
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Mar 8 09:53:35 2016 +0000

     Bug 16004: Replace items.new with items.new_status
    
    The items.new column is badly named, the Koha::Item->new accessor will
    never returns this value, but the constructor will be called instead.
    This patch renames it with new_status to avoid the ambiguity.
    
    Test plan:
    0/ Do not apply this patch
    1/ Define some rules in the "Automatic item modifications by age" tool
    with at least one items.new field used
    2/ Apply this patch
    3/ Execute the update DB entry
    4/ Reload the tool page and confirm that the changes have been taken
    into account
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

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

Summary of changes:
 C4/Items.pm                                        |    6 +-
 Koha.pm                                            |    2 +-
 Koha/Schema/Result/Deleteditem.pm                  |   11 ++--
 Koha/Schema/Result/Item.pm                         |   11 ++--
 installer/data/mysql/kohastructure.sql             |    4 +-
 installer/data/mysql/updatedatabase.pl             |   18 ++++++
 .../tools/automatic_item_modification_by_age.tt    |    8 +--
 .../Items/AutomaticItemModificationByAge.t         |   63 +++++++++++---------
 8 files changed, 73 insertions(+), 50 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list