Project

General

Profile

Actions

Patch #27024

closed

Links on custom field values don't have "external" class

Added by Go MAEDA over 6 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Custom fields
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:

Description

Textile and Markdown formatter in Redmine adds "external" class to a element when rendering links to an external site. Here is an exmaple:

Textile:

"Redmine":http://www.redmine.org/

Rendered HTML:

<a class="external" href="http://www.redmine.org/">

Although those formatters adds "external" class like as above, links on custom field values, which can be configured in "Link values to URL" of custom fields, don't have "external" class. I am in trouble with this behavior because I use UI theme that provides JavaScript code which opens external link in a new browser window (please see https://github.com/farend/redmine_theme_farend_basic/blob/master/javascripts/theme.js#L3).

I think that links on custom field should have "external" class for consistency and convenience. Attaching a patch to fix this.


Files

Actions #1

Updated by Go MAEDA over 6 years ago

  • File deleted (add-external-class-to-cf-link.diff)
Actions #2

Updated by Go MAEDA over 6 years ago

Sorry, replaced the patch. The previous patch contained irrelevant codes.

Actions #3

Updated by Toshi MARUYAMA over 6 years ago

  • Target version set to 4.1.0
Actions #4

Updated by Takenori TAKAKI over 6 years ago

LGTM :)
I tested Go MAEDA's patch on the Latest trunk@17038.

Actions #5

Updated by Go MAEDA over 6 years ago

Attaching an updated patch. Fixed test failure.

Failure:
Redmine::ListFieldFormatTest#test_field_with_url_pattern_and_multiple_values_should_link_values [test/unit/lib/redmine/field_format/list_format_test.rb:141]:
--- expected
+++ actual
@@ -1 +1 @@
-"<a class=\"external\" href=\"http://localhost/bar\">bar</a>, <a href=\"http://localhost/foo\">foo</a>" 
+"<a class=\"external\" href=\"http://localhost/bar\">bar</a>, <a class=\"external\" href=\"http://localhost/foo\">foo</a>" 

bin/rails test test/unit/lib/redmine/field_format/list_format_test.rb:138
Actions #6

Updated by Go MAEDA about 6 years ago

  • Status changed from New to Closed
  • Assignee set to Go MAEDA
  • Target version changed from 4.1.0 to 4.0.0

Committed.

Actions

Also available in: Atom PDF