Changeset 4881 in subversion


Ignore:
Timestamp:
Jun 27, 2011 5:30:01 AM (23 months ago)
Author:
alec
Message:
  • Fix parsing URLs containing commas (#1487970)
Location:
trunk/roundcubemail
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/CHANGELOG

    r4880 r4881  
    22=========================== 
    33 
     4- Fix parsing URLs containing commas (#1487970) 
    45- Added vertical splitter for books/groups list in addressbook (#1487923) 
    56- Improved namespace roots handling in folder manager 
  • trunk/roundcubemail/program/include/rcube_string_replacer.php

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