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

(-)a/installer/data/mysql/atomicupdate/bug_21226.sql (+3 lines)
Line 0 Link Here
1
DELETE FROM systempreferences where variable="OCLCAffiliateID";
2
DELETE FROM systempreferences where variable="XISBN";
3
DELETE FROM systempreferences where variable="XISBNDailyLimit";
(-)a/installer/data/mysql/sysprefs.sql (-4 lines)
Lines 309-315 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
309
('OAI-PMH:ConfFile','',NULL,'If empty, Koha OAI Server operates in normal mode, otherwise it operates in extended mode.','File'),
309
('OAI-PMH:ConfFile','',NULL,'If empty, Koha OAI Server operates in normal mode, otherwise it operates in extended mode.','File'),
310
('OAI-PMH:DeletedRecord','persistent','Koha\'s deletedbiblio table will never be deleted (persistent), might be deleted (transient), or will never have any data in it (no)','transient|persistent|no','Choice'),
310
('OAI-PMH:DeletedRecord','persistent','Koha\'s deletedbiblio table will never be deleted (persistent), might be deleted (transient), or will never have any data in it (no)','transient|persistent|no','Choice'),
311
('OAI-PMH:MaxCount','50',NULL,'OAI-PMH maximum number of records by answer to ListRecords and ListIdentifiers queries','Integer'),
311
('OAI-PMH:MaxCount','50',NULL,'OAI-PMH maximum number of records by answer to ListRecords and ListIdentifiers queries','Integer'),
312
('OCLCAffiliateID','','','Use with FRBRizeEditions and XISBN. You can sign up for an AffiliateID here: http://www.worldcat.org/wcpa/do/AffiliateUserServices?method=initSelfRegister','free'),
313
('OPACAcquisitionDetails','0','','Show the acquisition details at the OPAC','YesNo'),
312
('OPACAcquisitionDetails','0','','Show the acquisition details at the OPAC','YesNo'),
314
('OpacAddMastheadLibraryPulldown','0','','Adds a pulldown menu to select the library to search on the opac masthead.','YesNo'),
313
('OpacAddMastheadLibraryPulldown','0','','Adds a pulldown menu to select the library to search on the opac masthead.','YesNo'),
315
('OpacAdvSearchMoreOptions','pubdate,itemtype,language,subtype,sorting,location','Show search options for the expanded view (More options)','pubdate|itemtype|language|subtype|sorting|location','multiple'),
314
('OpacAdvSearchMoreOptions','pubdate,itemtype,language,subtype,sorting,location','Show search options for the expanded view (More options)','pubdate|itemtype|language|subtype|sorting|location','multiple'),
Lines 611-618 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
611
('WebBasedSelfCheck','0',NULL,'If ON, enables the web-based self-check system','YesNo'),
610
('WebBasedSelfCheck','0',NULL,'If ON, enables the web-based self-check system','YesNo'),
612
('WhenLostChargeReplacementFee','1',NULL,'If ON, Charge the replacement price when a patron loses an item.','YesNo'),
611
('WhenLostChargeReplacementFee','1',NULL,'If ON, Charge the replacement price when a patron loses an item.','YesNo'),
613
('WhenLostForgiveFine','0',NULL,'If ON, Forgives the fines on an item when it is lost.','YesNo'),
612
('WhenLostForgiveFine','0',NULL,'If ON, Forgives the fines on an item when it is lost.','YesNo'),
614
('XISBN','0','','Use with FRBRizeEditions. If ON, Koha will use the OCLC xISBN web service in the Editions tab on the detail pages. See: http://www.worldcat.org/affiliate/webservices/xisbn/app.jsp','YesNo'),
615
('XISBNDailyLimit','999','','The xISBN Web service is free for non-commercial use when usage does not exceed 1000 requests per day','Integer'),
616
('XSLTDetailsDisplay','default','','Enable XSL stylesheet control over details page display on intranet','Free'),
613
('XSLTDetailsDisplay','default','','Enable XSL stylesheet control over details page display on intranet','Free'),
617
('XSLTListsDisplay','default','','Enable XSLT stylesheet control over lists pages display on intranet','Free'),
614
('XSLTListsDisplay','default','','Enable XSLT stylesheet control over lists pages display on intranet','Free'),
618
('XSLTResultsDisplay','default','','Enable XSL stylesheet control over results page display on intranet','Free'),
615
('XSLTResultsDisplay','default','','Enable XSL stylesheet control over results page display on intranet','Free'),
619
- 

Return to bug 21226