Modify ↓
#22074 closed enhancement (fixed)
[Patch] Make opening hours parsing more lenient in strict mode
Reported by: | SimonPoole | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 22.05 |
Component: | Core | Version: | |
Keywords: | opening_hours | Cc: |
Description
See the attached patch.
Attachments (2)
Change History (8)
Changed 13 months ago by
Attachment: | 0001-Disable-time-strict-mode.patch added |
---|
comment:1 Changed 13 months ago by
Changed 13 months ago by
Attachment: | 22074.patch added |
---|
Add advanced preference setting to enable/disable lenient mode
comment:2 Changed 13 months ago by
Keywords: | opening_hours added |
---|---|
Summary: | Make opening hours parsing more lienent in strict mode → Make opening hours parsing more lenient in strict mode |
comment:3 Changed 13 months ago by
Summary: | Make opening hours parsing more lenient in strict mode → [Patch] Make opening hours parsing more lenient in strict mode |
---|
comment:4 Changed 13 months ago by
There is already a preference for strict / non-strict mode overall, I don't see much value in adding a further pref for a sub-variant of the strict mode. In particular, depending on feedback, the option might go away in a future version in any case.
comment:6 Changed 5 months ago by
Milestone: | → 22.05 |
---|
Note: See
TracTickets for help on using
tickets.
Stupid question:
Can you think of any reason to pass
true
in toOpeningHoursParser#rules(boolean, boolean)
?If so, I'd prefer to have a preference setting that users can override.