adding new sysprefs for YUI Path, default to pull from external source
authorJoshua Ferraro <jmf@liblime.com>
Fri, 9 Nov 2007 01:19:16 +0000 (19:19 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Fri, 9 Nov 2007 16:26:29 +0000 (10:26 -0600)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
installer/data/en/mandatory/sysprefs.sql

index 799536d..975271f 100644 (file)
@@ -113,3 +113,4 @@ INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES
 INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES ('QueryStemming','1','If ON, enables query stemming',NULL,'YesNo');
 INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES ('QueryFuzzy','1','If ON, enables fuzzy option for searches',NULL,'YesNo');
 INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES ('QueryWeightFields','1','If ON, enables field weighting',NULL,'YesNo');
+INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES ('yuipath','http://yui.yahooapis.com/2.3.1/build','Insert the path to YUI libraries',NULL,'free');