diff -u -r Plugins.orig/Xp/ShowIterationTerse.pm Plugins/Xp/ShowIterationTerse.pm --- Plugins.orig/Xp/ShowIterationTerse.pm 2004-09-09 12:46:55.000000000 +0200 +++ Plugins/Xp/ShowIterationTerse.pm 2004-09-09 11:18:19.000000000 +0200 @@ -43,11 +43,11 @@ sub xpShowIterationTerse { my ($iterationName,$web) = @_; - # append "create new story" form my $list = &TWiki::Plugins::Xp::HtmlUtil::emmitTwikiHeader(3,"Iteration summary"); - $list .= TWiki::Plugins::XpTrackerPlugin::xpCreateHtmlForm("NewnameStory", "XpStoryTemplate", "Create new story in this iteration"); + $list .= "\n"; $list .= ""; $list .= ""; $list .= ""; @@ -103,11 +103,10 @@ $list .= ""; $list .= "
Story   
"; - # dump summary information into a comment for extraction by xpShowTeamIterations $list .= "\n\n"; - + # append "create new story" form $list .= TWiki::Plugins::XpTrackerPlugin::xpCreateHtmlForm("NewnameStory", "XpStoryTemplate", "Create new story in this iteration"); diff -u -r Plugins.orig/Xp/ShowVelocities.pm Plugins/Xp/ShowVelocities.pm --- Plugins.orig/Xp/ShowVelocities.pm 2004-09-09 12:46:55.000000000 +0200 +++ Plugins/Xp/ShowVelocities.pm 2004-09-09 09:41:13.000000000 +0200 @@ -84,6 +84,7 @@ # Show the list $list .= "\n"; $list .= ""; $list .= ""; #$list .= ""; @@ -126,7 +127,6 @@ #$list .= ""; #$list .= ""; $list .= "
Who".$totalTRemaining."
"; - return $list; } diff -u -r Plugins.orig/XpTrackerPlugin.pm Plugins/XpTrackerPlugin.pm --- Plugins.orig/XpTrackerPlugin.pm 2004-09-09 12:46:55.000000000 +0200 +++ Plugins/XpTrackerPlugin.pm 2004-09-09 12:58:36.000000000 +0200 @@ -43,7 +43,7 @@ use vars qw ( @timeRec ); -$VERSION = '3.200'; +$VERSION = '3.201'; $debug=0; @@ -653,6 +653,9 @@ #&TWiki::Store::lockTopic( $theTopic, "on" ); #TWiki::Func::setTopicEditLock( $web,$theTopic, 1 ); + #TFP 2004-09-08: Fixes problems with new topics being locked by TWikiGuest + TWiki::Func::setTopicEditLock( $web,$theTopic, 0 ); + }