[TYPO3-core] RFC#14752: Add Update Wizards for Skinning Changes

Steffen Ritter info at rs-websystems.de
Sat Jun 19 18:19:32 CEST 2010


Am 19.06.2010 17:49, schrieb Oliver Klee:
> Hi,
>
>> Index: typo3/sysext/install/mod/class.tx_install.php
>> ===================================================================
>> --- typo3/sysext/install/mod/class.tx_install.php	(Revision 7964)
>> +++ typo3/sysext/install/mod/class.tx_install.php	(Arbeitskopie)
>> @@ -153,6 +153,8 @@
>>   require_once(t3lib_extMgm::extPath('install').'updates/class.tx_coreupdates_installnewsysexts.php');
>>   require_once(t3lib_extMgm::extPath('install') . 'mod/class.tx_install_session.php');
>>   require_once(t3lib_extMgm::extPath('install') . 'updates/class.tx_coreupdates_statictemplates.php');
>> +require_once(t3lib_extMgm::extPath('install') . 'updates/class.tx_coreupdates_t3skin.php');
>> +require_once(t3lib_extMgm::extPath('install') . 'updates/class.tx_coreupdates_compressionlevel.php');
>
> Why not provide ext_autoload.php instead of having this ever-growing
> list of includes?
>
>
> Oli
afaik install tool should not rely on it... at least when autoloading 
was placed to core install tool was not included by decision, not by 
mistake, so i just proceded "the normal way"


More information about the TYPO3-team-core mailing list