[GH-ISSUE #145] Typo in regexp for getDayFromText #5928

Closed
opened 2026-04-20 16:23:06 -05:00 by GiteaMirror · 3 comments
Owner

Originally created by @ozuzo on GitHub (Apr 11, 2023).
Original GitHub issue: https://github.com/go-vikunja/vikunja/issues/145

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). Original GitHub issue: https://github.com/go-vikunja/vikunja/issues/145 ### 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 2026-04-20 16:23:06 -05:00
Author
Owner

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

@kolaente fixed in 35a52ef01b correct?

<!-- gh-comment-id:1934162988 --> @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!

<!-- gh-comment-id:1934162996 --> @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.

<!-- gh-comment-id:1934163002 --> @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#5928