[TYPO3-dev] Deploy localconf.php from test to live system

Ernesto Baschny [cron IT] ernst at cron-it.de
Wed Oct 27 23:59:14 CEST 2010


Steffen Kamper schrieb am 27.10.2010 22:59:
> Hi,
> 
> why does noone comes up with a patch? It would be easy to implement a
> logic to structure localconf like this:
> 
> <?php
> //put your preconfig here
> 
> /*SYSTEM START*/
> //this area will be used for write by core and install tool
> 
> /*SYSTEM END*/
> 
> //put your postconfig here

IMHO no patch is needed. You already have a "START TOKEN" after which
install tool puts his new lines into (see class.t3lib_install.php) and
you also have your extensions ext_localconf.php where you can add stuff
which will be loaded AFTER the localconf.php.

So what's missing?

Cheers,
Ernesto





More information about the TYPO3-dev mailing list