feature request #9071
Implement formatter for TimePeriod, VerbatimTimePeriod and ExtendedTimePeriod
50%
Related issues
Associated revisions
ref #9071 use new partial formatting also in ExtendedTimePeriodPartialFormatter
ref #9071 use getTimePeriod instead of ExtendedTimePeriodPartialFormatter
ref #9071 remove ExtendedTimePeriodPartialFormatter which is no longer needed
- ExtendedTimePeriod.toString() should be enough
ref #9071 use toString() instead of getTimePeriod()
ref #9071 create TimePeriodFormatter and ExtendedTimePeriodFormatter and move toString methods
ref #9071 add additional ExtendedTimePeriodFormatter test
ref #9071 add formatter in ExtendedTimePeriod.toString
ref #9071 add formatter for VerbatimTimePeriod
ref #9071 use ExtendedTimePeriodFormatter in DescriptionHelper and improve formatting for CategoricalData
ref #9071 update MANIFEST.MF to include format.common package
ref #9071 improve with-month-name period parsing
fix #9071 fix incorrect formatting for empty but not null partials
ref #9071 add test for equal months to ExtendedTimePeriodFormatterTest
History
#1 Updated by Andreas Müller 10 months ago
- Copied from feature request #8990: Implement flowering periods (temporal facts) in TaxEditor added
#2 Updated by Andreas Müller 10 months ago
- Target version changed from Release 5.15 to Release 5.18
#3 Updated by Andreas Müller 10 months ago
- Subject changed from Implement an improved formatter for ExtendedTimePeriod to Implement formatter for TimePeriod, VerbatimTimePeriod and ExtendedTimePeriod
- Status changed from New to Resolved
- Assignee changed from Andreas Müller to Katja Luther
- % Done changed from 0 to 50
An ExtendedTimePeriodFormatter exists now. Details might be improved in future.
I implemented formatters for all 3 TimePeriod classes so I changed the subject of this ticket.
Please review.
#4 Updated by Andreas Müller 10 months ago
- Target version changed from Release 5.18 to Release 5.16
#5 Updated by Katja Luther 10 months ago
- Status changed from Resolved to Feedback
- Assignee changed from Katja Luther to Andreas Müller
#6 Updated by Katja Luther 10 months ago
- Status changed from Feedback to Resolved
- Assignee changed from Andreas Müller to Katja Luther
#7 Updated by Katja Luther 10 months ago
- File picture824-1.png View added
when deleting the end year (and no month and day was entered) a second "-" respectively a m-dash appears in the formated string
#8 Updated by Katja Luther 10 months ago
- Status changed from Resolved to Feedback
- Assignee changed from Katja Luther to Andreas Müller
#9 Updated by Andreas Müller 9 months ago
- Status changed from Feedback to Resolved
Applied in changeset cdmlib|2327c7599e20695ff913cf4289a70e0788ef9599.
#10 Updated by Andreas Müller 9 months ago
- Assignee changed from Andreas Müller to Katja Luther
This should be fixed now. Please review.