[open-ils-commits] [GIT] Evergreen ILS branch rel_2_6 updated. b5431e947d280bc94723148f36e123b9f15d17b8

Evergreen Git git at git.evergreen-ils.org
Fri May 30 11:54:19 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, rel_2_6 has been updated
       via  b5431e947d280bc94723148f36e123b9f15d17b8 (commit)
      from  29e5279baadce9726dba915206c93bc05dcc1529 (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 b5431e947d280bc94723148f36e123b9f15d17b8
Author: Jeff Davis <jdavis at sitka.bclibraries.ca>
Date:   Tue Feb 25 12:41:56 2014 -0800

    LP#1284832: Add missing seed data: enable combined search for only the subject class by default
    
    Signed-off-by: Jeff Davis <jdavis at sitka.bclibraries.ca>
    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 33b1b3e..be6fa5b 100644
--- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql
+++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql
@@ -101,6 +101,9 @@ INSERT INTO config.metabib_class ( name, label ) VALUES ( 'author', oils_i18n_ge
 INSERT INTO config.metabib_class ( name, label ) VALUES ( 'subject', oils_i18n_gettext('subject', 'Subject', 'cmc', 'label') );
 INSERT INTO config.metabib_class ( name, label ) VALUES ( 'series', oils_i18n_gettext('series', 'Series', 'cmc', 'label') );
 
+-- enable combined search for only the subject class by default
+UPDATE config.metabib_class SET combined = TRUE WHERE name = 'subject';
+
 -- some more from 002.schema.config.sql:
 INSERT INTO config.xml_transform VALUES ( 'marcxml', 'http://www.loc.gov/MARC21/slim', 'marc', '---' );
 INSERT INTO config.xml_transform VALUES ( 'mods', 'http://www.loc.gov/mods/', 'mods', '');

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

Summary of changes:
 Open-ILS/src/sql/Pg/950.data.seed-values.sql |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list