[TYPO3-core] change compatVersion=3.9.0 -> 4.0in sysext/css_styled_content

Peter Niederlag peter at niederlag.de
Thu Mar 30 10:39:44 CEST 2006


Hi,

Martin Kutschker schrieb:
> Peter Niederlag <peter at niederlag.de> writes on 
> Wed, 29 Mar 2006 23:06:04 +0200 (METDST):
[...]
> a) 3.9 is an odd check if we ship 4.0 and 3.9 was NEVER a release.
> b) = meaning >= sucks, this will lead to trouble someday.

Thats exactly what I am saying. ;)

> Please use 4.0 and rethink the comparison in the compatibilty check.
> 
> Or is this so that version=4.0.0 doesn't break with 4.0.1?

Exactly!

[compatVersion=4.0] is compared with
$TYPO3_CONF_VARS["SYS"]["compat_version"] = '4.0-CVS'
(if set, else current version is used)

It validates to *true* for any
$TYPO3_CONF_VARS["SYS"]["compat_version"] = '4.0-CVS' *higher* than
[compatVersion=4.0]

> In this case I suggest to make the check version=4.0 (meaning 4.0.x)
or version=4 (meaning 4.x).

Won't make any difference anytime. I'd keep 4.0 so it looks like another
[compatVersion=4.x] any future 4.x release might throw in.

Cheers,
Peter

BTW.: The more I think the mor I am convinved it would be much better to
just use current version by default and use conditions to force some
backwards-layer to apply.
-- 
Peter Niederlag * Neuer Sandberg 9 * 31535 Neustadt *
Fon (privat): 05036 / 924 100 * Fon (Büro): 05036 / 924 101
Fon (mobil): 0172 / 516 48 55 * Fax 05036 / 924 105
callto:typo3support (skype)
http://www.niekom.de * TYPO3 und EDV Dienstleistungen *
http://www.clown-goli.de * Clown-Comedy-Jonglage-Animation *



More information about the TYPO3-team-core mailing list