View | Details | Raw Unified | Return to bug 11431
Collapse All | Expand All

(-)a/installer/data/mysql/sysprefs.sql (-2 / +7 lines)
Lines 39-44 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
39
('AmazonLocale','US','US|CA|DE|FR|JP|UK','Use to set the Locale of your Amazon.com Web Services','Choice'),
39
('AmazonLocale','US','US|CA|DE|FR|JP|UK','Use to set the Locale of your Amazon.com Web Services','Choice'),
40
('AnonSuggestions','0',NULL,'Set to enable Anonymous suggestions to AnonymousPatron borrowernumber','YesNo'),
40
('AnonSuggestions','0',NULL,'Set to enable Anonymous suggestions to AnonymousPatron borrowernumber','YesNo'),
41
('AnonymousPatron','0',NULL,'Set the identifier (borrowernumber) of the anonymous patron. Used for Suggestion and reading history privacy',''),
41
('AnonymousPatron','0',NULL,'Set the identifier (borrowernumber) of the anonymous patron. Used for Suggestion and reading history privacy',''),
42
('AudioAlerts','0','','Enable circulation sounds during checkin and checkout in the staff interface.  Not supported by all web browsers yet.','YesNo'),
43
( 'AudioAlertSelectorWarning', '.audio-alert-warning', NULL, 'List of jQuery selectors that should trigger warning alert',  'free' ),
44
( 'AudioAlertSelectorAction',  '.audio-alert-action',  NULL, 'List of jQuery selectors that should trigger action alert',   'free' ),
45
( 'AudioAlertSelectorSuccess', '.audio-alert-success', NULL, 'List of jQuery selectors that should trigger successs alert', 'free' ),
42
('AuthDisplayHierarchy','0','','Display authority hierarchies','YesNo'),
46
('AuthDisplayHierarchy','0','','Display authority hierarchies','YesNo'),
43
('AuthoritiesLog','1',NULL,'If ON, log edit/create/delete actions on authorities.','YesNo'),
47
('AuthoritiesLog','1',NULL,'If ON, log edit/create/delete actions on authorities.','YesNo'),
44
('AuthoritySeparator','--','10','Used to separate a list of authorities in a display. Usually --','free'),
48
('AuthoritySeparator','--','10','Used to separate a list of authorities in a display. Usually --','free'),
Lines 307-312 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
307
('OverDriveLibraryID','','Library ID for OverDrive integration','','Integer'),
311
('OverDriveLibraryID','','Library ID for OverDrive integration','','Integer'),
308
('OverdueNoticeBcc','','','Email address to bcc outgoing overdue notices sent by email','free'),
312
('OverdueNoticeBcc','','','Email address to bcc outgoing overdue notices sent by email','free'),
309
('OverduesBlockCirc','noblock','noblock|confirmation|block','When checking out an item should overdues block checkout, generate a confirmation dialogue, or allow checkout','Choice'),
313
('OverduesBlockCirc','noblock','noblock|confirmation|block','When checking out an item should overdues block checkout, generate a confirmation dialogue, or allow checkout','Choice'),
314
( 'OverrideAudioAlertWarning', '', NULL, 'URL to an audio file to replace the default warning sound.',           'free' ),
315
( 'OverrideAudioAlertAction',  '', NULL, 'URL to an audio file to replace the default "action required" sound.', 'free' ),
316
( 'OverrideAudioAlertSuccess', '', NULL, 'URL to an audio file to replace the default success sound.',           'free' ),
310
('patronimages','0',NULL,'Enable patron images for the Staff Client','YesNo'),
317
('patronimages','0',NULL,'Enable patron images for the Staff Client','YesNo'),
311
('PatronSelfRegistration','0',NULL,'If enabled, patrons will be able to register themselves via the OPAC.','YesNo'),
318
('PatronSelfRegistration','0',NULL,'If enabled, patrons will be able to register themselves via the OPAC.','YesNo'),
312
('PatronSelfRegistrationAdditionalInstructions','','','A free text field to display additional instructions to newly self registered patrons.','free'),
319
('PatronSelfRegistrationAdditionalInstructions','','','A free text field to display additional instructions to newly self registered patrons.','free'),
Lines 364-370 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
364
('SlipCSS','',NULL,'Slips CSS url.','free'),
371
('SlipCSS','',NULL,'Slips CSS url.','free'),
365
('SMSSendDriver','','','Sets which SMS::Send driver is used to send SMS messages.','free'),
372
('SMSSendDriver','','','Sets which SMS::Send driver is used to send SMS messages.','free'),
366
('SocialNetworks','0','','Enable/Disable social networks links in opac detail pages','YesNo'),
373
('SocialNetworks','0','','Enable/Disable social networks links in opac detail pages','YesNo'),
367
('AudioAlerts','0','','Enable circulation sounds during checkin and checkout in the staff interface.  Not supported by all web browsers yet.','YesNo'),
368
('SpecifyDueDate','1','','Define whether to display \"Specify Due Date\" form in Circulation','YesNo'),
374
('SpecifyDueDate','1','','Define whether to display \"Specify Due Date\" form in Circulation','YesNo'),
369
('SpecifyReturnDate',1,'','Define whether to display \"Specify Return Date\" form in Circulation','YesNo'),
375
('SpecifyReturnDate',1,'','Define whether to display \"Specify Return Date\" form in Circulation','YesNo'),
370
('SpineLabelAutoPrint','0','','If this setting is turned on, a print dialog will automatically pop up for the quick spine label printer.','YesNo'),
376
('SpineLabelAutoPrint','0','','If this setting is turned on, a print dialog will automatically pop up for the quick spine label printer.','YesNo'),
371
- 

Return to bug 11431