ChiliProject is not maintained anymore. Please be advised that there will be no more updates.
We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.
Mailaddresses to Umlautdomains will be not render correct in Chili (Bug #726)
Description
Example:
http://tänzerhemden.de | http://taenzerhemden.de | www.tänzerhemden.de | www.taenzerhemden.de
but
info@tänzerhemden.de vs. info@taenzerhemden.de
These are all valid and full Sites and addresses.
History
Updated by Alf Gaida at 2011-11-22 07:50 am
Affected Version: Current stable.
Updated by Holger Just at 2011-12-18 05:32 pm
The culprit is in source:lib/redmine/wiki_formatting/textile/formatter.rb#L102.
Rails used to have an auto_link method in ActionView::Helpers::TextHelper
but it was removed in Rails 3.1. There exists a replacement for Rails >= 3.1 in the form of rails_autolink.
Until we are on Rails 3.1, we should use the auto_link
method of action_view and later swith to the mentioned gem.
- Category set to Text formatting
- Affected version set to 2.5.0