Changeset 96e24fa in github
- Timestamp:
- Jun 27, 2011 5:30:01 AM (2 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 925bb8d
- Parents:
- 7122829
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/include/rcube_string_replacer.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r7122829 r96e24fa 2 2 =========================== 3 3 4 - Fix parsing URLs containing commas (#1487970) 4 5 - Added vertical splitter for books/groups list in addressbook (#1487923) 5 6 - Improved namespace roots handling in folder manager -
program/include/rcube_string_replacer.php
r5c1dfb0 r96e24fa 39 39 // Support unicode/punycode in top-level domain part 40 40 $utf_domain = '[^?&@"\'\\/()\s\r\t\n]+\\.([^\\x00-\\x40\\x5b-\\x60\\x7b-\\x7f]{2,}|xn--[a-z0-9]{2,})'; 41 $url1 = '.:; ';41 $url1 = '.:;,'; 42 42 $url2 = 'a-z0-9%=#@+?&\\/_~\\[\\]-'; 43 43
Note: See TracChangeset
for help on using the changeset viewer.
