Changes between Initial Version and Version 1 of Ticket #35998
- Timestamp:
- Dec 11, 2024, 7:41:39 AM (7 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35998
- Property Owner set to
- Property Triage Stage Unreviewed → Accepted
- Property Status new → assigned
- Property Version 5.1 → dev
-
Ticket #35998 – Description
initial v1 1 `urlize` will check s every word for whether it is a url (and then updates the url to be a html link)1 `urlize` will check every word for whether it is a url (and then updates the url to be a html link). 2 2 We can add some form of caching so that it doesn't repeat the checks on the same "word" 3 3