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

(-)a/installer/data/mysql/atomicupdate/bug_20197.sql (+1 lines)
Line 0 Link Here
1
UPDATE systempreferences SET options='metric|us|iso|dmydot|rfc3339' WHERE variable='dateformat';
(-)a/installer/data/mysql/sysprefs.sql (-1 / +1 lines)
Lines 119-125 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
119
('CronjobLog','0',NULL,'If ON, log information from cron jobs.','YesNo'),
119
('CronjobLog','0',NULL,'If ON, log information from cron jobs.','YesNo'),
120
('CumulativeRestrictionPeriods',0,NULL,'Cumulate the restriction periods instead of keeping the highest','YesNo'),
120
('CumulativeRestrictionPeriods',0,NULL,'Cumulate the restriction periods instead of keeping the highest','YesNo'),
121
('CurrencyFormat','US','US|FR|CH','Determines the display format of currencies. eg: \'36000\' is displayed as \'360 000,00\'  in \'FR\' or \'360,000.00\'  in \'US\'.','Choice'),
121
('CurrencyFormat','US','US|FR|CH','Determines the display format of currencies. eg: \'36000\' is displayed as \'360 000,00\'  in \'FR\' or \'360,000.00\'  in \'US\'.','Choice'),
122
('dateformat','us','metric|us|iso|dmydot','Define global date format (us mm/dd/yyyy, metric dd/mm/yyy, ISO yyyy-mm-dd, dmydot dd.mm.yyyy)','Choice'),
122
('dateformat','us','metric|us|iso|dmydot|rfc3339','Define global date format (us mm/dd/yyyy, metric dd/mm/yyy, ISO yyyy-mm-dd [24 hour only] , dmydot dd.mm.yyyy, rfc3339 yyyy-mm-dd)','Choice'),
123
('DebugLevel','2','0|1|2','Define the level of debugging information sent to the browser when errors are encountered (set to 0 in production). 0=none, 1=some, 2=most','Choice'),
123
('DebugLevel','2','0|1|2','Define the level of debugging information sent to the browser when errors are encountered (set to 0 in production). 0=none, 1=some, 2=most','Choice'),
124
('decreaseLoanHighHolds',NULL,'','Decreases the loan period for items with number of holds above the threshold specified in decreaseLoanHighHoldsValue','YesNo'),
124
('decreaseLoanHighHolds',NULL,'','Decreases the loan period for items with number of holds above the threshold specified in decreaseLoanHighHoldsValue','YesNo'),
125
('decreaseLoanHighHoldsControl', 'static', 'static|dynamic', "Chooses between static and dynamic high holds checking", 'Choice'),
125
('decreaseLoanHighHoldsControl', 'static', 'static|dynamic', "Chooses between static and dynamic high holds checking", 'Choice'),
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/i18n_l10n.pref (-1 / +2 lines)
Lines 8-14 I18N/L10N: Link Here
8
              metric: dd/mm/yyyy
8
              metric: dd/mm/yyyy
9
              dmydot: dd.mm.yyyy
9
              dmydot: dd.mm.yyyy
10
              iso: yyyy-mm-dd
10
              iso: yyyy-mm-dd
11
              rfc3339: yyyy-mm-dd
11
        - . <b>Note:</b> Do not change this preference on a production server with overdue items that are accruing fines. Doing so will result in duplicate fines!
12
        - . <b>Note:</b> Do not change this preference on a production server with overdue items that are accruing fines. Doing so will result in duplicate fines!
13
        - . ISO dateformats should be 24 hour time formats only.
12
    -
14
    -
13
        - Format times in
15
        - Format times in
14
        - pref: TimeFormat
16
        - pref: TimeFormat
15
- 

Return to bug 20197