Changeset ae7ac91 in github


Ignore:
Timestamp:
Nov 22, 2011 3:47:45 AM (18 months ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
Children:
3b50d2e
Parents:
b8ae0ecb
Message:
  • Fixed bug in handling link with '!' character in it (#1488195)
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG

    rb8ae0ecb rae7ac91  
    22=========================== 
    33 
     4- Fixed bug in handling link with '!' character in it (#1488195) 
    45- Fixed bug where session ID's length was limited to 40 characters (#1488196) 
    56- Added About tab in Settings 
  • program/include/rcube_string_replacer.php

    rf2292c3 rae7ac91  
    4040    $utf_domain = '[^?&@"\'\\/()\s\r\t\n]+\\.([^\\x00-\\x2f\\x3b-\\x40\\x5b-\\x60\\x7b-\\x7f]{2,}|xn--[a-z0-9]{2,})'; 
    4141    $url1 = '.:;,'; 
    42     $url2 = 'a-z0-9%=#@+?&\\/_~\\[\\]{}-'; 
     42    $url2 = 'a-z0-9%=#@+?!&\\/_~\\[\\]{}-'; 
    4343 
    4444    $this->link_pattern = "/([\w]+:\/\/|\Wwww\.)($utf_domain([$url1]?[$url2]+)*)/i"; 
Note: See TracChangeset for help on using the changeset viewer.