Bug #10573
t3lib_TCEforms->helpText() is deprecated and will be removed in TYPO3 4.7
Status: | Closed | Start date: | 2010-11-01 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | Lorenz Ulrich | % Done: | 100% |
|
Category: | - | |||
Target version: | 1.6.0 |
Description
With current trunk and feeditadvanced 1.4.0 you get this message when working with feeditadvanced:
01.11.2010 12:16: t3lib_TCEforms->helpText() - since TYPO3 4.5, will be removed in TYPO3 4.7
require
#84 // require
#194 // tx_feeditadvanced_ajax->processAction
#846 // tx_feeditadvanced_ajax->editItem
#169 // tx_feeditadvanced_ajax->renderContentElement
#214 // tslib_cObj->cObjGetSingle
#739 // tslib_content_Case->render
#774 // tslib_cObj->stdWrap
#54 // tslib_cObj->stdWrap_editPanel
#2014 // tslib_cObj->editPanel
#3141 // t3lib_frontendedit->displayEditPanel
#7536 // tx_feeditadvanced_editpanel->editPanel
#114 // tx_feeditadvanced_editpanel->wrapContent
#279 // tx_feeditadvanced_editpanel->formsOnPageForm
#430 // tx_feeditadvanced_tceforms->getMainFields
#630 // tx_feeditadvanced_tceforms->getSingleField
#922 // t3lib_TCEforms->helpText
#814 // t3lib_div::logDeprecatedFunction
#5162 (t3lib\class.t3lib_tceforms.php#5161)
Related issues
Associated revisions
Fixed bug #10573: t3lib_TCEforms->helpText() is deprecated and will be removed in TYPO3 4.7 (Thanks Christopher)
Resolves: #10573
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/feedit/trunk@4368 743128fe-103e-dd11-99c4-001b210b3e58
History
#1 Updated by Chris topher over 4 years ago
Problem is tx_feeditadvanced_tceforms->helpText, line 803 and lines 813, 814.
t3lib_BEfunc::wrapInHelp() provides the functionality for TYPO3 4.5 and newer instead.
More infos:
http://forge.typo3.org/projects/typo3v4-core/repository/changes/trunk/t3lib/class.t3lib_tceforms.php
Rev. 9081, 9131
#2 Updated by Chris topher over 4 years ago
- File 10573_Fix_CSH.txt added
- % Done changed from 0 to 60
Attached is an untested patch.
The logic could still be less redundant maybe...
#3 Updated by Chris topher over 4 years ago
- File 10573_Fix_CSH.diff
added
#4 Updated by Chris topher over 4 years ago
- File deleted (
10573_Fix_CSH.txt)
#5 Updated by Chris topher over 4 years ago
Currently the help bubbles are not available in FE context which is why displaying them does not work. Attached v2 takes this into account and also is less redundant.
#6 Updated by Chris topher over 4 years ago
- File 10573_v2.diff
added
#7 Updated by Grégory Duchesnes almost 4 years ago
Any update on this? Would be very nice to have it in next release.
Would sponsoring help?
#8 Updated by Oliver Hader almost 4 years ago
- Status changed from New to Accepted
#9 Updated by Franz Geiger about 3 years ago
This issue brakes fe editing in 4.7.0. Since this is the currently promoted version of Typo3, it'd be really great if this could be fixed.
Thanks
#10 Updated by Lorenz Ulrich about 3 years ago
- Status changed from Accepted to Under Review
- Assigned To set to Lorenz Ulrich
#11 Updated by Lorenz Ulrich about 3 years ago
- Target version set to 1.6.0
I slightly modified the patch to avoid deprecation warnings in 4.7.
#12 Updated by Lorenz Ulrich about 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 60 to 100
Applied in changeset r4368.
#13 Updated by Pascal no-lastname-given over 2 years ago
I can confirm the patch solves the issue.
It might be nice to have this patch in the TER version (guessing 4.7 will be in use at quite some installations by now ;-)
#14 Updated by Chris topher 12 months ago
- Status changed from Resolved to Closed