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

(-)a/installer/data/mysql/atomicupdate/overdrive.sql (+3 lines)
Line 1 Link Here
1
ALTER TABLE borrowers ADD overdrive_auth_token text default NULL AFTER privacy_guarantor_checkouts;
1
ALTER TABLE borrowers ADD overdrive_auth_token text default NULL AFTER privacy_guarantor_checkouts;
2
3
INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type)
4
VALUES ('OverDriveCirculation','0','Enable client to see their OverDrive account','','YesNo');
(-)a/installer/data/mysql/sysprefs.sql (+1 lines)
Lines 358-363 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
358
('OpenLibraryCovers','0',NULL,'If ON Openlibrary book covers will be show','YesNo'),
358
('OpenLibraryCovers','0',NULL,'If ON Openlibrary book covers will be show','YesNo'),
359
('OpenLibrarySearch','0',NULL,'If Yes Open Library search results will show in OPAC','YesNo'),
359
('OpenLibrarySearch','0',NULL,'If Yes Open Library search results will show in OPAC','YesNo'),
360
('OrderPdfFormat','pdfformat::layout3pages','Controls what script is used for printing (basketgroups)','','free'),
360
('OrderPdfFormat','pdfformat::layout3pages','Controls what script is used for printing (basketgroups)','','free'),
361
('OverDriveCirculation','0','Enable client to see their OverDrive account','','YesNo'),
361
('OverDriveClientKey','','Client key for OverDrive integration','30','Free'),
362
('OverDriveClientKey','','Client key for OverDrive integration','30','Free'),
362
('OverDriveClientSecret','','Client key for OverDrive integration','30','YesNo'),
363
('OverDriveClientSecret','','Client key for OverDrive integration','30','YesNo'),
363
('OverDriveLibraryID','','Library ID for OverDrive integration','','Integer'),
364
('OverDriveLibraryID','','Library ID for OverDrive integration','','Integer'),
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced_content.pref (-1 / +9 lines)
Lines 349-354 Enhanced Content: Link Here
349
            - "Show items from the OverDrive catalog of library #"
349
            - "Show items from the OverDrive catalog of library #"
350
            - pref: OverDriveLibraryID
350
            - pref: OverDriveLibraryID
351
            - .
351
            - .
352
        -
353
            - pref: OverDriveCirculation
354
              choices:
355
                  yes: Enable
356
                  no: "Don't enable"
357
            - users to access their OverDrive circulation history, and circulate items.
358
            - If you enable access, you must register auth return url of
359
            - http(s)://my.opac.hostname/cgi-bin/koha/external/overdrive/auth.pl
360
            - with OverDrive.
352
    Coce Cover images cache:
361
    Coce Cover images cache:
353
        -
362
        -
354
            - pref: Coce
363
            - pref: Coce
355
- 

Return to bug 16034