Changeset 96e24fa in github


Ignore:
Timestamp:
Jun 27, 2011 5:30:01 AM (2 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
925bb8d
Parents:
7122829
Message:
  • Fix parsing URLs containing commas (#1487970)
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG

    r7122829 r96e24fa  
    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 
  • program/include/rcube_string_replacer.php

    r5c1dfb0 r96e24fa  
    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.