[open-ils-commits] [GIT] Evergreen ILS branch master updated. 36595be8ff3bbc71a447611e34447b34f8edd4b3

Evergreen Git git at git.evergreen-ils.org
Wed Apr 9 10:47:24 EDT 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 "Evergreen ILS".

The branch, master has been updated
       via  36595be8ff3bbc71a447611e34447b34f8edd4b3 (commit)
      from  920631430091bfbb4051caafcbbb9ed54dc70b14 (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 36595be8ff3bbc71a447611e34447b34f8edd4b3
Author: Ben Shum <bshum at biblio.org>
Date:   Mon Apr 7 15:59:17 2014 -0400

    LP#1301955: disable autosuggest by default
    
    Until we solve the accessibility issues caused by autosuggest as noted in
    https://bugs.launchpad.net/evergreen/+bug/1187993, we shall disable the
    feature by default for new installations.
    
    An entry for the release notes is included.
    
    Signed-off-by: Ben Shum <bshum at biblio.org>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

diff --git a/Open-ILS/src/sql/Pg/950.data.seed-values.sql b/Open-ILS/src/sql/Pg/950.data.seed-values.sql
index ed31eff..0ba09a7 100644
--- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql
+++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql
@@ -9769,7 +9769,7 @@ INSERT INTO config.global_flag (name, label, value, enabled)
             'label'
         ),
         'opac_visible',
-        TRUE
+        FALSE
     );
 
 INSERT INTO config.global_flag (name, label)
diff --git a/docs/RELEASE_NOTES_NEXT/OPAC/Disable_Autosuggest.txt b/docs/RELEASE_NOTES_NEXT/OPAC/Disable_Autosuggest.txt
new file mode 100644
index 0000000..9d9dbd6
--- /dev/null
+++ b/docs/RELEASE_NOTES_NEXT/OPAC/Disable_Autosuggest.txt
@@ -0,0 +1,13 @@
+Disable Autosuggest by Default
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+As described in https://bugs.launchpad.net/evergreen/+bug/1187993, the 
+community is aware of ongoing accessibility issues caused through use of 
+the autosuggest feature of the Evergreen catalog. The decision has been 
+made to disable autosuggest by default for new installations. Existing sites
+are cautioned to take note of this change and decide for themselves whether
+to discontinue use.
+
+It is possible to disable the autosuggest feature by setting the following 
+global flag to false and restarting apache. Look in Admin -> Server 
+Administration -> Global Flags -> OPAC: Show auto-completing suggestions 
+dialog...

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

Summary of changes:
 Open-ILS/src/sql/Pg/950.data.seed-values.sql       |    2 +-
 .../OPAC/Disable_Autosuggest.txt                   |   13 +++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)
 create mode 100644 docs/RELEASE_NOTES_NEXT/OPAC/Disable_Autosuggest.txt


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list