Aleksander Machniak
89e54718ca
Migration to PHPUnit v9
2021-07-25 11:07:56 +02:00
Josh Soref
203f456620
Spelling ( #8001 )
2021-04-18 08:43:18 +02:00
Aleksander Machniak
f4ed1024dc
PHP8 fixes, CS fixes, short array syntax, tests
2020-12-02 20:15:00 +01:00
Aleksander Machniak
3e2f076628
Fix bug in conversion of email addresses to mailto links in plain text messages ( #7526 )
2020-08-07 10:03:56 +02:00
Aleksander Machniak
47d9ed6d0c
Add support for PHPUnit 6 and 7 ( #6870 )
...
Fixes composer dependencies: Package phpunit/phpunit-mock-objects is abandoned
We cannot support v8 yet because of errors like:
Declaration of MailFunc::setUp() must be compatible with PHPUnit\Framework\TestCase::setUp(): void
It would require dropping PHP < 7.1 support.
2019-12-28 09:37:45 +01:00
Aleksander Machniak
e8ab3d96bd
Fix converting mail addresses with @www. into mailto links ( #5197 )
2016-04-12 11:53:04 +02:00
Aleksander Machniak
001d337b37
Fix handling unicode characters in links ( #1489898 )
2014-05-16 16:00:33 +02:00
Thomas Bruederli
e480ca00ba
Replace markdown-style [1] link indexes in plain text email bodies. [1]: http://daringfireball.net/projects/markdown/
2013-10-10 23:02:36 +02:00
Aleksander Machniak
0bac7b32de
Fix wrong handling of links with '|' character ( #1489276 )
2013-08-07 13:48:07 +02:00
Thomas Bruederli
cff07b5f76
Fix parsing of links with ... in URL ( #1489192 )
2013-07-25 22:14:59 +02:00
Aleksander Machniak
70229cbbfc
Fix incorrect handling of some specific links ( #1489060 )
2013-04-22 14:09:54 +02:00
Aleksander Machniak
1e32540839
Add rel="noreferrer" for links in displayed messages ( #1484686 )
2013-03-19 12:47:07 +01:00
Aleksander Machniak
16915ee2ad
Don't convert to link a text with < and > characters
2013-01-08 12:13:44 +01:00
Aleksander Machniak
0931a97c5f
Fix handling of parentheses in URLs
2012-12-23 15:09:56 +01:00
Thomas Bruederli
c96d3f57ef
Match http://localhost/xxx as link
2012-10-19 15:13:14 +02:00
Aleksander Machniak
22c67d0ec2
Fix handling of URLs with asterisk characters ( #1488759 )
2012-10-18 10:49:58 +02:00
Aleksander Machniak
5f8adabb62
Add simple (constructor) tests for Framework classes
2012-08-27 09:28:16 +02:00