Patch #1287
Importing from trac : some wiki links are messed
| Status: | Closed | Start: | 2008-05-22 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | Jean-Philippe Lang | % Done: | 100% |
|
| Category: | Importers | |||
| Target version: | 0.7.2 | |||
Description
Trac most common wiki links syntax is :
[ wiki:pageName Go to page name ]
It should be converted in textile to :[ [ pageName|Go to page name ] ]
but is currently converted to :
[ [ pageName ] ]
which is a loss of information.
Attached patch fixes the issue.
PS : notice the space voluntary introduced to be able to past textile syntax here. I can't find any way to escape it, < pre > does not work at least, nor < code >
Associated revisions
Trac importer: improves wiki link conversion (#1287).