[TYPO3-core] RFC #6833: Possibility to add inline JS to page
    Sebastian Kurfuerst 
    sebastian at typo3.org
       
    Tue Nov 27 09:37:17 CET 2007
    
    
  
Hi,
> Can't an update manager script handle this, by replacing old properties
> with new ones? Of course this could be tricky (because of included
> TS-files,etc), but perhaps it's an option for major releases (4.3, 4.4
> or 4.5)
>   
Yes, you can I think.
There is a TypoScript condition called compatVersion which should do
what we want:
[compatVersion == 4.2]
// all stuff which enables the new features
[else]
// TypoScript settings transforming the old settings to the new settings.
[end]
Greets,
Sebastian
-- 
Gimme Five!
    
    
More information about the TYPO3-team-core
mailing list