You are here: Foswiki>Tasks Web>Item9761 (29 Sep 2010, IngoKappler)Edit Attach

Item9761: Extension installation results inserts template stuff into results

pencil
Priority: Urgent
Current State: Closed
Released In: 1.1.0
Target Release: minor
Applies To: Engine
Component: configure
Branches:
Reported By: GeorgeClark
Waiting For:
Last Change By: IngoKappler
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.

1.1.0beta-configure in Konqueror3.5.9.png

-- 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
 

ItemTemplate edit

Summary Extension installation results inserts template stuff into results
ReportedBy GeorgeClark
Codebase 1.1.0 beta1, trunk
SVN Range
AppliesTo Engine
Component configure
Priority Urgent
CurrentState Closed
WaitingFor
Checkins distro:54cac0175005 distro:0e3b1b0ba796
TargetRelease minor
ReleasedIn 1.1.0
I Attachment Action Size Date Who Comment
1.1.0beta-configure_in_Konqueror3.5.9.pngpng 1.1.0beta-configure_in_Konqueror3.5.9.png manage 67 K 29 Sep 2010 - 14:04 IngoKappler Configure not completely shown in Konqueror 3.5.9 (KDE 3.5.10)
Topic revision: r8 - 29 Sep 2010, IngoKappler
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy