Changeset 8105
- Timestamp:
- 07/10/10 04:16:04 (23 months ago)
- Location:
- branches/Release01x00/InterwikiPlugin
- Files:
-
- 2 edited
-
data/System/InterwikiPlugin.txt (modified) (1 diff)
-
lib/Foswiki/Plugins/InterwikiPlugin.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/Release01x00/InterwikiPlugin/data/System/InterwikiPlugin.txt
r6708 r8105 52 52 | Release: | %$RELEASE% | 53 53 | Change History: | <!-- versions below in reverse order --> | 54 | 10 Mar2010: | =mod_perl= and =FastCGI= compatible |54 | 10 Jul 2010: | =mod_perl= and =FastCGI= compatible | 55 55 | 20 Sep 2009: | Version from 15 Apr now included with Foswiki 1.0.7. | 56 56 | 15 Apr 2009: | Foswiki:Main.CrawfordCurrie - removed plugin preferences from this topic | -
branches/Release01x00/InterwikiPlugin/lib/Foswiki/Plugins/InterwikiPlugin.pm
r6708 r8105 43 43 44 44 our $VERSION = '$Rev$'; 45 our $RELEASE = '10 Mar2010';45 our $RELEASE = '10 Jul 2010'; 46 46 our $NO_PREFS_IN_TOPIC = 1; 47 47 our $SHORTDESCRIPTION = … … 69 69 my $man = Foswiki::Func::getRegularExpression('mixedAlphaNum'); 70 70 my $ua = Foswiki::Func::getRegularExpression('upperAlpha'); 71 %interSiteTable = (); 71 72 $sitePattern = "([$ua][$man]+)"; 72 73 $pagePattern = "([${man}_\/][$man" . '\.\/\+\_\,\&\;\:\=\!\?\%\#\@\-]*?)'; … … 111 112 $_[0] =~ 112 113 s/(^|[\s\-\*\(])$sitePattern:$pagePattern(?=[\s\.\,\;\:\!\?\)\|]*(\s|$))/_link($1,$2,$3)/geo; 114 115 return; 113 116 } 114 117
Note: See TracChangeset
for help on using the changeset viewer.
