[koha-commits] main Koha release repository branch 17.05.x updated. v17.05.04-99-gf41157c

Git repo owner gitmaster at git.koha-community.org
Tue Oct 10 11:21:04 CEST 2017


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, 17.05.x has been updated
       via  f41157c406219a0709d2ab18148a4f7a881663be (commit)
       via  112820ccdc847a0eca15432f070e0bbbaf5a3ed3 (commit)
       via  fb0472875711a8eb638e7b55b2dc412acbf51dea (commit)
       via  53c84ea289e73fa2f56711dd8dd8e7ebac591ae7 (commit)
      from  e175dda2cad4160b2a51d7d49370374b74c7d829 (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 f41157c406219a0709d2ab18148a4f7a881663be
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Aug 11 15:39:53 2017 +0000

    Bug 19076 - followup - delete fines from additional renewal
    
    Signed-off-by: Christopher Brannon <cbrannon at cdalibrary.org>
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 185927f20981f36757c97fd33cc4c8ccd0ad5a3a)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 112820ccdc847a0eca15432f070e0bbbaf5a3ed3
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Aug 10 15:20:58 2017 +0000

    Bug 19076 - Move issue logging in AddIssue into condtional clause
    
    Currently AddIssue tests if renewal, but logs an issue even if so. This
    patch moves the logging into the conditional so a log entry is only
    added if we aren't renewing (as renewals are logged separately)
    
    To test:
    1 - prove t/db_dependent/Circulation.t - one test should fail
    2 - Enable both issue and renewal logs
    3 - Checkout an item to a patron
    4 - View the logs - the issue is captured
    5 - Checkout the item to the patron again and confirm renewal
    6 - Both an issue and a renewal are logged
    7 - Apply patch
    8 Repeat 1-6, tests should pass and only renewal should be logged
    
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit b66b86402cd84026f7dabaa2e567a1956b9bbe86)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit fb0472875711a8eb638e7b55b2dc412acbf51dea
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Aug 10 15:20:19 2017 +0000

    Bug 19076 - unit tests
    
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 8901f5702a7c6755c1f84cde01d75765687bb060)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 53c84ea289e73fa2f56711dd8dd8e7ebac591ae7
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Aug 28 14:00:28 2017 -0300

    Bug 19081: Do not list plugins that have been uninstalled
    
    Under plack, can_load should not check if a package is in cache, but
    reload it. Otherwise plugins that have been uninstalled will still get
    listed.
    The error raised by can_load must only be displayed if the plugin has
    been removed.
    
    Test plan:
    1/ Upload a plugin
    2/ Note the plugin is listed as installed
    3/ Modify the package of the plugin to add a compilation error (use
    'Foo' for instance)
    4/ Reload the page
    5/ The plugin is not listed and a warning appear in the logs
    6/ Remove the compilation error and uninstall the plugin
    7/ The plugin is no longer listed and no warning appear in the logs
    
    Signed-off-by: Lee Jamison <ldjamison at marywood.edu>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Bug 19081: Remove useless $plugin_file variable
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit d928038a523b7ef44257ddfe97c405173c9b3b2e)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 C4/Circulation.pm            |   11 +++++------
 Koha/Plugins.pm              |    6 ++++--
 t/db_dependent/Circulation.t |   17 +++++++++++++++--
 3 files changed, 24 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list