


| Directory | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 25 (100.0%) | 271 (100.0%) | 10.8 |
| t3lib/ | 14 (56.0%) | 180 (66.4%) | 12.8 |
| typo3/ | 1 (4.0%) | 37 (13.7%) | 37.0 |
| / | 7 (28.0%) | 23 (8.5%) | 3.2 |
| typo3/sysext/install/mod/ | 1 (4.0%) | 16 (5.9%) | 16.0 |
| typo3/sysext/cms/tslib/ | 1 (4.0%) | 14 (5.2%) | 14.0 |
| typo3/sysext/lang/ | 1 (4.0%) | 1 (0.4%) | 1.0 |

Implemented Gremlin #1660: <link> tags now supports a fourth parameter,
the title of the resulting link.
67 lines of code changed in 6 files:
Fixed bug 1197, and added a new header to the email: Errors-To.
6 lines of code changed in 2 files:
Make direct mails base64 by default.
2 lines of code changed in 1 file:
Forcing return-path in t3lib_htmlmail is now turned of by default. CAn be enabled in the install tool.
Mailtesting in the install tool can now be done with t3lib_htmlmail instead of a direct call to mail().
29 lines of code changed in 4 files:
Fixed problem with calling /usr/sbin/postconf when this file does not exist. Now makes a check to see if the file
exists.
13 lines of code changed in 2 files:
Fixed a problem when using Postfix version 1. A check is made to see if Postfix version 1 is used as MTA.
109 lines of code changed in 2 files:
Fixed bug #292 concerning ReturnPAth in htmlmail class. The fix has two different solutions one for windows which always work, and one for Linux, which only works when safe_mode is off.
34 lines of code changed in 2 files:
Removed a debug line that I forgot in my last CVS commit. Sorry for that.
0 lines of code changed in 1 file:
Added comment for changes to dmailer class.
3 lines of code changed in 1 file:
Added support for other transfer-encodings than base64 in direct mail.
5 lines of code changed in 1 file:
Fixed bug #102 in htmlmail and a messageid related bug in formmail (Not on bugs.typo3.org).
1 lines of code changed in 2 files:
Changed bug concerning Message-ID and Content-ID when sending MIME mail with embeddem Images in HTML.
2 lines of code changed in 1 file: