= Description = ## Please read this page. Lines prefixed with ## such as this one are comments, ## you can remove them (except for those after the "Plan" section.) ## Please follow the instructions given in those comments and the text. ## After creating the bug page, please subscribe to it! We may have questions ## that only you can answer, and if you get email when your bug changes it'll ## be much faster to get it fixed since you can answer the questions! The migration script (1.5 -> 1.8) does not correctly convert notes links to the new link format. == Steps to reproduce == 1. Start with 1.5 wiki content containing notes links 2. Run the content through the migration script 3. Observe that notes links no longer render correctly on the page == Component selection == ## Where you think is this bug happening ? (general, plugin [plugin name], theme [theme name], ... * general == Workaround == ## How to deal with the bug until it is fixed * I just updated links manually once migration is complete but our wiki is still fairly small. = Discussion = * dreimark on irc suggested adding "notes" to url_schemas on line 32 of text_moin158_wiki.py (!) While that would help for notes links, there could be also all sorts of other link protocols. Thus, it has to be checked whether the migration scripts can read this from the wiki configuration, so it could work for every user-specific type of link (notes links were not part of 1.5 standard configuration). = Plan = ## This part is for Moin``Moin developers: * Priority: * Assigned to: * Status: ---- ## If you are a moin core developer, replace the category to Category* in these cases: ## Category MoinMoinNoBug - if this is not a bug. ## Category MoinMoinBugConfirmed - if you can confirm the bug on current code. ## Category MoinMoinBugFixed - after the bug is fixed in current code. CategoryMoinMoinBug