[open-ils-commits] [GIT] Evergreen ILS branch rel_3_1 updated. 93e168b5a49eac353448cac755a4fb271a6d0464

Evergreen Git git at git.evergreen-ils.org
Fri May 25 16:26:58 EDT 2018


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 "Evergreen ILS".

The branch, rel_3_1 has been updated
       via  93e168b5a49eac353448cac755a4fb271a6d0464 (commit)
       via  7a41767dcde9f525b28ada210220877f7012f1bd (commit)
      from  e36824bf0d61270ad3b9e2a51cfdfdb6b87349d2 (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 93e168b5a49eac353448cac755a4fb271a6d0464
Author: Kathy Lussier <klussier at masslnc.org>
Date:   Fri May 25 16:23:05 2018 -0400

    Docs: Add release notes entry for lp1766379
    
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>

diff --git a/docs/RELEASE_NOTES_3_1.adoc b/docs/RELEASE_NOTES_3_1.adoc
index 1c93fc7..25ed968 100644
--- a/docs/RELEASE_NOTES_3_1.adoc
+++ b/docs/RELEASE_NOTES_3_1.adoc
@@ -116,7 +116,7 @@ search results.
 * The cast field in the catalog is now taken from the 511 field
 when first indicator = 1, rather than the 508.
 * Fixes a display issue caused by editing holds.
-
+* Repairs broken author search links on the catalog record page.
 
 Serials
 ^^^^^^^

commit 7a41767dcde9f525b28ada210220877f7012f1bd
Author: Jeff Davis <jdavis at sitka.bclibraries.ca>
Date:   Wed May 16 11:31:43 2018 -0700

    LP#1766379: add spaces between terms in author link to prevent a broken search query
    
    Signed-off-by: Jeff Davis <jdavis at sitka.bclibraries.ca>
    Signed-off-by: Garry Collum <gcollum at gmail.com>
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>

diff --git a/Open-ILS/src/templates/opac/parts/record/authors.tt2 b/Open-ILS/src/templates/opac/parts/record/authors.tt2
index 0af62bb..25dac9a 100644
--- a/Open-ILS/src/templates/opac/parts/record/authors.tt2
+++ b/Open-ILS/src/templates/opac/parts/record/authors.tt2
@@ -97,7 +97,7 @@ BLOCK build_author_links;
                     END;
                     indexed_term = 1;
                     sf_raw = PROCESS normalize_qterm;
-                    qterm = qterm _ sf_raw;
+                    qterm = qterm _ ' ' _ sf_raw;
                 END;
             ELSIF tag.substr(1,2) == '10';
                 IF code.match('[abcdn]');

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

Summary of changes:
 .../src/templates/opac/parts/record/authors.tt2    |    2 +-
 docs/RELEASE_NOTES_3_1.adoc                        |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list