computed_field 3.0.0

Bug fixes
New features

Changes since 3.0.0-alpha3:

computed_field 4.0.0-alpha7

Bug fixes
New features

- Issue #3393564 by Shreya_th, joachim, mellowtothemax, paulrad, marcusx: Fixed warning when modules call getSetting() with an unknown setting name.
- Issue #3384055 by DieterHolvoet: Extracted UI to a submodule.
- Issue #3410696 by sidharth_soman, wxman: Fixed undeclared property.
- Issue #3383437 by La vague illuminee: Fixed image field type can't be used for computed fields.

computed_field 4.0.0-alpha6

Bug fixes

- Issue #3374528 by gcb: Fixed computed fields using a lazy builder ignore display weight.

computed_field 4.0.0-alpha5

Bug fixes

- Issue #3372109 by joachim , gcb: Fixed fields using lazy builder causing crash in entity preview.
- Issue #3368642 by mrinalini9, arti_parmar, sidharth_soman: Fixed classes using \Drupal calls instead of dependency injection.
- Added details about core patches to README.

computed_field 4.0.0-alpha4

Bug fixes

IMPORTANT

Computed fields defined in config were not being added to the field map, which means they weren't appearing in various places that were looking for field definitions, such as Layout Builder's list of field blocks. This is now fixed for fields created with this release. For existing computed fields, doing a config export followed by a config import should update the field map.

The getFieldDefinitionSetting() method has been removed from ComputedFieldPluginInterface. Computed field plugins now need to implement getFieldDefinitionSettings().

computed_field 4.0.0-alpha3

Bug fixes

Fixed admin-defined computed fields not setting field name on their storage.

computed_field 4.0.0-alpha2

Bug fixes
New features

Changed to use field info alter hooks for automatically attaching plugins.

computed_field 3.0.0-alpha2

Bug fixes
New features

Notable changes:

  • Fixes "Empty value still shows label".
  • Adds support for computed cardinality.

Changes since 3.0.0-alpha1:

computed_field 3.0.0-alpha1

New features

Notable changes:

  • Drupal 9 support has been added.
  • To improve security, PHP code can no longer be entered from the front-end: If you've been implementing computed fields this way, you'll need to move the code from your configuration into a custom module.

Changes since 8.x-2.0:

computed_field 8.x-2.0-alpha4

Bug fixes

As per #2888867: What are the hook parameters ?, it wasn't obvious how to implement the compute function in code. The in-line documentation in the field help text has been improved to fix this.

Changes since 8.x-2.0-alpha3:

computed_field 8.x-2.0-alpha3

New features

Just like in D7, it's now possible to place your compute code in one of your custom modules as a function. Enjoy the security of not having users enter code from the Web UI, and keep it revision controlled with Git.

Changes since 8.x-2.0-alpha2:

computed_field 8.x-2.0-alpha2

Most of this was refactoring to remove code duplication.

Changes since 8.x-2.0-alpha1:

computed_field 8.x-2.0-alpha1

Bug fixes
New features

This is the first 2.x branch release with the rewrite from #2665434: Computed values not computed.

I checked to see if there's anything in 1.x that needs to be ported to 2.x, and there isn't. As such, we can officially declare 1.x dead; it will no longer be supported.

computed_field 6.x-1.0

First stable release.

No fixes here, just tagging the 6.x-1.x-dev version as stable.

computed_field 7.x-1.0-beta1

New features
Bug fixes

This is the first pre-release release for the Drupal 7 branch. Please report bugs on it, rather than the dev branch itself.

Changes since D7 fork:

computed_field 6.x-1.0-beta5

Bug fixes

Rolled back the patch from issue #414088 so that Computed Field does calculation on insert/update once again, rather then presave. This allows computed code to always have the nid of the node available.

#414088: Computed fields should compute on $op='presave' and/or $op='validate'

computed_field 6.x-1.0-beta4

New features
Bug fixes

A couple minor bug fixes, and computation moved to "presave" rather then "insert/update." Also compatibility with CCK multigroups. If no major bugs are reported this will be the last beta, and I'll release a long overdue official 1.0.

#349548 by markus_petrux - enables the use of Computed fields in multigroups.
#349548 by markus_petrux - Updating hook_content_is_empty()
#576334 - Added note about DB storage for Views and try to clean up $ tags
#414088 by matt2000 - Move computation to presave rather then insert/update
Updated Hungarian translation

computed_field 6.x-1.0-beta3

New features
Bug fixes

Changes since DRUPAL-6--1-0-BETA2:

  • #367281 - Longtext field is broken
  • #349555 by markus_petrux - Triggering Computed Field code on node preview
  • #339441: 'Display this field' doesn't work. Removed feature since cck in D6 provides 'Display fields'.
  • #534436: Compute values from code files (instead of DB stored code).
  • Update translation template.

computed_field 6.x-1.0-beta2

Updated beta release. Most notable changes:

#322022 - Rework hook_widget per CCK docs with Computed Field handling multi-values.

and German language translation work.

computed_field 5.x-1.2

Bug fixes

* Added a longtext option when storing to database, and fixed validation when
data type is text or longtext as per http://drupal.org/node/141340
* Added callbacks to hook_field_settings as per http://drupal.org/node/87619

computed_field 4.7.x-1.1

Bug fixes

Added a longtext option when storing to database, and fixed validation when data type is text or longtext as per http://drupal.org/node/141340

computed_field 5.x-1.1

The update to 5.0 is working with all of the examples in the readme. You'll probably need the cvs version of drupal for this to work, as CCK has issues with beta 1.

This release has also gotten rid of the old license, using LICENSE.txt instead.

computed_field 5.x-1.0

The update to 5.0 is working with all of the examples in the readme. You'll probably need the cvs version of drupal for this to work, as CCK has issues with beta 1.

Subscribe with RSS Subscribe to Releases for Computed Field