Changeset 5198 in subversion


Ignore:
Timestamp:
Sep 10, 2011 2:49:51 AM (22 months ago)
Author:
alec
Message:
  • Fix handling of links with IP address
Location:
trunk/roundcubemail
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/CHANGELOG

    r5194 r5198  
    22=========================== 
    33 
     4- Fix handling of links with IP address 
    45- Fix compacting folder resets message list filter (#1488076) 
    56- Fix displaying multipart/alternative messages with only one part (#1487938) 
  • trunk/roundcubemail/program/include/rcube_string_replacer.php

    r4881 r5198  
    3838    // Simplified domain expression for UTF8 characters handling 
    3939    // Support unicode/punycode in top-level domain part 
    40     $utf_domain = '[^?&@"\'\\/()\s\r\t\n]+\\.([^\\x00-\\x40\\x5b-\\x60\\x7b-\\x7f]{2,}|xn--[a-z0-9]{2,})'; 
     40    $utf_domain = '[^?&@"\'\\/()\s\r\t\n]+\\.([^\\x00-\\x2f\\x3b-\\x40\\x5b-\\x60\\x7b-\\x7f]{2,}|xn--[a-z0-9]{2,})'; 
    4141    $url1 = '.:;,'; 
    4242    $url2 = 'a-z0-9%=#@+?&\\/_~\\[\\]-'; 
Note: See TracChangeset for help on using the changeset viewer.