[TYPO3-core] RFC #6957: Remove bottom button panel in alt_doc.php

Ingmar Schlecht ingmar at typo3.org
Sat Dec 15 16:38:00 CET 2007


Hi Benni,

Benjamin Mack schrieb:
> Hey guys,
> 
> Dmitry Dulepov [typo3] wrote:
>> May break XCLASSes?
> I thought that too.

They'd be pretty much broke anyway by the massive layout changes of
alt_doc.php, wouldn't they? But I don't care if you depreciate it
properly or remove it altogether right now.


>> What about keeping it in 4.2 with "trigger_error('This option is
>> obsolete and should not be used any more')" and removing in 4.3? Just
>> an idea. Not that I insist, we can remove it as well. Just thought
>> trigger_error() is more developer-friendly then "call to
>> non-existing..."
> I could agree with that. But what about having a good way of doing this,
> we need something like "@deprecated since TYPO3 4.2, remove in TYPO3
> 4.4", then before 4.4 I can do a "grep" to find the lines of the
> functions that I can remove?
> 
> We need a good (and well documented) solution on how to take care of
> deprecated functions.
> 
> What do you think (and: how should I change my patch accordingly)?

Solution:
  - Invent a JavaDoc tag
  - Document it, and put the doc to Pending Documentation to be put to
    the coding guidelines
  - use it in your patch

cheers
Ingmar

-- 
Ingmar Schlecht
TYPO3 Association Active Member


More information about the TYPO3-team-core mailing list