It's not a bug, it's a missing feature. bugs.TYPO3.org

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0011009 [tx_rtehtmlarea] Default minor always 29.04.09 14:36 02.07.09 05:22
Reporter Markus Cousin View Status public  
Assigned To Oliver Hader
Priority normal Resolution fixed  
Status resolved  
Summary 0011009: External Links get prepended with http://typo3 [^] in the RTEhtmlarea in Firefox 3.0.11/3.5b4
Description Setting external Links will cause into a prefixed external Link with http://typo3 [^] at the beginning.

Tested in TYPO3 4.2.5 & TYPO3 4.2.6
Additional Information The special handling for Gecko browsers was introduced in rev. 4018:
http://forge.typo3.org/repositories/diff/typo3v4-core?rev=4018 [^]
Tags firefox, links, RTE
Has patch yes
Patch is reviewed
Attached Files ? file icon 0011009_experimental.patch [^] (1,100 bytes) 14.06.09 02:28
? file icon 0011009_v2.patch [^] (1,080 bytes) 16.06.09 13:26
? file icon 0011009_v3.patch [^] (1,014 bytes) 16.06.09 16:28
? file icon 0011009_v3.4.1.10.patch [^] (17,876 bytes) 16.06.09 16:29
? file icon 0011009.patch [^] (1,014 bytes) 18.06.09 09:20
? file icon 0011009_4-1.patch [^] (17,671 bytes) 18.06.09 09:20
? file icon rtehtmlarea_bugfix_11009_follow_up_trunk.patch [^] (2,123 bytes) 01.07.09 18:51
? file icon rtehtmlarea_bugfix_11009_follow_up_typo3_4-2.patch [^] (2,743 bytes) 01.07.09 20:14
? file icon rtehtmlarea_bugfix_11009_follow_up_typo3_4-1.patch [^] (1,365 bytes) 01.07.09 20:32

- Relationships Relation Graph ] Dependency Graph ]
related to 0009196resolvedStanislas Rolland tx_rtehtmlarea Unable to create an external URL in the rtehtmlarea link wizzard containing german umlauts 
has duplicate 0011334closed - TYPO3 Core - Setting a mailto: - Link with RTE creates an unuseable Link 
has duplicate 0011632resolvedChristian Kuhn tx_rtehtmlarea External and internal lin11009ks get prepended with http://yourdomain.org/typo3 [^] in Firefox 3.5.1 / typo3 4.2.6 
has duplicate 0011711closedStanislas Rolland tx_rtehtmlarea External URLs get prefixed with http://typo3/ [^

-  Notes
(0028264)
Jason Lefkowitz (reporter)
30.04.09 18:26

I've been seeing this issue as well in 4.2.6 ever since I upgraded to Firefox 3.5 beta. Does not occur when I use Internet Explorer 8.
(0028826)
Alexander von Drach (reporter)
02.06.09 13:16

I've seen this with a pre-release of Firefox 3.0.11 as well (also with mail links, which are prefixed with 'typo3/'). Typo version was 4.2.6.

Maybe this problem will become urgent soon, the final release of 3.0.11 is scheduled for 4th of June...
(0028921)
Markus Cousin (reporter)
09.06.09 15:45

Problem still exists with Firefox 3.5b99
(0028926)
Niels Fr?hling (reporter)
09.06.09 19:30

I can confirm this for FF 3.5ß5 and Typo3-SVN
(0028962)
Carsten Pohle (reporter)
12.06.09 17:07

Confirm this bug for FF 3.0.11 for internal links
(0028963)
Jasmin Woyder (reporter)
12.06.09 17:07

Not 100% the same issue but I can't create internals links anymore with FireFox 3.0.11 and typo3 4.2.6. It seems that the base_url part is appended twice.
(0028966)
Benjamin Reiter (reporter)
12.06.09 22:23

Same here. FF 3.0.11 (XP 32) and TYPO3 4.2.6.

Internal links added with htmlarea look like this:

http://$URL_of_backend/typo3/http://$URL_of_backend/?id=$Page_ID [^]

IE 6 is fine.
(0028972)
Peter Linzenkirchner (reporter)
13.06.09 13:06
edited on: 13.06.09 13:07

The problem exists in Typo3 4.3 in both alfa releases with the actuell version of Firefox (3.0.11). Internal links are broken too. The problem is urgent because firefox automatic update installes this version these days.
Safari 4.0 / Mac works fine.

(0028977)
Marcus Krause (developer)
13.06.09 19:15

Can confirm it with FF 3.0.11 and branch TYPO3_4.2 (rev 5340).
(0028979)
Erik Svendsen (reporter)
13.06.09 23:34

Can also confirm.

Debug of $this->curUrlArray in class.tx_rtehtmlarea_browse_links.php gives, http://$URL_of_site/typo3/http://$URL_of_site/?id=$Page_ID [^] when debugging in Firefox. (making kink)

Debugging in Safari gives correct values.

There are also wrong values in $this->curUrlInfo

Not sure if this helps, and I haven't had time to look further into the logic and problem.
(0028981)
Oliver Hader (administrator)
14.06.09 02:30

I tracked down the problem to the file typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Link/typo3link.js and the URI handling there for Gecko browsers (encodeURIComponent/decodeURIComponent).

I think the real problem can be found in "execCommand("CreateLink", ...) - however I was not able to find the correct place where the "execCommand" call for "CreateLink" gets really handled.

Attached an experimental fix...
(0028982)
Oliver Hader (administrator)
14.06.09 02:32

Reminder sent to: Ingo Renner

FYI: Just to make sure this gets somehow integrated in a upcoming 4.2 patch level release... ;)
(0028985)
Erik Svendsen (reporter)
14.06.09 13:30

The experimental fix did not solve the problem in my case: Tested on following:

Firefox 3.0.11, TYPO3 4.2.6 and TYPO3 4.3.0alpha3.

I'm not sure the problem is in typo3link.js at all.

About the "CreateLink", it looks like it calls the button for Create Link in the RTE.
(0028987)
Philipp Gampe (reporter)
14.06.09 19:58

Firefox Update 3.0.11is out and Link creation is brocken...
Priority should be set to High
(0028999)
Florian Schaeffer (reporter)
15.06.09 10:41

confirmed, although manual removal of the generated typo3-part of the URL helps, for now I have to use IE7 which is perfectly working :(
Please set priority to high as all users are getting the new FF version right now.
(0029003)
marvin (reporter)
15.06.09 11:02

Patch does not work for me either.
(0029004)
Ralf Hettinger (reporter)
15.06.09 11:26

0011009_experimental.patch works for me (Firefox 3.0.11 + rtehtmlarea 1.7.9).

Though I wonder, if there was/is a reason for passing theLink through encodeURIComponent in case of browser is_gecko ...
(0029007)
Martin Kuster (reporter)
15.06.09 13:05

I did some checks with older firefox nightly builds (3.0.x/1.9.0.x).

Latest build without this problem:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.10pre) Gecko/2009042306 GranParadiso/3.0.10pre ID:2009042306

First build with problem:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.10pre) Gecko/2009042405 GranParadiso/3.0.10pre ID:2009042405

Looks like https://bugzilla.mozilla.org/show_bug.cgi?id=481647 [^] introduced this problem. (One of the JS fixes for 3.0.11, committed on 23.04.06)

Hope that helps finding a fix..
(0029009)
Carsten Pohle (reporter)
15.06.09 13:32

Patch 0011009_experimental.patch does not work for me either
(0029010)
Sonja Scholz (reporter)
15.06.09 13:52

Does somebody know where the php part is which the typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Link/typo3link.js includes? I would like to create a clean xclass extension which solves this problem...
(0029011)
Martin Kuster (reporter)
15.06.09 14:01

0011009_experimental.patch solves the issue here (4.2.6). (after clearing all caches and restarting firefox)

Successfully tested against various older and latest trunk builds of FF 3.0.X
(0029012)
Peter Kuehn (reporter)
15.06.09 14:36

Hi yall, Hi Sonja,

>Does somebody know where the php part is which the
> typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Link/typo3link.js
> includes?

take a look at typo3/sysext/rtehtmlarea/class.tx_rtehtmlarea_base.php
Line 781 adds entries to HTMLArea_plugins, an array that contains the plugins to be loaded and TYPO3link is one of them. (the file is compressed on beforehand)

typo3/sysext/rtehtmlarea/htmlarea/htmlarea.js Line 209 traverses the Array and _getScript() (Line 109) finally loads the files via AJAX.

hope that helps
gRTz
pekue
(0029014)
Sonja Scholz (reporter)
15.06.09 15:18

Hi Peter,

thank you for your fast answer.

Now I created an xclass of that function in class.tx_rtehtmlarea_base.php to use my own version of typo3link.js. This xclass works.

Kind regards,

Sonja
(0029015)
Alexander Schnitzler (reporter)
15.06.09 15:35

> 0011009_experimental.patch solves the issue here (4.2.6). (after clearing all caches and restarting firefox)

0011009_experimental.patch works for me too.
TYPO3 4.2.6, FF 3.0.11, RTE 1.7.9

But I wonder if this is a Typo3-Bug now or a Firefox one...
(0029017)
Maik Matthias (reporter)
15.06.09 15:48

Can confirm the problem with FF 3.0.11 shipped via autoupdate today. Manual removal of the wrong part in generated URL does not work. I think priority level should be set to high, cause it´s impossible now to use FF with typo3.

 > But I wonder if this is a Typo3-Bug now or a Firefox one...

I wonder too...

Maik
(0029018)
Jochen Rieger (reporter)
15.06.09 16:13

Confirming the problem using FF 3.0.11 and TYPO3 4.1.10 as well.

The URLs created are somehow doubled (well, prefixed with the backend url):

http://www.mydomain.de/typo3/http://www.mydomain.de/?id=7 [^]
(0029019)
Martin Kuster (reporter)
15.06.09 16:56

> But I wonder if this is a Typo3-Bug now or a Firefox one...

I think it's a TYPO3 bug - because the patched version also works with older FF 3.0.X versions..
(OK, the current version also worked because of a bug in FF [imho]. But should we ask them to revert that?)
(0029020)
Markus Wanjura (reporter)
15.06.09 17:04

Doesn't matter what i do, the patch wont work for me.
If i check the js functions from the patch in a normal html document in all browsers, everything works fine.
    <script type="text/javascript">
        foo = encodeURIComponent("http://www.example.com"); [^]
        document.write(encodeURIComponent("http://www.example.com")); [^]
        document.write(decodeURIComponent(foo));
    </script>
(0029021)
Oliver Hader (administrator)
15.06.09 17:13

Hi all,
if you test the patch (or any other RTEhtmlare patch), please make sure to remove the cached files in typo3temp/rtehtmlarea/
Cheers, Olly
(0029022)
Alexander Schnitzler (reporter)
15.06.09 17:18

I wonder whether everybody understands the patch.

Actually, the encoding and decoding of the url is commented out for gecko engines.

I uploaded my patched js-file that worked fine for me.
You can download it at the top of this page.

Please look at lines 165 and 249 to see the changes I made.
Hope that helps :-)
(0029023)
Roland Behme (reporter)
15.06.09 17:32

The patch worked for me too. On 4.1.10 the JS files of the RTE are somewhat different, I created a patch for 4.1.10 based on the one from Oliver for 4.2.6.
Please see 0011009_experimental.4.1.10.patch
(0029024)
Koen TILLEY (reporter)
15.06.09 17:40

It now also works for me ... "remove the cached files in typo3temp/rtehtmlarea/" was the part I was missing
(0029025)
Alexander Schnitzler (reporter)
15.06.09 19:35

As I saw the relation to bug 0009196 I tested the patches of the js-file by linking to an url that contains a german umlaut like ä or ß and of course it makes problems as well because the patch to this bug is removing the patch of bug 0009196.

So, external links and mailto links crash by using an umlaut.
Links to files like "somethingä.txt" work and of course links to pages that contain umlauts work as well due to realurl e.g. doesn't know umlauts.

In the end there has to be written a new patch, however this must lool like.
(0029026)
Steffen M?ller (developer)
15.06.09 20:15

confirmed using FF 3.0.11 (Ubuntu 8.10 package) and TYPO 4.2.6
0011009_experimental.patch resolves the issue.
(0029027)
Jigal van Hemert (reporter)
15.06.09 21:03

Also tested in FF 3.0.11 on Windows XP and TYPO3 4.2.6
It took quite a bit of effort getting all cached items out of the way, but it works!

Can we please get this issue fixed in the next releases???
(0029029)
Erik Svendsen (reporter)
15.06.09 22:05

In some instances you have to clear cookies and all browser cache to. Even after deleting typo3temp/rtehtmlarea/-files more than once, restarting the browser, reloading page with Ctrl-F5, same problems.

Deleting all browser cache and cookies solved the problem at the end. And the patch works.
(0029030)
Erik Svendsen (reporter)
15.06.09 23:26

A short notice on version 4.1.10,regarding Rolands patch

4.1.10 has to different js-files, one is compressed. If you only change the uncompressed, you also have to change settings for HTMLArea in EM.

Cache files are in typo3temp, not in typo3tem/rtehtmlarea.

Else the 4.1.10 patch works as far as I can see. Uploaded a patched version of compressed js-file
(0029039)
Michael (reporter)
16.06.09 10:20

This issue is also effecting E-Mail Links via RTE.
The 4.2.6 patch works for both type of links: External and E-Mail.
Thanks.

I just included a Diff-File for those who want to see the changes …
(0029046)
Christian Zenker (reporter)
16.06.09 12:04
edited on: 16.06.09 12:20

Removing encodeURIComponent() / decodeURIComponent() recreates bug 0009196 . It is not possible to use special characters in the links. Using decodeURI()/encodeURI() instead of the ~Component version should solve this problem once and for all. (Im not familiar with svn - could anyone please submit a diff?)

To understand the issue:
According to the research of Martin Kuster, the error first appeared in Firefox when every document was forced to have a baseURL (https://bugzilla.mozilla.org/attachment.cgi?id=370479&action=diff [^] , nsDocShell::CreateAboutBlankContentViewe, line 5436). encodeURIComponent() encodes (edit: almost) *every* non-alphanum char, i.e. including / and : . Firefox doesn't recognize this as a qualified uri and adds the base uri. I guess that prior to the firefox patch the baseURL was empty and so it didn't change anything.

(0029049)
Alexander Schnitzler (reporter)
16.06.09 12:54

> Using decodeURI()/encodeURI() instead of the ~Component version should solve this problem once and for all.

Did you successfully test your solution?
I use T3 4.2.6 and for me it doesn't work.
(0029050)
Christian Zenker (reporter)
16.06.09 13:28

> Did you successfully test your solution?
I use 4.2.6 myself and tried FF 3.0.11 on Ubuntu and Win Vista - successfully. Are you sure, you cleared all caches?
(0029051)
Martin Kuster (reporter)
16.06.09 13:28
edited on: 16.06.09 13:35

Attached 0011009_v2.patch with Christian's solution.

Works for me. (Fixes this bug and doesn't break 0009196)

btw. tested with:
- latest FF 3.0.x trunk
- FF 3.0.11
- FF 3.0.10 (before the FF fix)
- latest FF 3.5pre trunk

(0029052)
Christian Zenker (reporter)
16.06.09 14:01
edited on: 17.06.09 10:26

tested 0011009_v2.patch on FF 2.0.0.20 - works.

(0029054)
Ringer Georg (developer)
16.06.09 14:20

testet FF 3.011 working patches are
 t3_4.2.6_patched_typo3link.js.diff & 0011009_v2.patch-
(0029055)
Clemens Riccabona (reporter)
16.06.09 14:28
edited on: 16.06.09 14:29

I can confirm bug with FF 3.0.11 (Win XP SP3) and the latest solution (0011009_v2.patch) but without testing IDN-Domains.

(0029057)
Alexander Schnitzler (reporter)
16.06.09 15:13

Patch v2 works for me too now.
I forgot to set "forceCharset" to utf-8 ;-)

Everything works fine with FF 3.0.11 and T3 4.2.6.
(0029059)
David Zschille (reporter)
16.06.09 16:16

Doesn't work for me.
Testet with
t3_4.2.6_patched_typo3link.js.diff and 0011009_v2.patch
on FF 3.0.11 running on Ubuntu, WinXP and Mac OS X.

T3 is 4.2.6. I don't know if it matters, but "forceCharset" is set to utf-8.
The T3 installation runs two websites.
(0029060)
Martin Kuster (reporter)
16.06.09 16:34

Added a clean version v3 (removed the commented line) for 4.2.6/trunk and a version for 4.1.10.

Patch for 4.1.10 worked after manually removing all files from typo3temp/ (install-tool didn't remove them) and clearing all browser caches (new FF-profile)
(0029062)
David Zschille (reporter)
16.06.09 17:27

now after manually removing all files from typo3temp/ (install-tool didn't remove them) the Patch works for me.
Tested with 0011009_v2.patch and FF 3.0.11 running on Ubuntu.
(0029063)
Hanspeter Siegfried (reporter)
16.06.09 18:12

External links work in our installation, but when a non-admin redactor places media links, it doesn't work. RTE produces those "http://typo3/https://www.kzo.ch/fileadmin/..."-links. [^]
(0029066)
Martin Kuster (reporter)
16.06.09 22:57

@Hanspeter Siegfried: Is your installation patched? Or does the attached patch solve the issue?
(0029067)
Steffen Gebert (developer)
16.06.09 23:27

So is this ready to be sent to the core list?
What do you plan, Olly?

IMHO releasing a bug-fix release is very urgent!
(0029068)
Kay Strobach (reporter)
17.06.09 10:07

internal link problem is still present in ff 3.0.11 and typo3 4.2.6 -> would be nice, if this could be fixed in the next release, it's confusing some people. ;)
(0029070)
Markus Volkmer (reporter)
17.06.09 11:00
edited on: 17.06.09 11:54

still present in FF 3.0.11 and TYPO3 4.2.6 after 0011009_v3.patch and clearing whole cache and clearing ./typo3temp/rtehtmlarea/*

edit: now patch works here too (tested with T3-4.2.6 & T3-4.3.0_alpha3) - missed to really clear browser-cache...

(0029071)
Oliver Hader (administrator)
17.06.09 11:29
edited on: 17.06.09 11:38

The patches for TYPO3 4.1 and TYPO3 4.2/4.3 have been posted on the Core List.
Please test the patches - and especially make sure that everything still works with Firefox 2 and Firefox <3.0.11. Thanks!

The bugfix will be in TYPO3 4.1.11, 4.2.7 and 4.3-beta1

(0029073)
Winfried B?chert (reporter)
17.06.09 14:24

Patch 0011009_v2.patch works on T3 4.2.6, rtehtmlarea 1.7.9
Apply patch on linux with:
ls -la
    :
  typo3/
    :
cp -a typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Link/typo3link.js typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Link/typo3link.js.ori

patch -p0 < 0011009_v2.patch

Afterwards, be sure to clean caches in this order:

rm -f typo3temp/rtehtmlarea/*
Typo3 BE : Clear all caches
Firefox: Extras|Settings| Erase private data
(0029076)
Christian Zenker (reporter)
17.06.09 15:35

I included the patch and tried the following versions of Firefox on Ubuntu 8.10:
- 3.5rc1
- 3.0.11 (of course)
- 3.0 (first release)
- 2.0.0.20
I created an external link using umlauts and [ ], and linked to an internal link on each version. I didn't encounter any problem.

Even the earlier versions of FF (1.5 and 1.0) seem to work with the patch.

I used T3 4.2.6, but as this is soley an JavaScript fix, other versions should work, too.
(0029077)
Karl Schlicker (reporter)
17.06.09 16:19

>The bugfix will be in TYPO3 4.1.11, 4.2.7 and 4.3-beta1
Did you now the release date of the TYPO3 versions? Probally this month?
(0029079)
Oliver Hader (administrator)
18.06.09 09:21

Committed to SVN:
* TYPO3_4-1 (rev. 5597) --> TYPO3 4.1.11
* TYPO3_4-2 (rev. 5598) --> TYPO4 4.2.7
* Trunk (rev. 5599) --> TYPO3 4.3-beta1
(0029303)
Stanislas Rolland (developer)
01.07.09 18:06
edited on: 02.07.09 05:21

The problem persists when no scheme is specified on the link. Firefox prepends the current base URL to the href attribute.

The attached follow up patch will prepend httt:// to the href attribute when no scheme is specified

Committed to SVN:
- trunk (revision 5667) --> TYPO3 4.3 beta1
- TYPO3_4-2 (revision 5668) --> TYPO3 4.2.7
- TYPO3_4-1 (revision 5669) --> TYPO3 4.1.11


- Issue History
Date Modified Username Field Change
29.04.09 14:36 Markus Cousin New Issue
30.04.09 18:24 Jason Lefkowitz Issue Monitored: Jason Lefkowitz
30.04.09 18:26 Jason Lefkowitz Note Added: 0028264
29.05.09 14:19 Michael Heigl Issue Monitored: Michael Heigl
02.06.09 13:16 Alexander von Drach Note Added: 0028826
02.06.09 14:39 Oliver Hader Issue Monitored: Oliver Hader
09.06.09 15:45 Markus Cousin Note Added: 0028921
09.06.09 19:30 Niels Fr?hling Note Added: 0028926
12.06.09 17:03 Jasmin Woyder Issue Monitored: Jasmin Woyder
12.06.09 17:07 Carsten Pohle Note Added: 0028962
12.06.09 17:07 Jasmin Woyder Note Added: 0028963
12.06.09 18:45 Ralf Hettinger Issue Monitored: Ralf Hettinger
12.06.09 22:23 Benjamin Reiter Note Added: 0028966
13.06.09 13:06 Peter Linzenkirchner Note Added: 0028972
13.06.09 13:07 Peter Linzenkirchner Note Edited: 0028972
13.06.09 19:15 Marcus Krause Note Added: 0028977
13.06.09 19:16 Marcus Krause Issue Monitored: Marcus Krause
13.06.09 23:34 Erik Svendsen Note Added: 0028979
13.06.09 23:36 Erik Svendsen Issue Monitored: Erik Svendsen
14.06.09 01:40 Oliver Hader Status new => confirmed
14.06.09 02:28 Oliver Hader File Added: 0011009_experimental.patch
14.06.09 02:30 Oliver Hader Note Added: 0028981
14.06.09 02:32 Oliver Hader Issue Monitored: Ingo Renner
14.06.09 02:32 Oliver Hader Note Added: 0028982
14.06.09 13:30 Erik Svendsen Note Added: 0028985
14.06.09 19:48 Pascal Jungblut Issue Monitored: Pascal Jungblut
14.06.09 19:58 Philipp Gampe Note Added: 0028987
14.06.09 20:04 Philipp Gampe Issue Monitored: Philipp Gampe
15.06.09 08:55 Matthias Maechler Issue Monitored: Matthias Maechler
15.06.09 10:40 Florian Schaeffer Issue Monitored: Florian Schaeffer
15.06.09 10:41 Florian Schaeffer Note Added: 0028999
15.06.09 10:51 Michael Bakonyi Issue Monitored: Michael Bakonyi
15.06.09 11:02 marvin Note Added: 0029003
15.06.09 11:05 Martin Kuster Issue Monitored: Martin Kuster
15.06.09 11:26 Ralf Hettinger Note Added: 0029004
15.06.09 13:05 Martin Kuster Note Added: 0029007
15.06.09 13:20 Sven Teuber Issue Monitored: Sven Teuber
15.06.09 13:20 Carsten Pohle Issue Monitored: Carsten Pohle
15.06.09 13:20 Mario Rimann Issue Monitored: Mario Rimann
15.06.09 13:32 Carsten Pohle Note Added: 0029009
15.06.09 13:52 Sonja Scholz Note Added: 0029010
15.06.09 13:59 Arnd Messer Issue Monitored: Arnd Messer
15.06.09 14:01 Martin Kuster Note Added: 0029011
15.06.09 14:10 Sebastian Busch Issue Monitored: Sebastian Busch
15.06.09 14:19 Jan Issue Monitored: Jan
15.06.09 14:36 Peter Kuehn Note Added: 0029012
15.06.09 14:41 Peter Kuehn Issue Monitored: Peter Kuehn
15.06.09 15:18 Sonja Scholz Note Added: 0029014
15.06.09 15:35 Alexander Schnitzler Note Added: 0029015
15.06.09 15:48 Maik Matthias Note Added: 0029017
15.06.09 15:48 Maik Matthias Issue Monitored: Maik Matthias
15.06.09 16:01 Torben Hansen Issue Monitored: Torben Hansen
15.06.09 16:13 Jochen Rieger Note Added: 0029018
15.06.09 16:31 Roland Behme Issue Monitored: Roland Behme
15.06.09 16:56 Martin Kuster Note Added: 0029019
15.06.09 17:04 Markus Wanjura Note Added: 0029020
15.06.09 17:13 Oliver Hader Note Added: 0029021
15.06.09 17:14 Alexander Schnitzler File Added: t3_4.2.6_patched_typo3link.js
15.06.09 17:18 Alexander Schnitzler Note Added: 0029022
15.06.09 17:31 Alexander Schnitzler Issue Monitored: Alexander Schnitzler
15.06.09 17:32 Alexander Schnitzler Issue End Monitor: Alexander Schnitzler
15.06.09 17:32 Roland Behme Note Added: 0029023
15.06.09 17:33 Roland Behme File Added: 0011009_experimental.4.1.10.patch
15.06.09 17:40 Koen TILLEY Note Added: 0029024
15.06.09 18:02 Oliver Hader Relationship added related to 0009196
15.06.09 18:03 Oliver Hader Additional Information Updated
15.06.09 18:04 Christopher Issue Monitored: Christopher
15.06.09 19:35 Alexander Schnitzler Note Added: 0029025
15.06.09 20:03 Alexander Schnitzler Issue Monitored: Alexander Schnitzler
15.06.09 20:15 Steffen M?ller Note Added: 0029026
15.06.09 21:03 Jigal van Hemert Note Added: 0029027
15.06.09 22:05 Erik Svendsen Note Added: 0029029
15.06.09 23:26 Erik Svendsen Note Added: 0029030
15.06.09 23:27 Erik Svendsen File Added: typo3browsers-compressed-4.1.10patched.js
16.06.09 10:05 Gregor Kaczmarczyk Issue Monitored: Gregor Kaczmarczyk
16.06.09 10:17 Michael Tag Attached: RTE
16.06.09 10:17 Michael Tag Attached: firefox
16.06.09 10:17 Michael Tag Attached: links
16.06.09 10:18 Michael File Added: t3_4.2.6_patched_typo3link.js.diff
16.06.09 10:20 Michael Note Added: 0029039
16.06.09 10:21 Michael Issue Monitored: Michael
16.06.09 10:23 Jan Loderhose Issue Monitored: Jan Loderhose
16.06.09 12:04 Christian Zenker Note Added: 0029046
16.06.09 12:18 Christian Zenker Note Edited: 0029046
16.06.09 12:20 Christian Zenker Note Edited: 0029046
16.06.09 12:31 Christian Zenker Issue Monitored: Christian Zenker
16.06.09 12:51 Thomas Schr?der Issue Monitored: Thomas Schr?der
16.06.09 12:54 Alexander Schnitzler Note Added: 0029049
16.06.09 13:26 Martin Kuster File Added: 0011009_v2.patch
16.06.09 13:28 Christian Zenker Note Added: 0029050
16.06.09 13:28 Martin Kuster Note Added: 0029051
16.06.09 13:31 Martin Kuster Note Edited: 0029051
16.06.09 13:35 Martin Kuster Note Edited: 0029051
16.06.09 13:45 datenwerk Issue Monitored: datenwerk
16.06.09 14:01 Christian Zenker Note Added: 0029052
16.06.09 14:20 Ringer Georg Note Added: 0029054
16.06.09 14:28 Clemens Riccabona Note Added: 0029055
16.06.09 14:29 Clemens Riccabona Note Edited: 0029055
16.06.09 15:08 David Zschille Issue Monitored: David Zschille
16.06.09 15:13 Alexander Schnitzler Note Added: 0029057
16.06.09 15:25 Christoph Moeller Issue Monitored: Christoph Moeller
16.06.09 15:25 Marcel Baur Issue Monitored: Marcel Baur
16.06.09 15:54 Steiner Andri Issue Monitored: Steiner Andri
16.06.09 16:16 David Zschille Note Added: 0029059
16.06.09 16:28 Martin Kuster File Added: 0011009_v3.patch
16.06.09 16:29 Martin Kuster File Added: 0011009_v3.4.1.10.patch
16.06.09 16:34 Martin Kuster Note Added: 0029060
16.06.09 17:27 David Zschille Note Added: 0029062
16.06.09 18:12 Hanspeter Siegfried Note Added: 0029063
16.06.09 18:23 Hanspeter Siegfried Issue Monitored: Hanspeter Siegfried
16.06.09 20:15 Oliver Hader Status confirmed => assigned
16.06.09 20:15 Oliver Hader Assigned To => Oliver Hader
16.06.09 22:01 Tom Walter Issue Monitored: Tom Walter
16.06.09 22:57 Martin Kuster Note Added: 0029066
16.06.09 23:27 Steffen Gebert Note Added: 0029067
17.06.09 09:35 Christian Tauscher Issue Monitored: Christian Tauscher
17.06.09 10:07 Kay Strobach Note Added: 0029068
17.06.09 10:26 Christian Zenker Note Edited: 0029052
17.06.09 10:51 Oliver Hader Has patch => yes
17.06.09 10:51 Oliver Hader Summary External Links get http://typo3 [^] as prefix in the RTE in Firefox 3.5b4 => External Links get http://typo3 [^] as prefix in the RTE in Firefox 3.0.11/3.5b4
17.06.09 11:00 Markus Volkmer Note Added: 0029070
17.06.09 11:15 Ralf Merz Issue Monitored: Ralf Merz
17.06.09 11:25 Oliver Hader Summary External Links get http://typo3 [^] as prefix in the RTE in Firefox 3.0.11/3.5b4 => External Links get prepended with http://typo3 [^] in the RTEhtmlarea in Firefox 3.0.11/3.5b4
17.06.09 11:26 Oliver Hader Tag Attached: pending in core list
17.06.09 11:28 Martin Mai Issue Monitored: Martin Mai
17.06.09 11:29 Oliver Hader Note Added: 0029071
17.06.09 11:31 Ferdinand Kuhl Issue Monitored: Ferdinand Kuhl
17.06.09 11:38 Oliver Hader Note Edited: 0029071
17.06.09 11:38 Oliver Hader Note Edited: 0029071
17.06.09 11:54 Markus Volkmer Note Edited: 0029070
17.06.09 14:24 Winfried B?chert Note Added: 0029073
17.06.09 15:35 Christian Zenker Note Added: 0029076
17.06.09 16:19 Karl Schlicker Note Added: 0029077
17.06.09 18:34 Markus Drexelius Issue Monitored: Markus Drexelius
18.06.09 09:20 Oliver Hader File Added: 0011009.patch
18.06.09 09:20 Oliver Hader File Added: 0011009_4-1.patch
18.06.09 09:21 Oliver Hader File Deleted: t3_4.2.6_patched_typo3link.js.diff
18.06.09 09:21 Oliver Hader File Deleted: t3_4.2.6_patched_typo3link.js
18.06.09 09:21 Oliver Hader File Deleted: 0011009_experimental.4.1.10.patch
18.06.09 09:21 Oliver Hader File Deleted: typo3browsers-compressed-4.1.10patched.js
18.06.09 09:21 Oliver Hader Tag Detached: pending in core list
18.06.09 09:21 Oliver Hader Status assigned => resolved
18.06.09 09:21 Oliver Hader Resolution open => fixed
18.06.09 09:21 Oliver Hader Note Added: 0029079
18.06.09 16:55 Peter Issue Monitored: Peter
19.06.09 09:21 Christian Lerrahn Issue Monitored: Christian Lerrahn
20.06.09 13:32 Florian Staudacher Issue Monitored: Florian Staudacher
21.06.09 09:35 Philipp Gampe Issue End Monitor: Philipp Gampe
23.06.09 16:07 Marcos Fadul Issue Monitored: Marcos Fadul
24.06.09 11:17 Lars Houmark Relationship added has duplicate 0011334
24.06.09 13:42 Christian Hernmarck Issue Monitored: Christian Hernmarck
29.06.09 14:00 Marus Kurde Issue Monitored: Marus Kurde
01.07.09 18:06 Stanislas Rolland Status resolved => feedback
01.07.09 18:06 Stanislas Rolland Resolution fixed => reopened
01.07.09 18:06 Stanislas Rolland Note Added: 0029303
01.07.09 18:49 Stanislas Rolland File Added: rtehtmlarea_bugfix_11009_trunk.patch
01.07.09 18:50 Stanislas Rolland File Deleted: rtehtmlarea_bugfix_11009_trunk.patch
01.07.09 18:51 Stanislas Rolland File Added: rtehtmlarea_bugfix_11009_follow_up_trunk.patch
01.07.09 20:14 Stanislas Rolland File Added: rtehtmlarea_bugfix_11009_follow_up_typo3_4-2.patch
01.07.09 20:32 Stanislas Rolland File Added: rtehtmlarea_bugfix_11009_follow_up_typo3_4-1.patch
01.07.09 22:48 Stanislas Rolland Note Edited: 0029303
02.07.09 05:20 Stanislas Rolland Note Edited: 0029303
02.07.09 05:21 Stanislas Rolland Note Edited: 0029303
02.07.09 05:21 Stanislas Rolland Note Edited: 0029303
02.07.09 05:22 Stanislas Rolland Status feedback => resolved
02.07.09 05:22 Stanislas Rolland Resolution reopened => fixed
06.07.09 09:51 Stefanos Karasavvidis Issue Monitored: Stefanos Karasavvidis
06.07.09 11:39 Manuel Schmidt Issue Monitored: Manuel Schmidt
06.07.09 14:12 Matthias St?bner Issue Monitored: Matthias St?bner
17.07.09 12:58 Marcus Krause Issue End Monitor: Marcus Krause
22.07.09 22:46 Stefan Kracht Issue Monitored: Stefan Kracht
03.08.09 14:04 Nils Clark-Bernhard Issue Monitored: Nils Clark-Bernhard
03.08.09 14:54 Michael Stucki Relationship added related to 0009455
03.08.09 21:59 Christian Kuhn Relationship added has duplicate 0011632
04.08.09 13:37 Michael Heigl Issue End Monitor: Michael Heigl
11.08.09 15:20 Ingo Renner Issue End Monitor: Ingo Renner
08.09.09 11:04 Andreas Hupfau Issue Monitored: Andreas Hupfau
15.09.09 17:48 Stanislas Rolland Relationship deleted related to 0009455
15.09.09 19:30 Stanislas Rolland Relationship added has duplicate 0011711
30.09.09 21:28 Christian Tauscher Issue End Monitor: Christian Tauscher
04.12.09 17:52 Ralf Hettinger Issue End Monitor: Ralf Hettinger
10.12.09 00:08 Marcos Fadul Issue End Monitor: Marcos Fadul
22.04.10 19:10 Jan Loderhose Issue End Monitor: Jan Loderhose
13.05.10 15:16 Christian Hernmarck Issue End Monitor: Christian Hernmarck
27.07.10 11:41 sumit Issue Monitored: sumit
28.07.10 13:48 Torben Hansen Issue End Monitor: Torben Hansen
03.09.10 11:08 Ferdinand Kuhl Issue End Monitor: Ferdinand Kuhl
hosted by
bitfarmers TYPO3 Hosting
in case of Problems mail to:
service [at] bitfarmers [dot] com

Mantis 1.1.8[^]
Copyright © 2000 - 2009 Mantis Group
Powered by Mantis Bugtracker