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

(-)a/installer/data/mysql/atomicupdate/bug_26079-add_UseAuthority008AsAuthType_syspref.sql (+1 lines)
Line 0 Link Here
1
INSERT IGNORE INTO systempreferences (variable, value, options, explanation, type) VALUES ('UseAuthority008AsAuthType', '0', NULL, 'If enabled all new authority records will be loaded into the default authority type and the 008 positions 14-16 will be used as the authoritative authority type', 'YesNo');
(-)a/installer/data/mysql/sysprefs.sql (+1 lines)
Lines 666-671 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
666
('UploadPurgeTemporaryFilesDays','',NULL,'If not empty, number of days used when automatically deleting temporary uploads','integer'),
666
('UploadPurgeTemporaryFilesDays','',NULL,'If not empty, number of days used when automatically deleting temporary uploads','integer'),
667
('uppercasesurnames','0',NULL,'If ON, surnames are converted to upper case in patron entry form','YesNo'),
667
('uppercasesurnames','0',NULL,'If ON, surnames are converted to upper case in patron entry form','YesNo'),
668
('URLLinkText','',NULL,'Text to display as the link anchor in the OPAC','free'),
668
('URLLinkText','',NULL,'Text to display as the link anchor in the OPAC','free'),
669
('UseAuthority008AsAuthType', '0', NULL, 'If enabled all new authority records will be loaded into the default authority type and the 008 positions 14-16 will be used as the authoritative authority type', 'YesNo'),
669
('UsageStats', 2, NULL, 'Share anonymous usage data on the Hea Koha community website.', 'YesNo'),
670
('UsageStats', 2, NULL, 'Share anonymous usage data on the Hea Koha community website.', 'YesNo'),
670
('UsageStatsCountry', '', NULL, 'The country where your library is located, to be shown on the Hea Koha community website', 'Choice'),
671
('UsageStatsCountry', '', NULL, 'The country where your library is located, to be shown on the Hea Koha community website', 'Choice'),
671
('UsageStatsID', '', NULL, 'This preference is part of Koha but it should not be deleted or updated manually.',  'Free'),
672
('UsageStatsID', '', NULL, 'This preference is part of Koha but it should not be deleted or updated manually.',  'Free'),
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/authorities.pref (-2 / +7 lines)
Lines 63-69 Authorities: Link Here
63
                  "loose": loose
63
                  "loose": loose
64
                  "strict": strict
64
                  "strict": strict
65
            - mode. In strict mode subfields that are not found in the authority record, are deleted. Loose mode will keep them. Loose mode is the historical behavior and still the default.
65
            - mode. In strict mode subfields that are not found in the authority record, are deleted. Loose mode will keep them. Loose mode is the historical behavior and still the default.
66
66
        -
67
            - pref: UseAuthority008AsAuthType
68
              default: no
69
              choices:
70
                  yes: "Enable"
71
                  no: "Disable"
72
            - If enabled all new authority records will be loaded into the default authority type and the 008 positions 14-16 will be used as the authoritative authority type.
67
    Linker:
73
    Linker:
68
        -
74
        -
69
            - Use the
75
            - Use the
70
- 

Return to bug 26079