Fix two-digit year formats issue: do not allow by default
ClosedPublic

Authored by staniek on Jan 7 2019, 9:57 AM.

Details

Summary

BUG:378481

Test Plan

KEXI branch 378481-date-entry (against 3.2). KEI frameworks branchs: 3.2.

  1. Run "LC_TIME=en_US kexi-3.2", open test db from https://bugs.kde.org/show_bug.cgi?id=369518

Expected:
Years are 4 digits now in tables and forms. On the output INFO message says as explained at https://bugs.kde.org/show_bug.cgi?id=378481#c5.
Data entry works based on this new year format. Changes are properly saved to db.
Display output e.g. in queries and reports follow this format too.

  1. Set kexirc to

[General]
AllowTwoDigitYearFormats=true

And restart KEXI and open the same db.

Expected: original behavior: two-digit years.

Diff Detail

Repository
R71 Kexi
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
staniek created this revision.Jan 7 2019, 9:57 AM
Restricted Application added a project: KEXI. · View Herald TranscriptJan 7 2019, 9:57 AM
Restricted Application added a subscriber: Kexi-Devel-list. · View Herald Transcript
staniek requested review of this revision.Jan 7 2019, 9:57 AM
staniek edited the test plan for this revision. (Show Details)Jan 7 2019, 9:59 AM
staniek added a reviewer: pino.
staniek retitled this revision from Fix two-digit year formats issue: not allow by default to Fix two-digit year formats issue: do not allow by default.
pino removed a reviewer: pino.Jan 7 2019, 10:07 AM
piggz accepted this revision.Jan 11 2019, 12:04 PM
This revision is now accepted and ready to land.Jan 11 2019, 12:04 PM
This revision was automatically updated to reflect the committed changes.