Defect #10822
migrate_from_trac fails to convert some wiki links properly
| Status: | New | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | Importers | |||
| Target version: | - | |||
| Affected version: | 1.4.1 | Resolution: |
Description
Migration of trac wiki pages fails to convert some wiki links properly
trac version 0.12.2
redmine version 1.4.1
# format of the lines. Trac markup => Produced markup >> Expected markup # Wiki page links with spaces in custom text. [MyWikiPage Custom Text Here] => [MyWikiPage Custom Text Here] >> [[MyWikiPage|Custom Text Here]] # milestone links with custom text. [milestone:12w16 12w16] => [version:12w04 12w04] >> version:12w01 or [milestone:12w16 12w16] => [version:12w04 12w04] >> version:12w01 12w04 # cross project wiki links [otherproj:MyWikiPage page on other project wiki] => [otherproj:MyWikiPage page on other project wiki] >> [[otherproj:MyWikiPage page on other project wiki]] #child page links (parent page is ParentPage, the child page name is sensibly generated already, parent-child relations are not preserved but that's out of scope for this defect) [./StandUp standup] => [./StandUp standup] >> [[ParentPageStandUp|standup]]