[koha-commits] main Koha release repository branch master updated. v18.11.00-331-g046d5e1

Git repo owner gitmaster at git.koha-community.org
Mon Jan 28 22:21:37 CET 2019


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  046d5e12e4b5097516f2355f0ccc29da8af277e8 (commit)
       via  5d7d741dc4043673202cc41e6e710cce81f57278 (commit)
       via  94e64d3558cfaa776f93442d85ab69587e1b9b83 (commit)
       via  2b765487705fa90298f8e843b660df386bbc1730 (commit)
       via  0ffaea2c271b09139de2cd9002aa9e92bdb77ac3 (commit)
       via  caab154c393db8862b12dd2b568aff261e3bc34a (commit)
       via  9a4d9129401433e74b9ef3c99fffde170e789008 (commit)
       via  9ba6125f72fc4dc44421550561a815cb272b98b7 (commit)
       via  ebce48a752a97245b6cdbd12c82d2cb6ea621bd5 (commit)
       via  398704662487a0c8a3f848a2ae23618ee96406ff (commit)
      from  e33f125384694dd825965dffae8d2ca31840aecf (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 046d5e12e4b5097516f2355f0ccc29da8af277e8
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Dec 6 19:51:39 2018 -0300

    Bug 21971: TestBuilder::build_sample_item
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 5d7d741dc4043673202cc41e6e710cce81f57278
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon Jan 28 20:14:27 2019 +0000

    Bug 21798: (RM follow-up) Fix a few added tests
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 94e64d3558cfaa776f93442d85ab69587e1b9b83
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Dec 13 13:51:20 2018 +0100

    Bug 21798: (QA follow-up) Fix Biblios.t
    
    Global symbol "$bibnum" requires explicit package name
    
    Test plan:
    Run test
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 2b765487705fa90298f8e843b660df386bbc1730
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Dec 12 13:17:02 2018 -0300

    Bug 21798: replace gimme_a_biblio with build_sample_biblio
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 0ffaea2c271b09139de2cd9002aa9e92bdb77ac3
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Dec 6 18:00:09 2018 -0300

    Bug 21798: Replace 2 more occurrences
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit caab154c393db8862b12dd2b568aff261e3bc34a
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Nov 13 11:24:14 2018 -0300

    Bug 21798: Fix another test
    
    We should correctly generate the data we need, here we expect 2 records
    with title starting with "Silence in the".
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 9a4d9129401433e74b9ef3c99fffde170e789008
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Nov 13 11:22:15 2018 -0300

    Bug 21798: Fix a wrong test
    
    Now biblioitem.itemtype has a value, GetItem should fill itype with this
    value if item-level_itypes it not set
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 9ba6125f72fc4dc44421550561a815cb272b98b7
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Nov 13 11:20:45 2018 -0300

    Bug 21798: Unify the creation of bibliographic record in tests
    
    Using the newly created subroutine
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit ebce48a752a97245b6cdbd12c82d2cb6ea621bd5
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Thu Nov 8 17:06:54 2018 -0300

    Bug 21798: We need t::lib::TestBuilder::gimme_a_biblio
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 398704662487a0c8a3f848a2ae23618ee96406ff
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Nov 15 08:35:33 2018 -0500

    Bug 21495: Regression in hold override functionality
    
    The changes caused by the patches for bug 11512 have broken existing
    workflows for many libraries and are widely considered to be a bad move.
    We should revert this behavior.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Rhonda Kuiper <kuiper at roundrocktexas.gov>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

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

Summary of changes:
 .../en/modules/admin/preferences/circulation.pref  |    2 +-
 reserve/request.pl                                 |    2 +-
 t/db_dependent/Circulation.t                       |  580 +++++++++-----------
 t/db_dependent/Circulation/IsItemIssued.t          |   29 +-
 t/db_dependent/Holds.t                             |  113 ++--
 t/db_dependent/Holds/LocalHoldsPriority.t          |   23 +-
 t/db_dependent/Holds/RevertWaitingStatus.t         |   24 +-
 t/db_dependent/Items.t                             |  102 ++--
 t/db_dependent/Items/DelItem.t                     |   23 +-
 t/db_dependent/Items/GetItemsForInventory.t        |   20 +-
 t/db_dependent/Koha/BiblioUtils/Iterator.t         |   19 +-
 t/db_dependent/Koha/Biblios.t                      |   21 +-
 t/db_dependent/Labels/t_Label.t                    |   17 +-
 t/db_dependent/OAI/Sets.t                          |   47 +-
 t/db_dependent/Reserves.t                          |   72 +--
 t/db_dependent/Serials.t                           |   13 +-
 t/lib/TestBuilder.pm                               |   63 +++
 17 files changed, 480 insertions(+), 690 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list