[TYPO3-dev] Re: [TYPO3-core] RFC: #9758: Write Configuration to extTables.php
Benjamin Mack
benni at typo3.org
Sat May 22 17:44:29 CEST 2010
Hey,
I feel that this feature is rather incomplete and bears a lot of
problems with it.
I just tried it the other day and an admin who starts playing with TYPO3
might set something like
$TCA['sys_action'] = '';
then the system breaks, and if display_errors is off, then the admin has
no clue.
This bears a rather critical issue that by just setting one (wrong)
thing in the BE, the site goes down.
I don't like that. Any ideas on how to overcome that? And no: Not just a
JS warning every time you click on it!
All the best,
Benni.
On 10.11.08 01:08, Steffen Kamper wrote:
> Hi,
>
> this is a SVN patch request.
>
> Type: Feature (Enhancement)
>
> Bugtracker references:
> http://bugs.typo3.org/view.php?id=9758
>
> Branches: trunk
>
> in Configuration module you can view the TCA-array. By clicking on a
> property you get an input field with the complete line.
>
> You will see a message:
> (Now, copy/paste this value into the configuration file where you can
> set it. This is all you can do from here...)
>
> Not any longer :-)
>
> I added a few lines so it's possible to change the line and write it
> direct to extTables.php. As this script is enabled by default, you don't
> need any more now.
>
> Attached are also screenshots how this look.
>
> I disabled this functionality for $TYPO3_LOADED_EXT and $BE_USER->uc
>
> vg Steffen
More information about the TYPO3-dev
mailing list