Changeset 4881 in subversion
- Timestamp:
- Jun 27, 2011 5:30:01 AM (23 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
r4880 r4881 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 -
trunk/roundcubemail/program/include/rcube_string_replacer.php
r4702 r4881 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.
