The testcases test_moveTopic and test_getrevinfo fail.
However, more test cases
should indicate failure since
according to my first debugging attempts every call to
TWiki::Func::saveTopicText must fail: This function calls
checkAccessPermission without supplying
$meta as a parameter, so all following parameters are misinterpreted.
From
TWiki/Func.pm:
$session->{security}->checkAccessPermission( 'change',
$session->{user}, undef,
$topic, $web )
From
TWiki/Access.pm:
my( $this, $mode, $user, $text, $meta, $topic, $web ) = @_;
I
guess TWiki::Func::saveTopicText should be fixed?
Yep, thx.
CC
Closed in 4.0.5
KJL