Changeset ae7ac91 in github
- Timestamp:
- Nov 22, 2011 3:47:45 AM (18 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
- Children:
- 3b50d2e
- Parents:
- b8ae0ecb
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/include/rcube_string_replacer.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
rb8ae0ecb rae7ac91 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 -
program/include/rcube_string_replacer.php
rf2292c3 rae7ac91 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.
