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

(-)a/installer/data/mysql/atomicupdate/13068_DevUpdateControl.sql (+1 lines)
Line 0 Link Here
1
INSERT INTO systempreferences (variable, value, options, explanation, type) VALUES ('DevUpdateControl','PROD','PROD|RESET|ALWAYS|TRACK','Controls how development updates from atomicupdate folder are handled','Choice');
(-)a/installer/data/mysql/sysprefs.sql (+1 lines)
Lines 99-104 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
99
('defaultSortField','relevance','relevance|popularity|call_number|pubdate|acqdate|title|author','Specify the default field used for sorting','Choice'),
99
('defaultSortField','relevance','relevance|popularity|call_number|pubdate|acqdate|title|author','Specify the default field used for sorting','Choice'),
100
('defaultSortOrder','dsc','asc|dsc|az|za','Specify the default sort order','Choice'),
100
('defaultSortOrder','dsc','asc|dsc|az|za','Specify the default sort order','Choice'),
101
('delimiter',';',';|tabulation|,|/|\\|#||','Define the default separator character for exporting reports','Choice'),
101
('delimiter',';',';|tabulation|,|/|\\|#||','Define the default separator character for exporting reports','Choice'),
102
('DevUpdateControl','PROD','PROD|RESET|ALWAYS|TRACK','Controls how development updates from atomicupdate folder are handled','Choice'),
102
('Display856uAsImage','OFF','OFF|Details|Results|Both','Display the URI in the 856u field as an image, the corresponding Staff Client XSLT option must be on','Choice'),
103
('Display856uAsImage','OFF','OFF|Details|Results|Both','Display the URI in the 856u field as an image, the corresponding Staff Client XSLT option must be on','Choice'),
103
('DisplayClearScreenButton','0','','If set to ON, a clear screen button will appear on the circulation page.','YesNo'),
104
('DisplayClearScreenButton','0','','If set to ON, a clear screen button will appear on the circulation page.','YesNo'),
104
('displayFacetCount','0',NULL,NULL,'YesNo'),
105
('displayFacetCount','0',NULL,NULL,'YesNo'),
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref (-1 / +10 lines)
Lines 50-55 Administration: Link Here
50
                  yes: Allow
50
                  yes: Allow
51
                  no: "Don't allow"
51
                  no: "Don't allow"
52
            - staff and patrons to create and view saved lists of books.
52
            - staff and patrons to create and view saved lists of books.
53
        -
54
            - pref: DevUpdateControl
55
              default: "PROD"
56
              choices:
57
                  "PROD": "Only install official database revisions (PROD mode)"
58
                  "RESET": "After an official database revision, reinstall all development updates (RESET mode)"
59
                  "ALWAYS": "When upgrading, reinstall all development updates (ALWAYS mode)"
60
                  "TRACK": "Do not reinstall applied development updates (TRACK mode)"
61
            - "from the atomicupdate folder of the installer.<br/>"
62
            - "NOTE: The PROD mode is (obviously) for production use, the other options are for developers. The list of recently installed development updates is saved in the local syspref _LocalAtomicUpdates (when using RESET or TRACK mode)."
53
    Login options:
63
    Login options:
54
        -
64
        -
55
            - Automatically log out users after
65
            - Automatically log out users after
56
- 

Return to bug 13068