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.
Relative textile links not converted to full URLs in emails (Bug #739)
Description
Relative textile links of the form foo
aren't converted to full URLs when included in emails.
Associated revisions
Adds a Reply link to each issue note (#739). Reply is pre-filled with the quoted note.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1480 e93f8b46-1217-0410-a6f0-8f06a7374b81
[#739] Convert relative links to full links in textile
Textile doesn't "understand" :only_path => false and thus doesn't convert links of the form
"foo":/bar
to full URLs, this is done in a subsequent method akin to the wiki_lins and so on
History
Updated by Felix Schäfer at 2011-11-30 07:46 am
And the example link was meant to show:
"foo":/bar
Updated by Felix Schäfer at 2011-11-30 08:07 am
See pull 135 for a fix for that (though supporting the url_for/link_to things in the mailer feels like a hack :-/ ).
- (deleted custom field) set to master
- Status changed from Open to Ready for review
Updated by Felix Schäfer at 2012-03-15 11:49 pm
Committed in 20eed68
- Target version set to 3.1.0
- Status changed from Ready for review to Closed