Someone needs to take ownership of this: I no longer use SiteMinder for authentication and as promised on SiteMinderPluginDev intend to obsolete it. Yet I appreciate that it offers unique functionality. Unless the TWiki.pm hack can be incorporated into a hook this should be reclassified as an AddOnPackage anyway. -- MartinCleaver - 25 Nov 2004
PeerPlugin causes TWiki to fail (Can't call method "disconnect" on an undefined value at ../lib/TWiki/Plugins/PeerPlugin/Review.pm line 27.)
Plugins.Notificationplugin causes fail on save (Undefined subroutine &TWiki::formatGmTime called at ../lib/TWiki/Plugins/NotificationPlugin.pm line 234.)
BatchUploadPlugin doesn't compile: Illegal character in prototype for TWiki::Plugins::BatchUploadPlugin::beforeAttachmentSaveHandler : $attrHashRef,$topic,$web at ../lib/TWiki/Plugins/BatchUploadPlugin.pm line 91.
Will check, worked for me before under 5.6.1 -- MartinCleaver - 25 Nov 2004
FormFieldsPlugin doesn't compile: Found = in conditional, should be == at ./lib/TWiki/Plugins/FormFieldsPlugin.pm line 260 (#2)
FormPivotPlugin has problems: "my" variable $title masks earlier declaration in same scope at ./lib/TWiki/Plugins/FormPivotPlugin.pm line 165 (#3)
TodaysVisitorsPlugin - configure the $TWIKILIBPATH var in lib/TWiki/Plugins/TodaysVisitorsPlugin.pm - configure the $LOGPATH var in lib/todaysvisitors.sh
TWikiDrawPlugin - mostly ok; Template file twikidraw.tmpl not found or template directory /home/groups/t/tw/twikiplugins/twiki/templates not found.
BugzillaQueryPlugin - can't test - says "can't connect to database", which is true for the default install
CalendarPlugin - Can't continue after import errors at ../lib/TWiki/Plugins/CalendarPlugin.pm line 240 BEGIN failed--compilation aborted at ../lib/TWiki/Plugins/CalendarPlugin.pm line 240.
DiskUsagePlugin - Illegal division by zero at ../lib/TWiki/Plugins/DiskUsagePlugin.pm line 158.
IncludeRevisionPlugin - co: /home/groups/g/gd/gdutree/twiki/data/1/RCS/3.txt,v: No such file or directory
JavaDocPlugin doesn't compile: Unmatched right curly bracket at ../lib/TWiki/Plugins/JavaDocPlugin.pm line 119, at end of line. The distribution also looks dodgy (it has a tmp directory at the install root level)
LaTeXToMathMLPlugin - page rendered inside page, no math to be seen - don't know if it's a problem with this plugin, or an interaction with another one
MathModePlugin - Not enough arguments for mkdir at ../lib/TWiki/Plugins/MathModePlugin.pm line 193, near "$path )
IrcLogPlugindoesn't initialise (the plugin topic is zipped in the distro), and when unzipped doesn't compile (Unrecognized character \x1F at ../lib/TWiki/Plugins/IrcLogPlugin.pm line 1)
Assuming these are automated tests, can we automate generation of a set of read-only topics - one per extension - and then include them at the top of the dev topics? -- MartinCleaver - 25 Nov 2004
Big assumption. My tests are not automated; TBH I don't know how you would automate them. -- CrawfordCurrie - 25 Nov 2004
CrawfordCurrie, WillNorris