>From the looks of it, the whole `link_processing` method should go away, for
>the same reasons you removed the `short_link_ticket_pattern` part of it;
>right? Moreover, `link_processing` is trac-specific so we don't want it in
>our generic `import_support.py` logic anyway.
---
** [tickets:#6610] Convert trac syntax better**
**Status:** in-progress
**Labels:** trac import
**Created:** Tue Aug 27, 2013 06:45 PM UTC by Dave Brondsema
**Last Updated:** Thu Oct 24, 2013 05:28 PM UTC
**Owner:** Tim Van Steenburgh
The Trac ticket export/import process doesn't handle the following syntax
correctly:
* headings e.g. `== NOTE ==`
* preformatted blocks, using `{{{ ... }}}` -- this does seem to come through OK
in comments, presumably because we're converting those differently
* lists that have no blank line preceding them, e.g. `blah blah\n* foo\n* bar`
* https://sourceforge.net/apps/trac/gfarm/ticket/594#comment:5 gets a `\n`
incorrectly introduced between "merged into" and "2.6 branch"
* `----` for a horizontal line becomes a markdown heading if there is no blank
line before it
* special characters that Markdown might interpret need to be escaped. Simple
example: `foo <a b c> bar` Perhaps helpers.plain2markdown() will help.
* Make sure external links like `[http://google.com test]` work (I'm not sure)
These are the issues I noticed - look through the Trac syntax reference to see
if there are more.
---
Sent from sourceforge.net because [email protected] is subscribed
to https://sourceforge.net/p/allura/tickets/
To unsubscribe from further messages, a project admin can change settings at
https://sourceforge.net/p/allura/admin/tickets/options. Or, if this is a
mailing list, you can unsubscribe from the mailing list.