> Unfortunately David had no time to investigate this further, no logs.
>
> I re-enabled now the main wiki and the demo wiki with default
> dba - db4, and will check it during the day.
> Maybe the new ajax (Wikiwyg) editor went crazy?
>
>
Really ?
However there is just one server call to switch from Wikitext mode to
Wysiwyg mode.
The conversion is done by the file "lib/WikiToHtml.php" and the function
is just :
require_once("lib/BlockParser.php");
$xmlcontent = TransformText($this->_wikitext, 2.0,
$this->_request->getArg('pagename'));
$this->_html = $xmlcontent->AsXML();
Do you think it could be a problem ?
Jean-Nicolas.
|