Item9761: Extension installation results inserts template stuff into results
Priority: Urgent
Current State: Closed
Released In: 1.1.0
Target Release: minor
Applies To: Engine
Component: configure
Branches:
Extension installation results displays:
<#if messages??>
${messages}
At the top of the page. Where is this coming from?
--
GeorgeClark - 29 Sep 2010
It seems a template text is not parsed. I don't know where this happens for the extension installer...
This is how a template is called and parsed in
bin/configure
:
my $html =
Foswiki::Configure::UI::getTemplateParser()->readTemplate('pagebegin');
$html .= $contentTemplate;
$html .=
Foswiki::Configure::UI::getTemplateParser()->readTemplate('pageend');
Foswiki::Configure::UI::getTemplateParser()->parse(
$html,
{
'time' => $time,
'formAction' => $scriptName,
}
);
Foswiki::Configure::UI::getTemplateParser()->cleanupTemplateResidues($html);
print $html;
Would be nice if these things were easier to test.
--
ArthurClemens - 29 Sep 2010
Please see attached picture, it doesn't look fixed for me while I am now on revision 9427.
--
IngoKappler - 29 Sep 2010
It appears that the configure Javascript is not compatible with konqueor. It's better with 4.5.5 than with 3.5.9 (Debian Lenny). But still not working. On 4.5.5 the main content "disappears" when clicking any of the horizontal tabs, such as in Extensions, or Security.
This is an unrelated problem.
--
GeorgeClark - 29 Sep 2010
This unrelated problem moved to
Item9764.
--
IngoKappler - 29 Sep 201