Feature #7725
Implement Input Parser subsystem
| Status: | Resolved | Start date: | ||
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Karol Gusak | % Done: | 100% |
|
| Category: | I18n | |||
| Target version: | TYPO3 Flow Base Distribution - 1.0 alpha 11 | |||
| PHP Version: | Complexity: | |||
| Has patch: | ||||
| Votes: | 0 |
Description
Input Parser is a class which parses user's input based on locale used by him / her, and converts it to the internal representation of a value (number, date, time, currency).
Problems like currency conversion or timezone need to be taken into account.
Additional classes for FLOW3 Validation subsystem will be implemented, and they will use Input Parser's API.
Associated revisions
[+FEATURE] FLOW3 (I18n): Numbers, date and time parsers added with basic functionality. Relates to #7725.
[~TASK] FLOW3 (I18n): Minor changes in CLDR Readers and in Formatters.
[~TASK] FLOW3 (I18n): Minor name changes in Parsers. Relates to #7725.
[+FEATURE] FLOW3 (I18n): Added lenient parsing for NumberParser. Relates to #7725.
[+FEATURE] FLOW3 (I18n): Added lenient parsing for DatetimeParser. Relates to #7725.
History
Updated by Karol Gusak almost 3 years ago
- Status changed from New to Accepted
Updated by Karol Gusak almost 3 years ago
- % Done changed from 0 to 50
Updated by Karol Gusak almost 3 years ago
- Status changed from Accepted to Resolved
- % Done changed from 50 to 100
Updated by Karsten Dambekalns almost 3 years ago
- Target version set to 1.0 alpha 11