Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
11.92 KB
MD5: 520aa8b586e95c727c85603e3720c33e
SHA-1: 4d2b57375f39511f5e2f9d007f912ff34fe032ee
SHA-256: 3474722707f68c1d11c2bcdce45e0fbd05e26e3e8e7671db9ac9d33e707ae020
Download zip
13.31 KB
MD5: 771d4328164daa5a60ae10f2710ac9db
SHA-1: 3852b1e8408f3bd1083c0baca2cd0e5237304241
SHA-256: ac4b05f9688f8ef8ff0334e7d152bd081ecfcbe7871a1205a142a10c7c180894
Release notes
This is the first stable release of the Field API Tab Editor (FATE) module. It rounds out all of the initial functionality, and resolves a security vulnerability first identified in the original Field API Pane Editor (FAPE) module, upon which FATE is based (the vulnerability is less severe in FATE than FAPE due to additional security checks).
Full release notes:
- #2243947 by DamienMcKenna: Clear the menu cache after updating a field.
- #2251211 by DamienMcKenna: Improved the README.txt file.
- By David_Rothstein: The menu access logic did not verify access to edit the entity that the field was attached to.
- #2249281 by DamienMcKenna: Incorrect usage of field_access().
- #2249283 by DamienMcKenna: Incorrect permission used in fate_access().
- #2244827 by DamienMcKenna: Don't auto-assign field default values.
- #2249299 by DamienMcKenna: Remove custom support for the title field.
- #2249291 by DamienMcKenna: Exclude Redirect module from the new form.
- #2249287 by DamienMcKenna: Require CTools 1.4.
- #2243963 by DamienMcKenna: Expanded module exclusion to include Metatag and Panelizer.
- #2243951 by DamienMcKenna: Exclude field groups from the new form.
- By DamienMcKenna: Mentioned References Manager in the README.txt.