Question
There are incorrect Links in the distribution on the
TWikiRegistration topic.
It says at the top:
.... ChangePasswords ... ResetPasswords ...
but there are only the topics
ChangePassword and
ResetPassword.
The trailing 's' gets ignored on TWiki.org, but not in the standard distribution.
How come?
- TWiki version: 01Feb2003
- Perl version:
- Web server & version:
- Server OS:
- Web browser & version:
- Client OS:
--
MartinRaabe - 11 Feb 2003
Answer
Check the
$doPluralToSingular setting in your TWiki.cfg file. It should be set to 1 by default; setting it to zero will cause the problems you mention.
--
WalterMundt - 11 Feb 2003
If you have
I18N turned on and a non-English locale, there is a bug that causes this - see
BuiltinWebPluralisationWithI18N.
--
RichardDonkin - 14 Feb 2003
Now fixed in
TWikiAlphaRelease - the nightly build will pick up this fix, or you can apply patch from
BuiltinWebPluralisationWithI18N to
TWiki.pm.
--
RichardDonkin - 16 Feb 2003