[koha-commits] main Koha release repository branch master updated. v3.14.00-802-g6c6d21a

Git repo owner gitmaster at git.koha-community.org
Sat Apr 19 17:58:57 CEST 2014


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  6c6d21a8d040482b88b5b6752b32ed749089fbc9 (commit)
       via  65fb03c0f439fdc8bef7ce0359afa75598c39147 (commit)
       via  2277a42c565e18475c49fde031268b8038575e1a (commit)
      from  9f3e1c4947d9f0249225b8017df0c03579826123 (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 6c6d21a8d040482b88b5b6752b32ed749089fbc9
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Sat Apr 19 16:14:34 2014 +0000

    Bug 11489: (follow-up) fix tab
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 65fb03c0f439fdc8bef7ce0359afa75598c39147
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Jan 9 17:53:04 2014 +0100

    Bug 11489: (OPAC prog theme) show facets only if there is a result to display
    
    If all results are hidden, the facets are displayed.
    With this patch, the facets are hidden too.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Michot <nmichot at voila.fr>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes all tests and QA script. Tested:
    
    - Record with 1 lost item, result list = 1
      - Verified without both patches 404 error page is shown
      - Verified with 1st patch, no results page is shown
      - Verified with 2nd patch, the still showing facets are gone
    - Record with 1 lost item, result list > 1
      - Record is hidden from result list, but
        - result count is wrong
        - result numbering is wrong
        > This is an old problem, just noting
    - Record with 1 lost and 1 available item, result list = 1
      - Detail page is shown, only lost item is hidden
    - Record with 1 lost and 1 available item, result list > 1
      - Only available item is shown in result list
    
    Also checked that the lost item shows up with hidelostitems off.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 2277a42c565e18475c49fde031268b8038575e1a
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Jan 7 10:19:37 2014 -0700

    Bug 11489: in OPAC search, display "no results" when the only search result is suppressed
    
    If hidelostitems is enabled, and the result of an opac search is a single
    lost item, then the OPAC will display a 404 error, rather than a
    "no results" screen.
    
    Test Plan:
    1) Catalog a record/item such that it is the only result for some search
       e.g. Give it the title 'zxcvb'
    2) Enable hidelostitems
    3) Mark this item as lost
    4) Perform an OPAC search that should result in a redirect to this record
    5) Notice you a redirected to a 404 error
    6) Apply this patch
    7) Repeat step 4
    8) Note you new get a "No results found!" page instead
    
    Signed-off-by: Christopher Brannon <cbrannon at cdalibrary.org>
    Signed-off-by: Michot <nmichot at voila.fr>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc |    2 +-
 koha-tmpl/opac-tmpl/prog/en/includes/opac-facets.inc      |    2 +-
 opac/opac-search.pl                                       |    3 ++-
 3 files changed, 4 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list