Defect #1256
redmine:migrate_from_trac doesn't convert milestone content to textile
| Status: | New | Start date: | 2008-05-19 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Importers | |||
| Target version: | - | |||
| Affected version: | 0.7.1 | Resolution: |
Description
While Redmine Trac converts wiki pages to Redmine textile markup, it doesn't take care of Milestones.
Trac enables to fill milestone records with data with the same markup of the main wiki.
The result is that if I browse versions in my Redmine installation I see raw Trac data.
History
Updated by Simone Carletti over 3 years ago
- File 1256.patch added
I'm going to attach a patch for this issue, but I've just noticed that description field in Redmine Version model is just simple text and doesn't allow textile markup.
Is it a choice or simply this feature has not been planned before?
Updated by Artem Vasiliev over 3 years ago
Simone Carletti wrote:
I'm going to attach a patch for this issue, but I've just noticed that description field in Redmine Version model is just simple text and doesn't allow textile markup.
Is it a choice or simply this feature has not been planned before?
I faced just the same problem today, here's a patch if you didn't implement it yet ;) - #1680