https://bugs.kde.org/show_bug.cgi?id=378481
Jarosław Staniek <stan...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Latest Commit| |https://commits.kde.org/kex | |i/0928be1075aa424f9c208844d | |e6f9c54329b4375 --- Comment #7 from Jarosław Staniek <stan...@kde.org> --- Git commit 0928be1075aa424f9c208844de6f9c54329b4375 by Jaroslaw Staniek. Committed on 07/01/2019 at 09:57. Pushed by staniek into branch '378481-date-entry'. Fix two-digit year formats issue: not allow by default Summary: BUG:378481 Test Plan: 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. 2. Set kexirc to [General] AllowTwoDigitYearFormats=true And restart KEXI and open the same db. Expected: original behavior: two-digit years. Reviewers: piggz Subscribers: Kexi-Devel-list Tags: #kexi Differential Revision: https://phabricator.kde.org/D18035 M +8 -0 src/doc/dev/settings.txt M +51 -7 src/widget/utils/kexidatetimeformatter.cpp https://commits.kde.org/kexi/0928be1075aa424f9c208844de6f9c54329b4375 -- You are receiving this mail because: You are watching all bug changes.