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

romm / formz / 523
90%
master: 91%

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

pending completion
523

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>
  ```

14 of 14 new or added lines in 9 files covered. (100.0%)

2311 of 2614 relevant lines covered (88.41%)

13.76 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
100.0
Classes/AssetHandler/Connector/JavaScriptAssetHandlerConnector.php
Jobs
ID Job ID Ran Files Coverage
5 523.5 (TYPO3_VERSION=^7.6 COVERAGE=1) 14 Mar 2017 05:02PM UTC 0
88.41
Travis Job 523.5
Source Files on build 523
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #523
  • 1647035a on github
  • Prev Build on development (#520)
  • Next Build on development (#527)
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