Typo in regexp for getDayFromText #133

Closed
opened 2025-11-01 20:48:15 -05:00 by GiteaMirror · 3 comments
Owner

Originally created by @ozuzo on GitHub (Apr 11, 2023).

Description

The regexp used to find dates in task descriptions has a small typo: it starts with ($| ) instead of (^| ) making it impossible to have dates at the beginning of the description.

Vikunja Frontend Version

Latest version

Vikunja API Version

n/a

Browser and version

No response

Can you reproduce the bug on the Vikunja demo site?

Yes

Screenshots

No response

Originally created by @ozuzo on GitHub (Apr 11, 2023). ### Description The regexp used to find dates in task descriptions has a small typo: it starts with ($| ) instead of (^| ) making it impossible to have dates at the beginning of the description. ### Vikunja Frontend Version Latest version ### Vikunja API Version n/a ### Browser and version _No response_ ### Can you reproduce the bug on the Vikunja demo site? Yes ### Screenshots _No response_
GiteaMirror added the bug label 2025-11-01 20:48:15 -05:00
Author
Owner

@dpschen commented on GitHub (Apr 11, 2023):

@kolaente fixed in 35a52ef01b correct?

@dpschen commented on GitHub (Apr 11, 2023): @kolaente fixed in https://kolaente.dev/vikunja/frontend/commit/35a52ef01b7b0b30b618bcd1f2a9f29aea27a86c correct?
Author
Owner

@ozuzo commented on GitHub (Apr 12, 2023):

Yes, thanks!

@ozuzo commented on GitHub (Apr 12, 2023): Yes, thanks!
Author
Owner

@kolaente commented on GitHub (Apr 12, 2023):

@dpschen Yes, looks like the mirror bot didn't work, hence this issue was not automatically closed.

@kolaente commented on GitHub (Apr 12, 2023): @dpschen Yes, looks like the mirror bot didn't work, hence this issue was not automatically closed.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#133