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 have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list 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

 
Topic revision: r5 - 2005-12-12 - PaulWatson
 
Twitter Delicious Facebook Digg Google Bookmarks E-mail LinkedIn Reddit StumbleUpon    
  • Download TWiki
TWiki logo Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2012 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.