[TYPO3-core] RFC: Feature Request #9625: Integrate possibility to extend TCEforms palettes easily
Oliver Hader
oliver at typo3.org
Thu Nov 6 19:46:33 CET 2008
FYI: Committed the attached patch to SVN Trunk (rev. 4428)
olly
Oliver Hader schrieb:
> This is a SVN patch request.
>
> Problem:
> The t3lib_extMgm API provides methods to add new fields to a table.
> However, there is no easy possibility to add fields to palettes.
>
> Solution:
> Add new functionality to t3lib_extMgm that that enables to handle
> palettes as well. The new functions can be called like the following:
>
> t3lib_extMgm::addNewFieldsToAllPalettesOfField($table, $field,
> $addFields, $insertionPosition = '');
> t3lib_extMgm::addNewFieldsToPalette($table, $palette, $addFields,
> $insertionPosition = '');
>
> Comments:
> This patch will be used also for the OpenId integration (RFC #9474).
> Furthermore this patch extends t3lib_div::trimExplode by the possibility
> to limit the result items like it's possible with PHP's explode.
>
> Bugtracker references:
> http://bugs.typo3.org/view.php?id=9625
>
> Branch: Trunk
--
Oliver Hader
TYPO3 4.3 Release Manager
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0009625_followup.patch
Type: text/x-diff
Size: 1402 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20081106/da4e7c4f/attachment.patch
More information about the TYPO3-team-core
mailing list