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

romm / formz / 523 / 5
90%
master: 91%

Build:
Build:
LAST BUILD BRANCH: wip/steps
DEFAULT BRANCH: master
Ran 14 Mar 2017 05:02PM UTC
Files 138
Run time 7s
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

14 Mar 2017 04:59PM UTC coverage: 88.409%. Remained the same
TYPO3_VERSION=^7.6 COVERAGE=1

push

travis-ci

web-flow
[!!!][TASK] Rename `formz` namespace to `fz` (#58)

The decision has been taken to rename the namespace `formz` to `fz` in the
contexts below.

The main reason is to improve readability: `fz` is far more ignorable by the eye
than `formz` is. It also reduces the weight of the generated code.

- **JavaScript**: the global namespace `Formz` is now accessible with `Fz`.

  Note that `Formz` is still accessible, but should be avoided.

  **Example:**

  ```javascript
  Fz.Form.get(...)
  ```

- **CSS**: the entire list of data attributes that looked like `formz-*` are
  transformed to `fz-*`. This does affect generated CSS files.

  **Example:**

  ```css
  form[fz-value-gender="male"] {
      ...
  }
  ```

- **Fluid**: the namespace `formz`, which was used in every template of the 
  extension has been renamed to `fz`.

  **Example:**

  ```html
  {namespace fz=Romm\Formz\ViewHelpers}

  <fz:field name="Email">
      ...
  </fz:field>
  ```

2311 of 2614 relevant lines covered (88.41%)

13.76 hits per line

Source Files on job 523.5 (TYPO3_VERSION=^7.6 COVERAGE=1)
  • Tree
  • List 0
  • Changed 15
  • Source Changed 15
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 523
  • Travis Job 523.5
  • 1647035a on github
  • Prev Job for TYPO3_VERSION=^7.6 COVERAGE=1 on development (#520.5)
  • Next Job for TYPO3_VERSION=^7.6 COVERAGE=1 on development (#527.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