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

Item5974: Action Tracker table formatting does not work

Item Form Data

AppliesTo: Component: Priority: CurrentState: WaitingFor: TargetRelease ReleasedIn
Extension ActionTrackerPlugin Urgent New   n/a  

Edit Form Data

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

Detail

Action Tracker Search

There is no table formatting any more since TWiki Version 4.2.2.

   %ACTIONSEARCH{ who="Main.CulUser" header="| *Verantwortlicher* | *Aufgabe* |*Faellig am*| *Status* |" format="|$who|$text|$due|$state|" }%

-- TWiki:Main/WolfMarbach - 02 Sep 2008

I can't reproduce this. For example, the following works for me on 4.2.2 & 4.2.3:

   %ACTIONSEARCH{state="closed" topic="%TOPIC%" header="|Closed|Due date|Description|(edit)|" format="| $closed | $due | $text |  $edit  |"}% 

I'm using plugin version 16778 (07 May 2008). Which one do you have?

-- TWiki:Main.SeanCMorgan - 18 Sep 2008

I use TWiki 4.2 and NatSkin and it still doesn't work for me!

-- TWiki:Main.WolfMarbach - 19 Sep 2008

I have a similar issue. The table created by ACTIONSEARCH has the wrong layout because the table has the wrong class. It should be atpSearch but is twikiFormTable.

This is on TWiki TWiki-4.2.4, Sat, 06 Dec 2008, build 17773 with plugin version 16778 (07 May 2008).

-- TWiki:Main.TobiasVonDerKrone - 08 Jan 2009

In the Format.pm file in line 273 there is hardcoded:

my $text = CGI::start_table( {class => 'twikiFormTable' }, $a );
but shouldn't it be
my $text = CGI::start_table( $a );
?

Also there is Item5938.

-- TWiki:Main.TobiasVonDerKrone - 13 Jan 2009

There's a work-around in TWiki:Support.SID-00449.

-- TWiki:Main.SeanCMorgan - 17 Aug 2009

I see problems in formatting when the separators in the format do not have an extra space around them. For instance, when the format is "|$who|", then the output is "Main.UserName" whereas, when the format is "| $who |", then the output is "UserName".

-- TWiki:Main.DavidMasterson - 20 May 2010

ItemTemplate
Summary Action Tracker table formatting does not work
ReportedBy TWiki:Main.WolfMarbach
Codebase 4.2.2, 4.2.4
SVN Range TWiki-5.0.0, Mon, 18 Aug 2008, build 17431
AppliesTo Extension
Component ActionTrackerPlugin
Priority Urgent
CurrentState New
WaitingFor

Checkins

TargetRelease n/a
ReleasedIn

Edit | Attach | Watch | Print version | History: r11 < r10 < r9 < r8 < r7 | Backlinks | Raw View |  Raw edit | More topic actions
Topic revision: r11 - 2010-05-20 - DavidMasterson
 
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