[TYPO3-core] RFC: #16315: New extension manager part 1: splitting classes

Xavier Perseguers typo3 at perseguers.ch
Thu Nov 11 09:45:00 CET 2010


Hi Ernesto,

>> Seems like the recently added hook for DBAL has been "forgotten" in your
>> patch:
>>
>> Fatal error: Interface 'em_index_checkDatabaseUpdatesHook' not found
>>
>> Otherwise, it seems that EM works but I'll have to test it a bit further
>> before giving a final review :-)
>
> The interface was just "renamed" to the new convention
>
> -interface em_index_checkDatabaseUpdatesHook {
> +interface tx_em_Index_CheckDatabaseUpdatesHook {
>
> I would say you just rename it in your DBAL too, since it hasn't been
> released with the old name yet.

I updated this locally. I'm waiting for RFC 16215 to be able to commit 
this feature in DBAL. There is an open point in 16215 as the multiple 
configuration lines in localconf.php cannot be edited through Install 
Tool (it breaks the config).

Nothing new compared to what happened with DBAL installs before but now 
that this will become "official" to support multiple lines of 
configuration, this should be tackled with.

Problem is that I won't be able to rework this other patch before 
feature freeze.

Cheers
Xavier


More information about the TYPO3-team-core mailing list