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 lastseen;
1
ALTER TABLE borrowers ADD overdrive_auth_token text default NULL AFTER lastseen;
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 383-388 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
383
('OpenLibraryCovers','0',NULL,'If ON Openlibrary book covers will be show','YesNo'),
383
('OpenLibraryCovers','0',NULL,'If ON Openlibrary book covers will be show','YesNo'),
384
('OpenLibrarySearch','0',NULL,'If Yes Open Library search results will show in OPAC','YesNo'),
384
('OpenLibrarySearch','0',NULL,'If Yes Open Library search results will show in OPAC','YesNo'),
385
('OrderPdfFormat','pdfformat::layout3pages','Controls what script is used for printing (basketgroups)','','free'),
385
('OrderPdfFormat','pdfformat::layout3pages','Controls what script is used for printing (basketgroups)','','free'),
386
('OverDriveCirculation','0','Enable client to see their OverDrive account','','YesNo'),
386
('OverDriveClientKey','','Client key for OverDrive integration','30','Free'),
387
('OverDriveClientKey','','Client key for OverDrive integration','30','Free'),
387
('OverDriveClientSecret','','Client key for OverDrive integration','30','YesNo'),
388
('OverDriveClientSecret','','Client key for OverDrive integration','30','YesNo'),
388
('OverDriveLibraryID','','Library ID for OverDrive integration','','Integer'),
389
('OverDriveLibraryID','','Library ID for OverDrive integration','','Integer'),
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced_content.pref (-1 / +9 lines)
Lines 363-368 Enhanced Content: Link Here
363
            - "Show items from the OverDrive catalog of library #"
363
            - "Show items from the OverDrive catalog of library #"
364
            - pref: OverDriveLibraryID
364
            - pref: OverDriveLibraryID
365
            - .
365
            - .
366
        -
367
            - pref: OverDriveCirculation
368
              choices:
369
                  yes: Enable
370
                  no: "Don't enable"
371
            - users to access their OverDrive circulation history, and circulate items.
372
            - If you enable access, you must register auth return url of
373
            - http(s)://my.opac.hostname/cgi-bin/koha/external/overdrive/auth.pl
374
            - with OverDrive.
366
    Coce Cover images cache:
375
    Coce Cover images cache:
367
        -
376
        -
368
            - pref: Coce
377
            - pref: Coce
369
- 

Return to bug 16034