summaryrefslogtreecommitdiff
path: root/program/include/rcube_string_replacer.php
AgeCommit message (Expand)Author
2012-01-18Changed license to GNU GPLv3+ with exceptions for skins and pluginsthomascube
2011-11-22- Fixed bug in handling link with '!' character in it (#1488195)alecpl
2011-11-07- Fix handling of curly brackets in URLs (#1488168)alecpl
2011-09-10- Fix handling of links with IP addressalecpl
2011-06-27- Fix parsing URLs containing commas (#1487970)alecpl
2011-04-26- Fix handling of top-level domains with more than 5 chars or unicode chars (...alecpl
2011-01-12Bumbed version; Roundcube development is not Switzerland onlythomascube
2011-01-10Exclude punctuation from URLs within text; only link accepted url schemesthomascube
2011-01-10- Fix handling square brackets in links (#1487672)alecpl
2010-10-27- Fix handling of URLs with semicolon (;) character (#1487088)alecpl
2010-10-26- Fix handling of URLs with tilde (~) character (#1487087)alecpl
2010-10-12- Fix links handlingalecpl
2010-10-04- Use simplified domain expression for proper handling of domain names in UTF8alecpl
2010-10-04- Fix mailto optional params in plain text messages aren't handled (#1487026)alecpl
2010-09-25- s/RoundCube/Roundcube/alecpl
2010-08-10- Improve email regexp in mailto: links handler (#1486808)alecpl
2010-01-18- fixed svn keywordsalecpl
2009-09-23- Fix regular expression for e-mail address (#1486152)alecpl
2009-06-19Typothomascube
2009-06-19Fix link text replacements (#1485789)thomascube
2009-06-04- speed up plain text messages parsing (up to 60%)alecpl
2009-01-22Get rid of vulnerable preg_replace eval and create_function (#1485686) + corr...thomascube