[TYPO3-core] RFC: Change setDBinit in config_default from array to string, enable textareas in Install Tool
René Fritz
rene at typo3.org
Wed Mar 8 12:31:49 CET 2006
+1
Please change in config_default
'binSetup' => '', // String: List of programs. ...
to
'binSetup' => '', // String (textarea): List of programs (as lines or comma
list). ...
I commit t3lib_exec to support newlines for that option
René
> This is a CVS patch request.
>
> It changes setDBinit (introduced by Karsten a few weeks ago) from an array
> to a string which will be exploded by newlines.
>
> To make this useable, I have also changed the Install Tool to support
> textareas when the comment starts with "string (textarea)".
>
> Additionally, the patch fixes the problems with missing commas at the end
> of an array which causes the parser to ignore the comment (thus it was not
> displayed under "All configuration").
>
> - michael
--
René Fritz
TYPO3 Association - Active Member
http://association.typo3.org/
More information about the TYPO3-team-core
mailing list