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

(-)a/installer/data/mysql/atomicupdate/Bug-35659.pl (-1 / +1 lines)
Lines 67-73 return { Link Here
67
        $dbh->do(
67
        $dbh->do(
68
            q{
68
            q{
69
            INSERT IGNORE INTO systempreferences (variable, value, options, explanation, type) VALUES
69
            INSERT IGNORE INTO systempreferences (variable, value, options, explanation, type) VALUES
70
            ('OAI-PMH:HarvestEmailReport','','','If set, a report email will be sent to this address after an OAI harvest','Free');
70
            ('OAI-PMH:HarvestEmailReport','','','After an OAI-PMH harvest, send a report email to the email address','Free');
71
        }
71
        }
72
        );
72
        );
73
        say $out "Added OAI-PMH:HarvestEmailReport system preference";
73
        say $out "Added OAI-PMH:HarvestEmailReport system preference";
(-)a/installer/data/mysql/mandatory/sysprefs.sql (-1 / +1 lines)
Lines 447-453 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
447
('OAI-PMH:AutoUpdateSetsEmbedItemData', '0', '', 'Embed item information when automatically updating OAI sets. Requires OAI-PMH:AutoUpdateSets syspref to be enabled', 'YesNo'),
447
('OAI-PMH:AutoUpdateSetsEmbedItemData', '0', '', 'Embed item information when automatically updating OAI sets. Requires OAI-PMH:AutoUpdateSets syspref to be enabled', 'YesNo'),
448
('OAI-PMH:ConfFile','',NULL,'If empty, Koha OAI Server operates in normal mode, otherwise it operates in extended mode.','File'),
448
('OAI-PMH:ConfFile','',NULL,'If empty, Koha OAI Server operates in normal mode, otherwise it operates in extended mode.','File'),
449
('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'),
449
('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'),
450
('OAI-PMH:HarvestEmailReport','','','If set, a report email will be sent to this address after an OAI harvest','Free'),
450
('OAI-PMH:HarvestEmailReport','','','After an OAI-PMH harvest, send a report email to the email address','Free'),
451
('OAI-PMH:MaxCount','50',NULL,'OAI-PMH maximum number of records by answer to ListRecords and ListIdentifiers queries','Integer'),
451
('OAI-PMH:MaxCount','50',NULL,'OAI-PMH maximum number of records by answer to ListRecords and ListIdentifiers queries','Integer'),
452
('OnSiteCheckoutAutoCheck','0','','Enable/Do not enable onsite checkout by default if last checkout was an onsite checkout','YesNo'),
452
('OnSiteCheckoutAutoCheck','0','','Enable/Do not enable onsite checkout by default if last checkout was an onsite checkout','YesNo'),
453
('OnSiteCheckouts','0','','Enable/Disable the on-site checkouts feature','YesNo'),
453
('OnSiteCheckouts','0','','Enable/Disable the on-site checkouts feature','YesNo'),
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref (-2 / +2 lines)
Lines 92-100 Web services: Link Here
92
                  no: will never have any data in it (no)
92
                  no: will never have any data in it (no)
93
            - "."
93
            - "."
94
        -
94
        -
95
            - If set, a report email will be sent to this address after an OAI harvest
95
            - After an OAI-PMH harvest, send a report email to the email address
96
            - pref: "OAI-PMH:HarvestEmailReport"
96
            - pref: "OAI-PMH:HarvestEmailReport"
97
              class: Text
97
              class: Text
98
            - "."
98
99
99
    ILS-DI:
100
    ILS-DI:
100
        -
101
        -
101
- 

Return to bug 35659