[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.09-98-g08c87c6

Git repo owner gitmaster at git.koha-community.org
Wed Aug 13 09:35:04 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, 3.14.x has been updated
       via  08c87c6acdefd47d454555f0f6f9ddd8e4986cee (commit)
       via  1f36cbbb72e13961e6a84ac80e98343159c51950 (commit)
       via  b3c73cff32c99f12b77a9b110e2a928f5dfd1679 (commit)
      from  5d5c15f873f6285ef1fdd900c2a15cdac3a9e2c5 (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 08c87c6acdefd47d454555f0f6f9ddd8e4986cee
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>
    (cherry picked from commit 6c6d21a8d040482b88b5b6752b32ed749089fbc9)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 1f36cbbb72e13961e6a84ac80e98343159c51950
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>
    (cherry picked from commit 65fb03c0f439fdc8bef7ce0359afa75598c39147)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit b3c73cff32c99f12b77a9b110e2a928f5dfd1679
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>
    (cherry picked from commit 2277a42c565e18475c49fde031268b8038575e1a)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.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