[koha-commits] main Koha release repository branch master updated. v3.14.00-alpha2-65-ga0b042b

Git repo owner gitmaster at git.koha-community.org
Wed Oct 30 05:47:54 CET 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  a0b042b8a276ddacf3be13fa1666454b9b1d3903 (commit)
       via  c767545119f95f166ea882a333c3172c29ad61d7 (commit)
      from  997a502c2293ed466178e86f091d9b7d7ce9f6ff (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 a0b042b8a276ddacf3be13fa1666454b9b1d3903
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Wed Oct 30 05:02:45 2013 +0000

    Bug 10078: (follow-up) add regression test
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit c767545119f95f166ea882a333c3172c29ad61d7
Author: David Cook <dcook at prosentient.com.au>
Date:   Tue Jul 2 16:40:43 2013 +1000

    Bug 10078: show location facet regardless of singleBranchMode setting
    
    Currently, the location facet only shows if you have singlebranch
    mode enabled. In other words, you can either see the library branch
    or the shelving location.
    
    This patch simply changes the location facet so that it will always
    show the shelving location (if one is available), regardless of the
    singlebranch system preference.
    
    Test Plan:
    
    BEFORE APPLYING:
    
    0) Disable singlebranch mode if it is on
    1) Do an OPAC or Staff Client search for a record that has items with
    shelving locations.
    2) Note that you can see the library branch facet under Libraries
    but no shelving locations.
    3) Enable singlebranch mode
    4) Repeat your search
    5) Note that you can no longer see the library branch facet under
    Libraries. However, you can see the shelving location under Location
    
    N.B. If you don't have more than one branch or the search results
    are all from one branch, you might not get a library branch facet.
    
    If this is the case, create additional branches and/or change the
    branch for items in your search results so that you have multiple
    branches to prompt the appearance of a library branch facet.
    
    AFTER APPLYING
    
    1) Do an OPAC or Staff Client search for a record that has items with
    shelving locations.
    2) Note that you see a facet under Location on the left sidebar,
    regardless of there being a singlebranch mode or the number of branches
    there are being represented in the search results.
    
    Signed-off-by: Srdjan <srdjan at catalyst.net.nz>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Passes koha-qa.pl, works as advertised.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Koha.pm            |   22 ++++++++++------------
 t/db_dependent/Koha.t |   21 ++++++++++++++++++++-
 2 files changed, 30 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list