Tags:
create new tag
view all tags

Question

I'm trying to generate a table showing active plugins with associated versions, and I've had a hack at using the ForEachPlugin (awsome plugin Mangus!).

I've run across something I don't get: the following is supposed to render as a table of all active plugins with versions. Instead it is a single row - any ideas what I've done wrong?

%FOREACH{"plugin" in="%ACTIVATEDPLUGINS%" }%
| TWiki.$plugin | %PLUGINVERSION{$plugin}% | TWikiPlugVer:$plugin |
%NEXT{"plugin"}%
Where:
 TWikiPlugVer is http://twiki.org/cgi-bin/view/Plugins/$page#Plugin_Info     

What I want:

SpreadSheetPlugin 1.016 TWikiPlugVer:SpreadSheetPlugin
AliasPlugin 1.1 TWikiPlugVer:AliasPlugin
CommentPlugin 3.003 TWikiPlugVer:CommentPlugin
DirectedGraphPlugin 1.201 TWikiPlugVer:DirectedGraphPlugin
... ... ...

Instead it shows:

TWiki.TWiki.DefaultPlugin, SpreadSheetPlugin, ... 0 TWikiPlugVer:TWiki.DefaultPlugin, SpreadSheetPlugin, ...

Ref:

Environment

-- PaulWatson - 04 Dec 2005

Answer

ALERT! If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.

You mean like at InstalledPlugins ?

-- AntonAylward - 04 Dec 2005

Sort of, that doesn't show versions for me. I've added an example of what I'm looking for.

-- PaulWatson - 04 Dec 2005

Maybe you need Dakar. It does show revisions.

-- AntonAylward - 04 Dec 2005

Edit | Attach | Watch | Print version | History: r5 < r4 < r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r5 - 2005-12-12 - PaulWatson
 
  • Learn about TWiki  
  • Download TWiki
This site is powered by the TWiki collaboration platform Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.