[TYPO3-core] RFC: #4662 PAGE_TARGET =

Ernesto Baschny [cron IT] ernst at cron-it.de
Thu Oct 25 12:38:44 CEST 2007


Steffen Kamper wrote: on 25.10.2007 12:16:

>> the patch doesn't apply very cleanly because of these
>>
>> -
>> ?>
>> \ No newline at end of file
>>
>> parts. Maybe you could check on that? Other than that, just fix the
> 
> this is automatic created by tortoise - it doesn't matter (should)
> Did you tried to apply the patch?

Yes, it says:

patching file typo3/sysext/css_styled_content/static/constants.txt
Hunk #2 FAILED at 151.
1 out of 2 hunks FAILED -- saving rejects to file
typo3/sysext/css_styled_content/static/constants.txt.rej

And typo3/sysext/css_styled_content/static/constants.txt.rej contains:

***************
*** 143,147 ****

  [END]

- # TYPO3 CVS ID: $Id$
-
--- 151,154 ----

  [END]

+ # TYPO3 CVS ID: $Id$

>> version for the compat-version change:
>>
>> +    'version' => 4200000,
>>
>> should be:
>>
>> +    'version' => 4002000,
>>
> trunk is for 4.2 right? so 4002000 is 4.2?

Yes, this is used with t3lib_div::int_from_ver(), which pads every part
of the "." separated version with zeroes to get 3 positions each, so
they are comparable. If we someday have 4.199.0 it is comparable to
4.2.0 (4.199.0 > 4.2.0 because 4199000 > 4002000).

Cheers,
Ernesto


More information about the TYPO3-team-core mailing list