• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

FluidTYPO3 / flux / 2170 / 5
93%
development: 93%

Build:
DEFAULT BRANCH: development
Ran 09 Apr 2016 11:55AM UTC
Files 163
Run time 5s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

09 Apr 2016 11:52AM UTC coverage: 93.511%. Remained the same
CHECKSTYLE="YES" COVERAGE="YES"

push

travis-ci

NamelessCoder
[BUGFIX] Avoid adding range in TCA if not specified

If using `<flux:field.input .../>` without `maximum` and `minimum`, then `NULL` was used for upper and lower in the range definition.

Since commit https://github.com/TYPO3/TYPO3.CMS/commit/c6d12307d
this results into an error in the FormEngineValidation.js. NULL is converted to '0'.
A range test of lower 0 to upper 0 will be done and marks the field as not valid if the value is not 0.

There is also a wrong check with the test on $minimum >= 0 or $maximum >= 0. Now it is possible to use negative values for minimum or maximum.

4957 of 5301 relevant lines covered (93.51%)

15.92 hits per line

Source Files on job 2170.5 (CHECKSTYLE="YES" COVERAGE="YES")
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2170
  • Travis Job 2170.5
  • 706f35cb on github
  • Prev Job for CHECKSTYLE="YES" COVERAGE="YES" on development (#2169.5)
  • Next Job for CHECKSTYLE="YES" COVERAGE="YES" on development (#2171.5)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc