Patch #2023

Migration from Trac to Redmine import of highlighting code is not correct

Added by Karl Heinz Marbaise over 3 years ago. Updated over 3 years ago.

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.

migration.patch - The patch to fix the behaviour. (1.5 kB) Magnifier Karl Heinz Marbaise, 2008-10-11 20:28


Related issues

related to Patch #2050: Summarization of #1949, #1950 and #2023 Closed 2008-10-19
related to Patch #2114: Fixed Bugs in Importer Area New

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.

Also available in: Atom PDF