Bugzilla – Attachment 77902 Details for
Bug 21226
Remove use of retired OCLC xISBN service
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21226: DB Changes
Bug-21226-DB-Changes.patch (text/plain), 3.42 KB, created by
Kyle M Hall (khall)
on 2018-08-16 11:51:57 UTC
(
hide
)
Description:
Bug 21226: DB Changes
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2018-08-16 11:51:57 UTC
Size:
3.42 KB
patch
obsolete
>From d886347e14cd2194625be043a760ef4ea53ec607 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 15 Aug 2018 11:36:21 -0300 >Subject: [PATCH] Bug 21226: DB Changes > >Remove prefs OCLCAffiliateID, XISBN and XISBNDailyLimit > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > installer/data/mysql/atomicupdate/bug_21226.sql | 3 +++ > installer/data/mysql/sysprefs.sql | 3 --- > 2 files changed, 3 insertions(+), 3 deletions(-) > create mode 100644 installer/data/mysql/atomicupdate/bug_21226.sql > >diff --git a/installer/data/mysql/atomicupdate/bug_21226.sql b/installer/data/mysql/atomicupdate/bug_21226.sql >new file mode 100644 >index 0000000000..19e0937b29 >--- /dev/null >+++ b/installer/data/mysql/atomicupdate/bug_21226.sql >@@ -0,0 +1,3 @@ >+DELETE FROM systempreferences where variable="OCLCAffiliateID"; >+DELETE FROM systempreferences where variable="XISBN"; >+DELETE FROM systempreferences where variable="XISBNDailyLimit"; >diff --git a/installer/data/mysql/sysprefs.sql b/installer/data/mysql/sysprefs.sql >index 4a62a26bb4..0e39905434 100644 >--- a/installer/data/mysql/sysprefs.sql >+++ b/installer/data/mysql/sysprefs.sql >@@ -309,7 +309,6 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` > ('OAI-PMH:ConfFile','',NULL,'If empty, Koha OAI Server operates in normal mode, otherwise it operates in extended mode.','File'), > ('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'), > ('OAI-PMH:MaxCount','50',NULL,'OAI-PMH maximum number of records by answer to ListRecords and ListIdentifiers queries','Integer'), >-('OCLCAffiliateID','','','Use with FRBRizeEditions and XISBN. You can sign up for an AffiliateID here: http://www.worldcat.org/wcpa/do/AffiliateUserServices?method=initSelfRegister','free'), > ('OPACAcquisitionDetails','0','','Show the acquisition details at the OPAC','YesNo'), > ('OpacAddMastheadLibraryPulldown','0','','Adds a pulldown menu to select the library to search on the opac masthead.','YesNo'), > ('OpacAdvSearchMoreOptions','pubdate,itemtype,language,subtype,sorting,location','Show search options for the expanded view (More options)','pubdate|itemtype|language|subtype|sorting|location','multiple'), >@@ -611,8 +610,6 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` > ('WebBasedSelfCheck','0',NULL,'If ON, enables the web-based self-check system','YesNo'), > ('WhenLostChargeReplacementFee','1',NULL,'If ON, Charge the replacement price when a patron loses an item.','YesNo'), > ('WhenLostForgiveFine','0',NULL,'If ON, Forgives the fines on an item when it is lost.','YesNo'), >-('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'), >-('XISBNDailyLimit','999','','The xISBN Web service is free for non-commercial use when usage does not exceed 1000 requests per day','Integer'), > ('XSLTDetailsDisplay','default','','Enable XSL stylesheet control over details page display on intranet','Free'), > ('XSLTListsDisplay','default','','Enable XSLT stylesheet control over lists pages display on intranet','Free'), > ('XSLTResultsDisplay','default','','Enable XSL stylesheet control over results page display on intranet','Free'), >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 21226
:
77827
|
77828
|
77829
|
77830
|
77831
|
77832
|
77833
|
77834
|
77836
|
77902
|
77903
|
77904
|
77918
|
77919