[TYPO3-dev] [TYPO3-core] Changing TYPO3 source charset to UTF-8?

Ries van Twisk typo3 at rvt.dds.nl
Thu May 3 14:03:16 CEST 2007


Martin Kutschker wrote: on 03.05.2007 10:38:

>> I think keeping them as wrapper functions using t3lib_cs would be the
>> best solution.
>>


> PS: Still I think more and more that we should start removing  
> really old
> cruft before the advent of 5.0. The new beast will be completely
> incompatible anyway. So why bother with deprecating features but never
> remove them.
>

I agree. We should have a policy that says: Anything that we tag as
DEPRECATED will be removed at least two versions afterwards.

So if we mark something as deprecated now in trunk (before the release
of 4.2), it will be removed in the release of 4.3. The same goes if we
mark something as deprecated in 4.1.2, we remove it in the release of  
4.3.


Cheers,
Ernesto


Hey Guys,

one additional thing you can do with a in feature depreciated function
is log the calls to some table and make a small BE module that can view
with a debug trace who was using the function.

This way it's easy for anybody to see, and get alerted on time that a  
installation
is using a depreciated functions.

Then a site administrator can take action prior to updating a  
installation.
Then a administrator can fix it, or send a bug fix request to an  
extension owner.

It is handy for developers aswell...

Most frameworks handle depreciated functions like this...

Ries







More information about the TYPO3-dev mailing list