From: asko <ask...@ku...> - 2006-01-10 08:12:52
|
Reini Urban wrote: > There's a new plugin called WikiAdminMarkup, which does just this. > But there's the action page missing. > Create the page PhpWikiAdministration/Markup and set it to > <?plugin WikiAdminMarkup ?> Hi Reini, thank you for your answer. WikiAdminMarkup currently seems to set the page type to new markup, but without converting data. For the archive, I managed to accomplish what i needed, replacing the line "$text = $current->getPackedContent();" in lib/plugin/WikiAdminMarkup.php with $text = ConvertOldMarkup($current->getPackedContent()); It did the trick. Maybe the WikiAdminMarkup plugin should have a button, whether to convert the data or not.. -- asko |