From 44996f90f415c51b1e01c2ed15f937c1c86bc971 Mon Sep 17 00:00:00 2001 From: Joshua Ferraro Date: Tue, 23 Oct 2007 14:07:19 -0500 Subject: [PATCH] adding missing systempreferences to en Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- admin/systempreferences.pl | 5 +++-- installer/data/en/mandatory/sysprefs.sql | 4 ++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/admin/systempreferences.pl b/admin/systempreferences.pl index 965f0a0c45..7337ee3c87 100755 --- a/admin/systempreferences.pl +++ b/admin/systempreferences.pl @@ -74,6 +74,8 @@ my %tabsysprefs; # Authorities $tabsysprefs{authoritysep}="Authorities"; $tabsysprefs{AuthDisplayHierarchy}="Authorities"; + $tabsysprefs{dontmerge}="Authorities"; + $tabsysprefs{BiblioAddsAuthorities}="Authorities"; # Catalogue $tabsysprefs{advancedMARCEditor}="Catalogue"; $tabsysprefs{autoBarcode}="Catalogue"; @@ -97,9 +99,7 @@ my %tabsysprefs; $tabsysprefs{NoZebraIndexes}="Catalogue"; $tabsysprefs{ReceiveBackIssues}="Catalogue"; $tabsysprefs{DefaultClassificationSource}="Catalogue"; - $tabsysprefs{SearchMyLibraryFirst}="Catalogue"; $tabsysprefs{RoutingSerials}="Catalogue"; - $tabsysprefs{BiblioAddsAuthorities}="Catalogue"; # Circulation $tabsysprefs{maxoutstanding}="Circulation"; @@ -161,6 +161,7 @@ my %tabsysprefs; $tabsysprefs{opacheader}="OPAC"; # OPACFeatures + $tabsysprefs{SearchMyLibraryFirst}="OPACFeatures"; $tabsysprefs{Disable_Dictionary}="OPACFeatures"; $tabsysprefs{hidelostitems}="OPACFeatures"; $tabsysprefs{opacbookbag}="OPACFeatures"; diff --git a/installer/data/en/mandatory/sysprefs.sql b/installer/data/en/mandatory/sysprefs.sql index 9d80cb497a..4a442550cb 100644 --- a/installer/data/en/mandatory/sysprefs.sql +++ b/installer/data/en/mandatory/sysprefs.sql @@ -106,3 +106,7 @@ INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES ('NoZebraIndexes','0','Enter a specific hash for NoZebra indexes. Enter : \'indexname\' => \'100a,245a,500*\',\'index2\' => \'...\'','','Free'); INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES ('SessionStorage','mysql','Use mysql or a temporary file for storing session data','mysql|tmp','Choice'); INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES ('CircAutocompl','1','If ON, autocompletion is enabled for the Circulation input',NULL,'YesNo'); +INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES ('RoutingSerials','1','If ON, serials routing is enabled',NULL,'YesNo'); +INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES ('SearchMyLibraryFirst','1','If ON, OPAC searches return results limited by the user\'s library by default if they are logged in',NULL,'YesNo'); +INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES ('dontmerge','1','If ON, modifying an authority record will not update all associated bibliographic records immediately, ask your system administrator to enable the merge_authotities.pl cron job',NULL,'YesNo'); +INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES ('BiblioAddsAuthorities','1','If ON, adding a new biblio will check for an existing authority record and create one on the fly if one doesn\'t exist',NULL,'YesNo'); -- 2.39.5