[TYPO3-core] RFC: Feature #16137: [em] Task to update extension list

Christian Kuhn lolli at schwarzbu.ch
Wed Nov 10 22:50:11 CET 2010


Hey,

On 11/10/2010 10:02 PM, Steffen Kamper wrote:
> i got it working again, but the task doen't work in part1 patch. it
> makes instance of the complete module which is not needed later.
> With part2 of the patch and DB update the task will be very easy and
> will update any available repository:
>
> for ($i = 1; $i < $repositoryCount; $i++) {
> $objRepository = t3lib_div::makeInstance('tx_em_Repository', $i);
> $objRepositoryUtility =
> t3lib_div::makeInstance('tx_em_Repository_Utility', $objRepository);
> $count = $objRepositoryUtility->updateExtList();
> }

Yes, I'm aware that the update procedure is much more simple after the 
em changes are complete. We can easily patch the task then.

BTW: I wanted to review part1 this evening, but I'm currently faced with 
a server's fs going amok, this has priority :(

Regards
Christian


More information about the TYPO3-team-core mailing list