Changeset 5461 in subversion
- Timestamp:
- Nov 22, 2011 3:47:45 AM (18 months ago)
- Location:
- trunk/roundcubemail
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/include/rcube_string_replacer.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/CHANGELOG
r5460 r5461 2 2 =========================== 3 3 4 - Fixed bug in handling link with '!' character in it (#1488195) 4 5 - Fixed bug where session ID's length was limited to 40 characters (#1488196) 5 6 - Added About tab in Settings -
trunk/roundcubemail/program/include/rcube_string_replacer.php
r5394 r5461 40 40 $utf_domain = '[^?&@"\'\\/()\s\r\t\n]+\\.([^\\x00-\\x2f\\x3b-\\x40\\x5b-\\x60\\x7b-\\x7f]{2,}|xn--[a-z0-9]{2,})'; 41 41 $url1 = '.:;,'; 42 $url2 = 'a-z0-9%=#@+? &\\/_~\\[\\]{}-';42 $url2 = 'a-z0-9%=#@+?!&\\/_~\\[\\]{}-'; 43 43 44 44 $this->link_pattern = "/([\w]+:\/\/|\Wwww\.)($utf_domain([$url1]?[$url2]+)*)/i";
Note: See TracChangeset
for help on using the changeset viewer.
