[koha-commits] main Koha release repository branch master updated. v19.05.00-920-g04cd884

Git repo owner gitmaster at git.koha-community.org
Tue Oct 15 15:46:23 CEST 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  04cd884d10a4b9b6a889c084d40b44742e3d7279 (commit)
       via  77884d6c76319431ce98a7332be9b27b7387f94d (commit)
       via  04ec6627e2d40a9bb34f7b95e4a3276b04a5fee1 (commit)
       via  40380339f9bdd0b2a056c820bc61a3cdc8545df3 (commit)
       via  61aa04e6cb04f1628dd549008de7924c39392527 (commit)
       via  f8e6c9a87e9a5e6c7b67be0ea84f714eee8544af (commit)
       via  95fd391ae710dd1f04405c534e6738feb846b0d8 (commit)
       via  da90b8736ee66bf2cde78cbf3ae52fa4cbd585f5 (commit)
      from  82abbb29f9b660533966b358554d854cc157f4b9 (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 04cd884d10a4b9b6a889c084d40b44742e3d7279
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Oct 11 14:53:24 2019 +0000

    Bug 23528: Show 'log in to add tags' link on all search result entries
    
    This patch modifies the OPAC search result template so that each result
    shows the "Log in to add tags" link instead of just the first.
    
    To test, apply the patch and make sure TagsEnabled and TagsInputOnList
    are both enabled.
    
    Perform a search in the OPAC while not logged in. In the list of
    results, the "Log in to add tags" link should appear with every result.
    
    Log in to the OPAC and confirm that the "Add tag" link appears as
    expected.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 77884d6c76319431ce98a7332be9b27b7387f94d
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Oct 14 09:47:01 2019 +0200

    Bug 23038: Remove unused stderr vars
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 04ec6627e2d40a9bb34f7b95e4a3276b04a5fee1
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Jun 3 11:40:31 2019 -0500

    Bug 23038: Hide expected warnings from tests
    
    When tests are ran, there are 2 warnings that are expected and raised by
    DBI.
    As they are expected they must be correctly caught and not displayed.
    
    We could have reconnect with PrintError turned off, but then reconnect
    with it on.
    
    Test plan:
    % prove t/db_dependent/Circulation/MarkIssueReturned.t t/db_dependent/Suggestions.t
    Must not display DBI warnings
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 40380339f9bdd0b2a056c820bc61a3cdc8545df3
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Jun 14 18:18:03 2019 +0000

    Bug 23129: Set holdingbranch to library that initiates transfer
    
    To test:
    1 - Find an item
    2 - Check it in at anothe rbranch and initiate a transfer
    3 - View the item details or check db - note that holdingbranch is set as the destination library
    4 - Complete or cancel the transfer
    5 - Apply patch
    6 - Initiate a new transfer
    7 - Note the holdingbranch is set to the initiating library
    
    Signed-off-by: Claire Gravely <claire.gravely at bsz-bw.de>
    Signed-off-by: Bouzid Fergani <bouzid.fergani at inlibro.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 61aa04e6cb04f1628dd549008de7924c39392527
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Jun 14 18:17:54 2019 +0000

    Bug 23129: Unit test
    
    Signed-off-by: Claire Gravely <claire.gravely at bsz-bw.de>
    Signed-off-by: Bouzid Fergani <bouzid.fergani at inlibro.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit f8e6c9a87e9a5e6c7b67be0ea84f714eee8544af
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Wed Oct 9 12:39:28 2019 +0000

    Bug 17247: (follow-up) Terminology fix: Use Restricted instead of debarred
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 95fd391ae710dd1f04405c534e6738feb846b0d8
Author: Arthur Suzuki <arthur.suzuki at biblibre.com>
Date:   Mon May 13 11:29:50 2019 +0200

    Bug 17247: Check if patron is restricted in HoldItem and HoldTitle
    
    Test plan:
    Make sure a restricted patron cannot hold a title or item through ILS-DI.
    Response from the WebService should be "PatronDebarred".
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit da90b8736ee66bf2cde78cbf3ae52fa4cbd585f5
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Oct 11 13:36:54 2019 +0100

    Bug 23772: Revert to passing itemtype objects to the template
    
    This patch restores the methodology prior to bug 23602 of passing the
    full Koha::ItemType objects to the template and thus giving us the
    ability to use all the methods present within them.
    
    Test plan:
    1) Ensure you have at least one itemtype with an assigned icon and the
       images enabled.
    2) View the itemtypes admin page and note the icons display again
    3) Ensure you have at least one itemtype with library limitations
       defined.
    4) View the itemtypes admin page and note the library limitations still
       display.
    5) Signoff
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/ILSDI/Services.pm                               |    6 ++++++
 C4/Items.pm                                        |    2 +-
 admin/itemtypes.pl                                 |    8 +-------
 .../prog/en/modules/admin/itemtypes.tt             |   18 ++++++++---------
 .../opac-tmpl/bootstrap/en/modules/opac-results.tt |    4 ++--
 t/db_dependent/Circulation/MarkIssueReturned.t     |   15 ++++++++++----
 t/db_dependent/Circulation/transfers.t             |    6 +++++-
 t/db_dependent/Suggestions.t                       |   21 ++++++++++++++------
 8 files changed, 50 insertions(+), 30 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list