Actions
Bug #16399
closedconfig.spamProtectEmailAddress not in external Javascript file
Start date:
2006-07-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I was wondering that when I have
config.spamProtectEmailAddresses = -4
config.removeDefaultJS = external
that all the JS code is put into an external file except the SPAM-email functions. I found out that it is a bug in:
typo3/sysext/cms/tslib/class.tslib_pagegen.php
I wrote a patch for it and tested it with spamProtecteEmailAdresses = 0, a numeric integer (-3 e.g.) and with "ascii" and it worked as expected.
(issue imported from #M3922)
Files
Updated by Benni Mack over 18 years ago
Same as bug http://bugs.typo3.org/view.php?id=356
But with patch that fixed it.
Updated by Michael Stucki about 18 years ago
Won't be fixed in TYPO3 4.0.x but has been committed for 4.1 and later.
Actions