[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-833-g968f337

Git repo owner gitmaster at git.koha-community.org
Wed Jul 17 19:53:51 CEST 2013


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  968f337728d1e13040389381fef01adc39e8be5c (commit)
       via  5aeefa25ac94495afd9a1c7fa5aae3f05a1d1907 (commit)
       via  ec3735433aed8d2c1a42b7d0758b4405a3aa6b1c (commit)
      from  53f82b1d7d9b7f06da1032faf0800d624eb4c1d3 (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 968f337728d1e13040389381fef01adc39e8be5c
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Wed Jul 17 18:02:13 2013 +0000

    Bug 10515: (follow-up) fix use of GetBranchCategories
    
    Adjusting to reflect the removal of the branchcode parameter
    to GetBranchCategories; also filter on the 'searchdomain'
    library group type, as appears to have been intended.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 5aeefa25ac94495afd9a1c7fa5aae3f05a1d1907
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Wed Jul 17 17:27:36 2013 +0000

    Bug 10515: add regression tests
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit ec3735433aed8d2c1a42b7d0758b4405a3aa6b1c
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Jun 28 16:07:13 2013 +0200

    Bug 10515: make behavior of library category fetchers consistent with other fetchers
    
    The prototype is not consistent, GetBranchCategory should return only 1 result
    and GetBranchCategories should not have a categorycode argument.
    This patch fixes that.
    
    Test plan:
    1/ Try to add/remove/modify a library.
    2/ Add some groups
    3/ Add these groups to a library
    
    Signed-off-by: Srdjan <srdjan at catalyst.net.nz>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Auth.pm                                         |    2 +-
 C4/Branch.pm                                       |   63 ++++++------------
 admin/branches.pl                                  |   47 ++++++--------
 catalogue/search.pl                                |    2 +-
 .../prog/en/modules/admin/branches.tt              |    2 +-
 opac/opac-search.pl                                |    2 +-
 t/db_dependent/Branch.t                            |   69 ++++++++++++++++++++
 7 files changed, 114 insertions(+), 73 deletions(-)
 create mode 100644 t/db_dependent/Branch.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list