[koha-commits] main Koha release repository branch master updated. v16.05.00-771-g748ad23

Git repo owner gitmaster at git.koha-community.org
Fri Sep 9 15:18:45 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  748ad2355ea3dd4e404ec664b0d50b544db179e6 (commit)
       via  3cb3836ee035f40f110f26f40d6d9fe4ebd0e3a0 (commit)
       via  a3a1ec57aaa3b008cc21a0150f08ab1a4248c179 (commit)
      from  b118074fe480ac2028d474d322713303648eb7d0 (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 748ad2355ea3dd4e404ec664b0d50b544db179e6
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Jul 25 16:10:34 2016 +0100

    Bug 16586: [QA Follow-up] Simplify code
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Amended this patch: Replaced none by any. Exists test adjusted.
    This effectively makes the test pass.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 3cb3836ee035f40f110f26f40d6d9fe4ebd0e3a0
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Tue Jul 26 13:54:31 2016 +0200

    Bug 16586: [QA Follow-up] Add test for two metadata conditions
    
    Run the test and see..
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit a3a1ec57aaa3b008cc21a0150f08ab1a4248c179
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Wed May 25 13:37:49 2016 +0200

    Bug 16586: Koha Plugins: Limit results of GetPlugins by metadata
    
    It would be helpful if we could find a plugin based on some metadata
    tag as returned by the plugin. This extends the use of GetPlugins that
    already supports searching on method.
    
    GetPlugins is used in: admin/edi_accounts.pl, plugins/plugins-home.pl and
    tools/stage-marc-import.pl. The changes in these three scripts are
    minimal and just related to parameter passing.
    
    Test t/db_dependent/Plugins.t includes another test for GetPlugins. In this
    regard a metadata tag has been added to t/Koha/Plugins/Test.pm.
    
    NOTE: This adjustment will also be used in a redesign for bug 15545.
    
    Test plan:
    Run t/db_dependent/Plugins.t.
    Enable pref UseKohaPlugins and config var enable_plugins.
    Go to plugins-home.pl. Verify that it still lists your plugins.
    Bonus: Check edi_accounts or stage-marc-import.pl if you have a working
    plugin for that.
    
    Signed-off-by: Liz Rea <liz at catalyst.net.nz>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 Koha/Plugins.pm            |   35 ++++++++++++++++++++++-------------
 admin/edi_accounts.pl      |    4 +++-
 plugins/plugins-home.pl    |    4 +++-
 t/Koha/Plugin/Test.pm      |    3 ++-
 t/db_dependent/Plugins.t   |   18 ++++++++++++++++--
 tools/stage-marc-import.pl |    4 +++-
 6 files changed, 49 insertions(+), 19 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list