General

Profile

old_hoang

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 3 3

Activity

2004-08-14

23:30 TYPO3 Core Bug #14268: function substUrlsInPlainText in class.t3lib_div.php cant extract properly an url with char other than space at end
Hello Ingmar,
but thats what my fix do! I dont understand! My problem is that I put in the newsletter a link of th...
old_hoang

2004-08-13

15:45 TYPO3 Core Bug #14268: function substUrlsInPlainText in class.t3lib_div.php cant extract properly an url with char other than space at end
change $newParts = split('[[:space:]]|\)|\(',$v,2);
to
$newParts = split("[[:space:]]|\)|\(|<",$v,2);
will d...
old_hoang

2004-08-12

19:03 TYPO3 Core Feature #14270: spamprotect if mail adress bug
Here is my bugfix:
in class.tslib_pagegen.php in function pagegenInit():
if ($GLOBALS['TSFE']->spamProtectEma...
old_hoang
16:07 TYPO3 Core Feature #14270: spamprotect if mail adress bug
in table element some adresses get split because of the split token "|".
see:
styles.content.table = TEXT
s...
old_hoang
12:24 TYPO3 Core Feature #14270 (Closed): spamprotect if mail adress bug
in function typoLink in class.tslib_content.php the line
if(strstr($link_param,'@') && !$pU['scheme']) { ...
old_hoang
11:50 TYPO3 Core Feature #14269 (Closed): Bug when using images_frames, jpg images and quality settings
Problem was that when using jpg images and images_frames the image quality
was very poor in T3.6.1
My solution:
...
old_hoang
11:46 TYPO3 Core Bug #14268 (Closed): function substUrlsInPlainText in class.t3lib_div.php cant extract properly an url with char other than space at end
the code $newParts = split('[[:space:]]|\)|\(',$v,2);
in the function cant extract properly an url with char other t...
old_hoang

Also available in: Atom