Bug #19423
closed
Please test the attached patch in combination with the patch provided at issue #9494
I have problems with the patch:
...../typo3/typo3_src-4.2.2_copy# patch p0 < 0009497.patch
patching file typo3/alt_palette.php
patching file typo3/wizard_rte.php
Hunk #1 FAILED at 110.
1 out of 1 hunk FAILED - saving rejects to file typo3/wizard_rte.php.rej
patching file typo3/mod/user/ws/workspaceforms.php
Hunk #1 succeeded at 137 with fuzz 1.
patching file typo3/sysext/cms/layout/db_layout.php
Hunk #1 succeeded at 404 with fuzz 1.
Hunk #2 FAILED at 545.
1 out of 2 hunks FAILED -- saving rejects to file typo3/sysext/cms/layout/db_layout.php.rej
/Christian
Please check the attached new patches (the old one was only for Trunk):
0009497_trunk.patch - TYPO3 4.3 development (Trunk)
0009497_4-2.patch - TYPO3 4.2.x
The patches now include also the fix for issue #9494 - this has to be handled in one step an cannot be separated.
Just implemented 0009497_4-2.patch - this fixes this rte problem on my 4.2.2 installation (no other tests...).
Thanx
The Patch 0009497_4-2.patch worked for me too (4.2.2).
It also fixes #9494 (brocken password and double fields)
i'll suggest to replace this:
function typoSetup () {
this.passwordDummy = '********';
this.decimalSign = '.';
}
var TS = new typoSetup();
with something like:
var TS = TS || {};
TS.passwordDummy = '********';
TS.decimalSign = '.';
and do the same for all "function typoSetup" in
typo3/jsfunc.tbe_editor.js
typo3/alt_main.php
typo3/backend.php
typo3/alt_doc.php
so the order does not matter anymore, as the TS object is not overwritten, but extended.
@Tobias: looks great. Could you make a patch therefore?
@Olly: i tested #9494 and works perfect, no need for the palette-stuff imho
Thanks for that quick patch
Thanks for your feedback. I'm going to put the patches on the Core List tomorrow.
The changes for the "TS" thingy will go to a new issue and RFC and for TYPO3 4.3 only
Thanks for that patch. It works quite fine with TYPO3 4.2.2 environments.
Thank you for the patch. It works perfectly.
I can only add my voice to that. The patch works real fine. I hope you can submit the patch to the core list soon. And then we should probably have a hot fix 4.2.3 release.
I'm a real newbie, but how do I apply the patch?
Fixed in TYPO3 4.2.3 (rev. 4326) and Trunk (rev. 4327).
- Status changed from Resolved to Closed
Also available in: Atom
PDF