--- ** [tickets:#7150] Handle importing from older Trac formats** **Status:** open **Labels:** trac import **Created:** Fri Feb 07, 2014 03:56 PM UTC by Dave Brondsema **Last Updated:** Fri Feb 07, 2014 03:56 PM UTC **Owner:** nobody E.g. trac 0.10.3 on http://www.spamboard.net/wiki/TitleIndex requires: - CONTENT_DIV_ATTRS = {'class': 'wikipage searchable'} + CONTENT_DIV_ATTRS = {'class': 'wikipage'} (And with that, may require stripping the `<div id='searchable'>` that is within the wikipage. Also `def page_list` needs to use the href instead of the text of each link. It'll need to strip off the base URL portion. --- 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.
