Patch #2023
Migration from Trac to Redmine import of highlighting code is not correct
| Status: | Closed | Start date: | 2008-10-11 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 100% |
|
| Category: | Importers | |||
| Target version: | 0.8 |
Description
During the migration from Trac to Redmine it happen that structures with things like
this
{{{
#!java
...
}}}were not correctly converted.
They have to be converted into the following structure:
1<pre><code class="java">
2Java Code.
3</code></pre>
or other highlighting were not correctly converted.
Related issues
History
#1 Updated by Karl Heinz Marbaise over 3 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
#2 Updated by Jean-Philippe Lang over 3 years ago
- Status changed from Resolved to Closed
Committed in r2011.
