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

(-)a/installer/data/mysql/atomicupdate/oneclickdigital.sql (+4 lines)
Line 0 Link Here
1
INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type)
2
VALUES ('OneClickDigitalClientSecret','','30','Client key for OneClickDigital integration','YesNo'),
3
       ('OneClickDigitalLibraryID','','','Library ID for OneClickDigital integration','Integer'),
4
       ('OneClickDigitalDomain','','','OneClickDigital domain','Free');
(-)a/installer/data/mysql/sysprefs.sql (+3 lines)
Lines 196-201 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
196
('IndependentBranches','0',NULL,'If ON, increases security between libraries','YesNo'),
196
('IndependentBranches','0',NULL,'If ON, increases security between libraries','YesNo'),
197
('IndependentBranchesPatronModifications','0', NULL, 'Show only modification request for the logged in branch','YesNo'),
197
('IndependentBranchesPatronModifications','0', NULL, 'Show only modification request for the logged in branch','YesNo'),
198
('IntranetCatalogSearchPulldown','0', NULL, 'Show a search field pulldown for \"Search the catalog\" boxes','YesNo'),
198
('IntranetCatalogSearchPulldown','0', NULL, 'Show a search field pulldown for \"Search the catalog\" boxes','YesNo'),
199
('OneClickDigitalClientSecret','','30','Client key for OneClickDigital integration','YesNo'),
200
('OneClickDigitalDomain','','','OneClickDigital domain','Free'),
201
('OneClickDigitalLibraryID','','','Library ID for OneClickDigital integration','Integer'),
199
('OnSiteCheckouts','0','','Enable/Disable the on-site checkouts feature','YesNo'),
202
('OnSiteCheckouts','0','','Enable/Disable the on-site checkouts feature','YesNo'),
200
('OnSiteCheckoutsForce','0','','Enable/Disable the on-site for all cases (Even if a user is debarred, etc.)','YesNo'),
203
('OnSiteCheckoutsForce','0','','Enable/Disable the on-site for all cases (Even if a user is debarred, etc.)','YesNo'),
201
('InProcessingToShelvingCart','0','','If set, when any item with a location code of PROC is \'checked in\', it\'s location code will be changed to CART.','YesNo'),
204
('InProcessingToShelvingCart','0','','If set, when any item with a location code of PROC is \'checked in\', it\'s location code will be changed to CART.','YesNo'),
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced_content.pref (-1 / +13 lines)
Lines 372-377 Enhanced Content: Link Here
372
            - If you enable access, you must register auth return url of
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
373
            - http(s)://my.opac.hostname/cgi-bin/koha/external/overdrive/auth.pl
374
            - with OverDrive.
374
            - with OverDrive.
375
    OneClickDigital:
376
        -
377
            - Include OneClickDigital availability information with the client secret
378
            - pref: OneClickDigitalClientSecret
379
            - .
380
        -
381
            - "Show items from the OneClickDigital catalog of library #"
382
            - pref: OneClickDigitalLibraryID
383
            - .
384
        -
385
            - OneClickDigital domain
386
            - pref: OneClickDigitalDomain
387
            - . For production it should probably be left blank - it will take the default value of oneclickdigital.com. Set appropriately in testing environments.
375
    Coce Cover images cache:
388
    Coce Cover images cache:
376
        -
389
        -
377
            - pref: Coce
390
            - pref: Coce
378
- 

Return to bug 17602