| Summary: | Csv Importer plugin doesn't detect badly formatted date | ||
|---|---|---|---|
| Product: | [Applications] kmymoney | Reporter: | allan <agander93> |
| Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | SVN | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
allan
2011-08-04 23:05:52 UTC
The release is planned for 8. August. If you can apply the fix sooner than that, it should be OK. SVN commit 1245148 by allananderson: BUG:279410 Part of the date validation detects an embedded space, treats it as a date field separator and replaces it with a '/' character. If the actual date is prefixed or suffixed with a space, that too is converted to a separator and an invalid date is detected and flagged, causing the import to fail. M +1 -1 convdate.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1245148 |