[koha-commits] main Koha release repository branch master updated. v16.11.00-657-gc8c52ba

Git repo owner gitmaster at git.koha-community.org
Fri Mar 31 12:53:15 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, master has been updated
       via  c8c52ba72e90656304e85f2958f3f6f5ff0f3487 (commit)
       via  7dad38e88f9440ca42ec95fc0daf26521e3a5f28 (commit)
      from  d420e6ae210294884430d294e6cd97e4cc179fa8 (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 c8c52ba72e90656304e85f2958f3f6f5ff0f3487
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Jan 4 15:41:22 2017 +0100

    Bug 17847: Remove C4::Koha::GetAuthvalueDropbox
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 7dad38e88f9440ca42ec95fc0daf26521e3a5f28
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Jan 4 13:43:27 2017 +0100

    Bug 17847: Replace C4::Koha::GetAuthvalueDropbox with Koha::AuthorisedValues
    
    The C4::Koha::GetAuthvalueDropbox subroutine does the same job as
    Koha::AuthorisedValues->search
    We should then replace the different calls to this subroutine to finally
    remove it.
    There were 2 calls to this subroutine:
    - from the AuthorisedValues TT plugin (called from av-build-dropbox.inc
    and members/housebound.tt)
    - from the acqui/ajax-getauthvaluedropbox.pl ajax script
    
    To make sure that this patchset does not introduce regressions, we will have
    to test that the TT plugin and the ajax script still behave as before.
    
    Test plan:
    1/ Test acqui/ajax-getauthvaluedropbox.pl
    - Link a fund to an authorised value category
    - Create a new order
    => When you select a fund linked to AV category, the sort1 (and/or
    sort2, depending on what you set) should be replaced with a dropdown
    list populated with the authorised values
    2/ Test av-build-dropbox.inc
    - Create some authorised values for Bsort1
    - Edit a patron
    => The sort1 should be a dropdown list populated with the Bsort1 AV
    3/ Test members/housebound.tt
    - Enable the housebound module (pref HouseboundModule)
    - On the patron detail page, click on the "Housebound" tab
    => The frequency dropdown list should be populated with the different
    HSBND_FREQ AV
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Koha.pm                                         |   38 --------------------
 Koha/Template/Plugin/AuthorisedValues.pm           |   14 ++++++--
 acqui/ajax-getauthvaluedropbox.pl                  |   28 ++++++++++-----
 .../prog/en/includes/av-build-dropbox.inc          |    8 ++---
 .../prog/en/modules/members/housebound.tt          |    6 ++--
 5 files changed, 38 insertions(+), 56 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list