General

Profile

Johannes Beranek

Issues

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

Activity

2009-04-05

20:55 TYPO3 Core Bug #19045: Cropscale incorrectly crops GIF files
t3lib/class.t3lib_stdgraphic.php
line 2181 (in version 4.2.6 that is)
adapt line to
$params .= ' -crop '.$data[...
Johannes Beranek

2008-05-06

14:34 TYPO3 Core Bug #17636: config.prefixLocalAnchors = all destroys links in fe
Sorry, didn't know that would work with preg_replace - maybe i'll report that to php bug list, as greediness should, ... Johannes Beranek
12:22 TYPO3 Core Bug #17636: config.prefixLocalAnchors = all destroys links in fe
$pattern = '/(<(a|area)\s+(([^h>])|(h[^r>])|(hr[^e>])|(hre[^f>])|(href[^=>]))*href=")(#[^"]*")/i';
$this->cont...
Johannes Beranek

2008-03-23

18:36 TYPO3 Core Bug #18290: Firefox 3.0 mixes up frames (versions before TYPO3 4.2)
...and my code changes still "fix" the problem - also tested them with different browsers (ie 6 & 7, safari 2 & 3, ff... Johannes Beranek

2008-03-19

11:51 TYPO3 Core Bug #18290: Firefox 3.0 mixes up frames (versions before TYPO3 4.2)
the code i posted above doesn't fix every part of the problem, it only fixes the issue for the std typo3 things - but... Johannes Beranek
10:41 TYPO3 Core Bug #18290: Firefox 3.0 mixes up frames (versions before TYPO3 4.2)
fixed the issue with v. 4.1.5:
typo3/alt_menu_functions.inc:
line 333: change
[code]
top.content.location=top...
Johannes Beranek

Also available in: Atom