- Issue created by @fox mulder
- 🇬🇧United Kingdom aaron.ferris
aaron.ferris → made their first commit to this issue’s fork.
- Merge request !9048Issue #3464019: allow carriage returns in revision log message → (Open) created by aaron.ferris
- 🇬🇧United Kingdom aaron.ferris
Seems the revision log message does contain carriage returns, but they're being removed - possibly by Twig?
How about something like the attached MR, if we want to do this of course (and we are talking about
/r/n
).Example revision log message:
This/r/nshould/r/nbe /r/non/r/nmultiple/r/nlines
- 🇬🇧United Kingdom aaron.ferris
aaron.ferris → changed the visibility of the branch 3464019-newlines-in-revision to hidden.
- Status changed to Postponed: needs info
25 days ago 2:06am 31 March 2025 - 🇦🇺Australia acbramley
Tagging for UX review as this has quite a large effect on the display of the Revisions page.
We'd also want to make the same changes in the generic revision UI (VersionHistoryController::getRevisionDescription) if we want to go ahead with this.
Another option would be to turn this into a real theme function (rather than an inline_template) that could be preprocessed/overridden to give projects an easy way to alter it themselves.