Defect #32770
Text formating on Redmine Home page does not work
Status: | Needs feedback | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Text formatting | |||
Target version: | - | |||
Resolution: | Affected version: | 4.1.0 |
Description
On Home page following text formatting is not working anymore (was working in 3.4.4)
something *%{color:red}something%* something...
It gets displayed as plain text.
This still works in other places e.g. project overview.
Environment: Redmine version 4.1.0.stable Ruby version 2.5.7-p206 (2019-10-01) [x64-mingw32] Rails version 5.2.4.1 Environment production Database adapter Mysql2 Mailer queue ActiveJob::QueueAdapters::AsyncAdapter Mailer delivery smtp SCM: Subversion 1.11.1 Git 2.19.1 Filesystem Redmine plugins: no plugin installed
History
#1
Updated by Marius BALTEANU about 3 years ago
- File home.png added
- Status changed from New to Needs feedback
- Assignee set to Sebastian Paluch
Where did you input that text?
In Home page, I tried 2 scenarios:
1. Set as "Welcome text" and it works.
2. Set as News summary and it doesn't work.
It will be helpful to provide the steps to reproduce the problem.
#2
Updated by Sebastian Paluch about 3 years ago
Sorry, I was not precise in this issue.
The exact text entered in "Welcome text" is:
Jump to "*%{color:red}Redmine help project%*":/redmine/projects/redmineusers/wiki and follow the guides...
This results with following text being displayed on the Home page:
Jump to *%{color:red}Redmine help project%* and follow the guides...
It seems that the link makes the difference.
#3
Updated by Marius BALTEANU about 3 years ago
- File 3.4.12.png added
- File trunk.png added
- File new_text.png added
Indeed, in Redmine 3.4.12, the following text
Jump to "*%{color:red}Redmine help project%*":/redmine/projects/redmineusers/wiki and follow the guides...
is rendered as:

where "Redmine help project" links to "redmine/projects/redmineusers/wiki".
In current trunk, the same text is rendered as:
but if you change the text to
Jump to *"{color:red}Redmine help project":/redmine/projects/redmineusers/wiki* and follow the guides
or
Jump to *%"{color:red}Redmine help project%*":/redmine/projects/redmineusers/wiki and follow the guides...
then is rendered as expected:

I'm not sure why the old format doesn't work anymore, but I've added Go Maeda as watcher, he knows better the Textile formatting.
#4
Updated by Marius BALTEANU almost 3 years ago
- Assignee changed from Sebastian Paluch to Go MAEDA
Go Maeda, do you have any clue about this issue?