[koha-commits] main Koha release repository branch master updated. v16.05.00-579-ge31de61

Git repo owner gitmaster at git.koha-community.org
Fri Sep 2 16:55:30 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  e31de618ddfb6f627d93a6bd5cffcdce570dfc4d (commit)
       via  58b62864766c1e1edf9a5787ebe161a38916ea95 (commit)
       via  e023f838683f32f93516b33ce36780bd2669de12 (commit)
       via  4ecb11eaa1e69a461f34ecd4875071d2c7c69e3f (commit)
      from  eee1f59db3488508768df5c553d3b444588fb1b7 (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 e31de618ddfb6f627d93a6bd5cffcdce570dfc4d
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Jul 7 18:07:32 2016 +0100

    Bug 16686: Add test for Koha::Item::Transfer[s] and Koha::Item->get_transfer
    
    Signed-off-by: Marc <veron at veron.ch>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 58b62864766c1e1edf9a5787ebe161a38916ea95
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Jul 7 18:06:57 2016 +0100

    Bug 16686: Add Koha::Object based class for Koha::Item::Transfer[s]
    
    Signed-off-by: Marc <veron at veron.ch>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit e023f838683f32f93516b33ce36780bd2669de12
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Jul 7 18:04:27 2016 +0100

    Bug 16686: Rename the transfer method to get_transfer
    
    Signed-off-by: Marc <veron at veron.ch>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 4ecb11eaa1e69a461f34ecd4875071d2c7c69e3f
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Sun Jul 3 15:32:47 2016 +0100

    Bug 16686: Fix "Item in transit from since" in Holds tab
    
    POC, tests needed.
    
    Alternative patch works for me.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Marc <veron at veron.ch>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 Koha/Item.pm                                       |   16 ++++
 Koha/{City.pm => Item/Transfer.pm}                 |    6 +-
 Koha/{SearchFields.pm => Item/Transfers.pm}        |   10 +--
 .../opac-tmpl/bootstrap/en/modules/opac-user.tt    |    5 +-
 t/db_dependent/Koha/Item/Transfers.t               |   69 ++++++++++++++++
 t/db_dependent/Koha/Items.t                        |   82 ++++++++++++++++++++
 6 files changed, 178 insertions(+), 10 deletions(-)
 copy Koha/{City.pm => Item/Transfer.pm} (88%)
 copy Koha/{SearchFields.pm => Item/Transfers.pm} (84%)
 create mode 100644 t/db_dependent/Koha/Item/Transfers.t
 create mode 100644 t/db_dependent/Koha/Items.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list