• Do not register here on develop.twiki.org, login with your twiki.org account.
• Use View topic Item7848 for generic doc work for TWiki-6.1.1. Use View topic Item7851 for doc work on extensions that are not part of a release. More... Close
• Anything you create or change in standard webs (Main, TWiki, Sandbox etc) will be automatically reverted on every SVN update.
Does this site look broken?. Use the LitterTray web for test cases.

Item5720: ActionTracker edit window is blank in version 16778 (07 May 2008)

Item Form Data

AppliesTo: Component: Priority: CurrentState: WaitingFor: TargetRelease ReleasedIn
Extension ActionTrackerPlugin Enhancement Waiting for Feedback TWiki:Main.SeanCMorgan patch  

Edit Form Data

Summary:
Reported By:
Codebase:
Applies To:
Component:
Priority:
Current State:
Waiting For:
Target Release:
Released In:
 

Detail

Two users have confirmed this problem with plugin version 16778 (07 May 2008). See TWiki:Support/ActionTrackerPluginSkinProblemOnEdit.

-- TWiki:Main/SeanCMorgan - 19 Jun 2008

I have just installed the plugin on 4.2.0 and the action edit screen is not blank; it works fine. More details required, please, including a testcase and details of your environment.

-- CrawfordCurrie - 03 Aug 2008

I can confirm installing the current plugin version on 4.1.2. The edit page is nearly blank because the edit.action.tmpl is nearly empty exactly as shown at TWiki:Support/ActionTrackerPluginSkinProblemOnEdit by TWiki:Main.SeanCMorgan on 18 Jun 2008 - logo, copyright.

%TMPL:INCLUDE{"twiki"}%
%TMPL:DEF{"copyright"}%%TMPL:END%
%TMPL:DEF{"main"}%
%UNENCODED_TEXT%
%TMPL:END%

Replacing the contents of edit.action.tmpl with the suggested content from an older version fixes the problem.

<head>
 <title> %WIKITOOLNAME%.%WEB%.%TOPIC%</title>
 <meta http-equiv="Content-Type" content="text/html; charset=%CHARSET%" />
 <meta name="robots" content="noindex" />
 %HTTP_EQUIV_ON_EDIT%
 <meta http-equiv="Expires" content="0" />
 <meta http-equiv="Pragma" content="no-cache" />
 <meta http-equiv="Cache-Control" content="no-cache" />
 <style type="text/css" media="all">
@import url('%PUBURL%/%SYSTEMWEB%/TWikiTemplates/base.css');
@import url('%PUBURL%/%SYSTEMWEB%/TWikiTemplates/default.css');
 </style>
</script>
</head>
<body>
%UNENCODED_TEXT%
</body>
</html>

Perhaps that simple template is sufficient in later twiki versions, but it is a real bug. So a test case would be to replace your edit.action.tmpl with the short one and then hit the edit link from an action.

-- TWiki:Main.AaronPeterson - 23 Jan 2009

I have this problem, running TWIki 4.1.1 on Solaris 10 with SKIN = quickmenu,pattern, and Aaron's fix worked for me.

-- TWiki:Main.JohnWorsley - 29 Jan 2009

ItemTemplate
Summary ActionTracker edit window is blank in version 16778 (07 May 2008)
ReportedBy TWiki:Main.SeanCMorgan
Codebase 4.2.0
SVN Range TWiki-5.0.0, Sun, 01 Jun 2008, build 16865
AppliesTo Extension
Component ActionTrackerPlugin
Priority Enhancement
CurrentState Waiting for Feedback
WaitingFor TWiki:Main.SeanCMorgan
Checkins

TargetRelease patch
ReleasedIn

Edit | Attach | Watch | Print version | History: r4 < r3 < r2 < r1 | Backlinks | Raw View |  Raw edit | More topic actions
Topic revision: r4 - 2009-01-29 - JohnWorsley
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback