[koha-commits] main Koha release repository branch master updated. v3.22.00-1401-gdbba8cf

Git repo owner gitmaster at git.koha-community.org
Fri Apr 29 14:52:43 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  dbba8cfeba8b1d6220096fbee98bf886712a1fcf (commit)
       via  9c5b8191009eba54e851512c9cfa2e3d5ab949df (commit)
       via  5e8ded21af689f43f9791f19772a478fb3c67afe (commit)
       via  1a9ca842939ba48789dd11bfa5b9510e73bad645 (commit)
       via  b8076d8ec7236360274e1a4e861969c86bb679ea (commit)
      from  b4ce86df28ce937ea06b8f31010bf4cd85755c52 (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 dbba8cfeba8b1d6220096fbee98bf886712a1fcf
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Apr 29 13:01:07 2016 +0000

    Bug 15009 [QA Followup] - Update number of tests run
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 9c5b8191009eba54e851512c9cfa2e3d5ab949df
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Apr 18 10:37:18 2016 +0100

    Bug 15009: QA follow-up
    
    This patch adds a test to check the unicity of auth cats, simplify
    the GetBudgetAuthCats subroutine and make it return an arrayref of scalar
    instead of an arrayref of hashref with only 1 key.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 5e8ded21af689f43f9791f19772a478fb3c67afe
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Apr 18 10:36:51 2016 +0100

    Bug 15009: Correctly populate planning filter
    
    The filter for planning values was populated with empty strings.
    Note that it's not caused by previous patches.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 1a9ca842939ba48789dd11bfa5b9510e73bad645
Author: charles <charles.farmer at inlibro.com>
Date:   Fri Mar 25 17:09:24 2016 -0400

    Bug 15009 - Adds unit tests for C4::Budget::GetBudgetAuthCats
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit b8076d8ec7236360274e1a4e861969c86bb679ea
Author: Blou <philippe.blouin at inlibro.com>
Date:   Tue Oct 13 16:12:49 2015 -0400

    Bug 15009 - Planning dropdown button in aqbudget can have empty line
    
    When displaying a budget, the Planning button in the admin toolbar displays
    
    Plan by months
    Plan by libraries
    Plan by item types
    Plan by
    
    The last one is empty, due to C4::Budgets::GetBudgetAuthCats returning an empty field if the budget has no sort defined.
    This prevents returning an array with empty element(s)
    
    TEST:
    1) Admin -> Budgets
    2) Select a budget
       a) you must have '' (empty) in your aqbudgets.sort1_authcat field.
       b) edit the budget (direct DB or interface) to get that.
    3) Click on Planning dropdown, see the "Plan by <nothing> " entry.
    4) apply the patch, revalidate.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    No more empty option
    No errors
    
    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:
 C4/Budgets.pm                                      |   19 +++---
 admin/aqplan.pl                                    |    2 +-
 .../prog/en/includes/budgets-admin-toolbar.inc     |    4 +-
 .../intranet-tmpl/prog/en/modules/admin/aqplan.tt  |    1 +
 t/db_dependent/Budgets.t                           |   70 +++++++++++++++++++-
 5 files changed, 84 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list