Been in SVN for a while, now its released properly.
--
AndrewRJones - 12 Sep 2008
The notification feature does not work on my 4.2.0 Wiki on Windows XP. I'm using Apache authentication, not the TWiki Template but I've set up myself as a
TwikiUser with the form and email in the form. Still no joy. Any ideas?
--
DavidPontzer - 01 Oct 2008
What work would it require to get this to work with 4.1.2?
--
PadraigLennon - 01 Oct 2008
David, I have replied in your support topic
Support.ApprovalPluginNotificationNotWorking.
Padraig, to get it working with 4.1 I think all you would need to do is replace any
Func calls in the plugin that are not listed here:
TWiki04x01.TWikiFuncDotPm.
This shouldn't take long, I had a quick look and I think it is only the following:
-
TWiki::Func::isGroup
-
TWiki::Func::isGroupMember
-
TWiki::Func::isAnAdmin (might already have support for using 4.1)
You would probably need to replace these with calls to the Core. There might well be others that I have missed. There might also be other problems that don't relate to Func, but I can't think of any at the moment.
Unfortunatly I don't have time to look into this, but if you can modify the plugin to work on 4.1 and 4.2 please submit your changes back and I will take them into a new release.
--
AndrewRJones - 02 Oct 2008