discourse/plugins/discourse-calendar/lib/discourse_post_event
Gabriel Grubba 9dc7064af1
FIX: Events should not lose their multiline formatting (#40277)
## Summary

This patch fixes a regression where event descriptions lost their
multiline formatting by ensuring newline characters are converted to
<br> tags in the server-generated description_html. It updates the
linkify_description utility to handle both URL linkification and line
break preservation, ensuring the UI correctly renders multiline text.

## Source

- Patch Triage: https://patch.discourse.org/patch-triage/886
- Original commit: 

---

🤖 Auto-generated from the patch diff via Patch Triage. Review carefully
before merging.

Co-authored-by: discourse-patch-triage
<272280883+discourse-patch-triage[bot]@users.noreply.github.com>
2026-05-25 18:08:18 -03:00
..
engine.rb
event_finder.rb FIX: Upcoming Events filter count (#38769) 2026-03-23 09:16:32 -05:00
event_parser.rb FIX: Events should not lose their multiline formatting (#40277) 2026-05-25 18:08:18 -03:00
event_validator.rb
export_csv_controller_extension.rb
export_csv_file_extension.rb
post_extension.rb DEV: Enable Style/RedundantSelf rubocop rule (#40098) 2026-05-19 19:27:45 +02:00
rrule_configurator.rb FIX: removes support for include_expired param (#34582) 2025-08-28 14:37:45 +02:00
rrule_generator.rb FIX: maintain wall clock time between DST transitions (#35833) 2025-11-07 13:25:56 +01:00
web_hook_extension.rb FEAT: add images to post event events (#38643) 2026-04-13 09:45:06 -05:00