Project

General

Custom queries



Profile

Actions

Defect #9252

closed

Regression: application title escaped 2 times

Added by Etienne Massip over 13 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Toshi MARUYAMA
Category:
Code cleanup/refactoring
Target version:
Start date:
2011-09-15
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

Since of r6350, ApplicationHelper#html_title returns an HTML escaped string, but the base layout escape it again.

As a result, if you are watching issue which Subject field value is something like:

"error.log" is empty

You'll get this string in your browser title bar:

Redmine - Issues #1234: "error.log" is empty

Related issues

Related to Redmine - Feature #4796: Rails 3 supportClosedJean-Philippe Lang2010-02-10

Actions

Added by Toshi MARUYAMA over 13 years ago

Revision 7246 (diff)

backed out r6350 (#9252, #4796)

HTML escape at app/helpers/application_helper.rb

Added by Toshi MARUYAMA over 13 years ago

Revision 7247 (diff)

HTML escape at link_to_revision() of app/helpers/application_helper.rb (#9252)

Added by Toshi MARUYAMA over 13 years ago

Revision 7248 (diff)

HTML escape at parse_wiki_links() of app/helpers/application_helper.rb (#9252)

Added by Toshi MARUYAMA over 13 years ago

Revision 7249 (diff)

HTML escape at parse_redmine_links() of app/helpers/application_helper.rb (#9252)

Added by Toshi MARUYAMA over 13 years ago

Revision 7250 (diff)

HTML escape at context_menu_link() of app/helpers/application_helper.rb (#9252)

Added by Etienne Massip over 13 years ago

Revision 7565 (diff)

Remove unecessary page title HTML escaping from views (#9252).

Actions

Also available in: Atom PDF