view script accepts both Web/Topic pairs separated by dot and by slash like it is now (this is not the same GoToShouldAllowWebToBeSpecified ).
This would allow the consistent notation TWiki:Codev.AllowDotInTWikiUrls to point to TWiki pages around the world ...
(Are you ready for TWikiWorldDomination?
)
Implementation: just a pair of lines somewhere:
$url =~ s|\.|/|go ; $url =~ s|//|/|go ;-- AndreaSterbini - 15 Nov 2001 What doesn't work currently Andrea? (Sorry, I broke your lock. You appear to be not releasing on any of them) -- MartinCleaver - 15 Nov 2001 AFAIK this works, so I don't know why we keep this. Maybe there's an issue with InterwikiPlugin? Setting it to FeatureDone.