--
TWiki:Main/PeterThoeny
- 2010-07-13
This is the implementation for
Item6520 report.
Test case:
Patch:
--- lib/TWiki/Plugins/InterwikiPlugin.pm (revision 19210)
+++ lib/TWiki/Plugins/InterwikiPlugin.pm (working copy)
@@ -51,7 +51,7 @@
);
$VERSION = '$Rev$';
-$RELEASE = '2010-06-23';
+$RELEASE = '2010-07-12';
BEGIN {
# 'Use locale' for internationalisation of Perl sorting and searching -
@@ -77,7 +77,7 @@
my $man = TWiki::Func::getRegularExpression('mixedAlphaNum');
my $ua = TWiki::Func::getRegularExpression('upperAlpha');
$sitePattern = "([$ua][$man]+)";
- $pagePattern = "([${man}_\/][$man" . '\.\/\+\_\,\&\;\:\=\!\?\%\#\@\-]*?)';
+ $pagePattern = "([${man}\_\~\%\/][$man" . '\.\/\+\_\~\,\&\;\:\=\!\?\%\#\@\-]*?)';
# Get plugin preferences from InterwikiPlugin topic
$interLinkFormat =
SVN trunk and 5.0 branches are updated;
TWiki:Plugins.InterwikiPlugin
package updated as well.
--
TWiki:Main.PeterThoeny
- 2010-07-13
"(" and ")" in the URL are causing the same issue
--
TWiki:Main.RobertLaufer
- 2010-07-13