[TYPO3-core] [Passed] alexanderschnitzler/TYPO3-Sandbox#57 (bugfix/54243 - 5d0a9d5)

Travis CI notifications at travis-ci.org
Mon Jan 13 15:20:26 CET 2014


Build Update for alexanderschnitzler/TYPO3-Sandbox
-------------------------------------

Build: #57
Status: Passed

Duration: 14 minutes and 21 seconds
Commit: 5d0a9d5 (bugfix/54243)
Author: Alexander Schnitzler
Message: [!!!][BUGFIX] Cast negative int to boolean (true) in BooleanNode

Currently Fluid treats negative integers as false which
results in <f:if condition="-9"> rendering else instead
of then.

When casting integers to boolean using php all integers
other than 0 (zero) are casted to true, just 0 results in
false. Therefore, casting of BooleanNode::convertToBoolean
must be adjusted to act like plain php.

This bugfix is a breaking change as people might have
deliberately used the wrong behaviour.

Releases: 6.2
Resolves: #54243
Resolves: #33597
Change-Id: Iebaa578cf071909610ca0e1abfc9bfaad7459231

View the changeset: https://github.com/alexanderschnitzler/TYPO3-Sandbox/compare/8b3284cadf57^...5d0a9d59e881

View the full build log and details: https://travis-ci.org/alexanderschnitzler/TYPO3-Sandbox/builds/16867613

--

You can configure recipients for build notifications in your .travis.yml file. See http://about.travis-ci.org/docs/user/build-configuration


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20140113/45ffb3d4/attachment.htm>


More information about the TYPO3-team-core mailing list