Feature #5250
closedCustom Fields may allow full text transformation
0%
Description
It would be interesting to allow administrators to define custom fields that transform the input in a link. That would be quite useful to link to another external resource.
Related issues
Updated by Emmanuel Charpentier over 14 years ago
- % Done changed from 0 to 20
Here is a way to turn all custom fields into textiled fields:
[source:trunk/app/helpers/issues_helper.rb#L82], change simple_format_without_paragraph
into textilizable
.
This displays all custom fields as wiki fields.
Making it optional is probably more complex... But having it for all should be all right, at least as a start, no?
Updated by Jean-Baptiste Henry over 14 years ago
Hi, i have the same demand.
But in the 0.9.3 version, the source of issues_helper.rb is not the same at all.
I can't find simple_format_without_paragraph.
I've search in all helpers files:
Search "simple_format_without_paragraph" (2 hits in 2 files) \apps\redmine\app\helpers\wiki_helper.rb (1 hits) Line 54: simple_format_without_paragraph(words.join(' ')) \apps\redmine\app\helpers\application_helper.rb (1 hits) Line 475: def simple_format_without_paragraph(text)
Updated by Eric Davis over 14 years ago
- Category set to Custom fields
- Status changed from New to 7
- Assignee set to Eric Davis
- % Done changed from 20 to 0
I've been working on a few ideas to do this. I'm hoping to get it to a point where plugins can add their own.
Here's a prototype plugin where I'm working on for this exact problem: http://github.com/edavis10/redmine_url_custom_field
Updated by Jean-Baptiste Henry over 14 years ago
I'm glad you've found another way to do this.
I am impatient to see the result.
Updated by Andriy Lesyuk almost 13 years ago
Another plugin from me: http://projects.andriylesyuk.com/projects/redmine-fields
Updated by Anton Argirov about 12 years ago
Check also my plugin for this functionality:
http://redmine.academ.org/projects/redmine/wiki/Textilizable_Custom_Fields_plug-in
Updated by Jean-Philippe Lang almost 12 years ago
- Status changed from 7 to New
Assigned issue with no assignee back to New status.
Updated by Jean-Philippe Lang about 11 years ago
- Related to Feature #1358: Link_to for Custom Field added
Updated by Jean-Philippe Lang about 11 years ago
- Status changed from New to Closed
- Resolution set to Duplicate
See #1358.