tablefield 3.0.0

Bug fixes

tablefield 3.0.0-rc1 released as 3.0.0

Compatible with Drupal 11.

Changelog

Changes since 8.x-2.5:

tablefield 8.x-2.5

Bug fixes
New features
Unsupported

tablefield 8.x-2.5-rc3 released as 8.x-2.5.

tablefield 3.0.x-dev

Bug fixes
New features

Initial support for Drupal 11. This includes a deprecation error that breaks support below Drupal 10.3.

tablefield 8.x-2.5-rc2

Bug fixes
Unsupported

Contributors (3)

Liam Morland, lkmorlan, sarwan

Changelog

Issues: 8 issues resolved.

Changes since 8.x-2.5-rc1:

tablefield 8.x-2.5-rc1

Bug fixes
Unsupported

PHP 8.2 compatibility.

Contributors (1)

dineshkumarbollu, Liam Morland

Changelog

Issues: 4 issues resolved.

Changes since 8.x-2.4:

tablefield 8.x-2.4

New features
Unsupported

Contributors (4)

emilymathew, Project Update Bot, atul ghate, JeroenT

Changelog

Issues: 2 issues resolved.

Changes since 8.x-2.3:

tablefield 8.x-2.3

Bug fixes
Unsupported
  • Issue #3200083 by NikolaAt, ankithashetty: Notice: Undefined index: tablefield...
  • Issue #3174287 by nikita_tt, azslay: Notices and Warnings in TablefieldItem

tablefield 8.x-2.1

Security update
Unsupported

This is a security update for tablefield.

Fixes SA-CONTRIB-2019-067.

tablefield 8.x-2.0

Bug fixes
New features
Insecure
Unsupported

Note that NO upgrade path from the Drupal 7 version is provided. Main consideration to come with a stable release is the reported number of site install for the Drupal 8 version (+3K at time of writing) with relatively few issues.

tablefield 8.x-2.0-alpha3

Bug fixes
New features
Insecure
Unsupported

Changes since 8.x-2.0-alpha1 (ignore alpha2):

tablefield 8.x-2.0-alpha2

Bug fixes
New features
Insecure
Unsupported

Please ignore this release. It was accidentally cut on the wrong (D7) branch.

tablefield 7.x-3.2

Bug fixes
New features
Insecure
Unsupported

Changes since 7.x-3.1:

tablefield 7.x-3.1

Bug fixes
New features
Insecure
Unsupported

Changes since 7.x-3.0:

tablefield 7.x-3.0

Bug fixes
New features
Insecure
Unsupported

Offers a new data structure for storing tables besides of multiple new features and bug fixes.

Upgrading from tablefield-7.x-2.x to tablefield-7.x-3.x

A database update script using hook_update_N is provided that takes care of:
- converting existing table to a new database structure
- moving existing field settings to display settings instead, maintaining the
values.

tablefield 7.x-3.x-dev

Bug fixes
New features

Offers a new data structure for storing tables

Upgrading from tablefield-7.x-2.x to tablefield-7.x-3.x:

A database update script using hook_update_N is provided that takes care of:
- converting existing table to a new database structure
- moving existing field settings to display settings instead, maintaining the
values.

It should be noted that the database structure has fundamentally changed. If
you use (custom) code that interacts directly with the tablefield data you
would probably have to revise the code.

tablefield 7.x-2.5

Bug fixes
New features
Insecure
Unsupported

Changes since 7.x-2.4:

tablefield 8.x-2.x-dev

New features

This is a D8 port. Give it a spin!

See https://www.drupal.org/node/2189203

Initial effort by:

Walmyr:
--author="wlsf82 <wlsf82@2914625.no-reply.drupal.org>"

Felipe:
 --author="felipeduardo <felipeduardo@1232108.no-reply.drupal.org>"

Sebas:
 --author="sebas5384 <sebas5384@567694.no-reply.drupal.org>"

Refactoring and nearing completion by:

tablefield 7.x-2.4

Bug fixes
Insecure
Unsupported

This release fixes bugs to do with multi-valued tablefields, multiple different tablefields on same content type, entity translation of tablefields, tablefields as part of field collections and also has a couple of small alignments with best practices. In detail:

tablefield 7.x-2.3

Security update
Insecure
Unsupported

Fixes XSS vulnerability in field help text on entity edit forms that contain a TableField: SA-CONTRIB-2014-077.

tablefield 7.x-2.1

New features
Bug fixes
Insecure
Unsupported

tablefield 7.x-2.0-beta5

Bug fixes
Insecure
Unsupported

commit 34ca2eb0ada78324368ddd32b6297f43a94ae689
Author: Kevin Hankens
Date: Thu Nov 3 11:29:32 2011 -0400

1128320#2 by Kevin Hankens: in some cases we need to include node.pages.inc.

commit a76289906c0d2988b37711b5613cc9bf9c952432
Author: Kevin Hankens
Date: Thu Nov 3 11:24:16 2011 -0400

1119320#3 by carylson: Fixing an undefined index.

tablefield 7.x-2.0-beta3

Bug fixes
Insecure
Unsupported
  • Misc. bug fixes
  • Had to skip beta1 and beta2 because of an old CSV mistake, oops!

tablefield 7.x-2.0-alpha5

Bug fixes
Insecure
Unsupported

Minor fixes to coincide with core updates. Should now be fully compatible with RC3.

tablefield 7.x-2.0-alpha4

Bug fixes
Insecure
Unsupported
  • Fixed the machine-name input format storage, previously int, now varchar 255

tablefield 7.x-2.0-alpha3

Bug fixes
Insecure
Unsupported
  • Fixed a critical bug with ajax responses.
  • Fixed language handling with CVS Uploads.
  • General cleanup of UI elements and code.

tablefield 7.x-2.0-alpha2

New features
Bug fixes
Insecure
Unsupported
  • CSV load using fgetcsv().
  • CSV upload via #ajax.
  • Declaring CSV as acceptable upload file type.

tablefield 6.x-2.0

Bug fixes
Unsupported
  • Moving 6.x-2.0 into the recommended version slot.
  • Various bug fixes with CSS names. Make sure to update any custom styles you are using!
  • General cleanup of CSS styles, e.g. underscores to dashes.
  • Various UI bug fixes, e.g. field descriptions not showing up.

tablefield 6.x-2.0-beta2

Bug fixes
Unsupported

Fixing a number of miscellaneous bugs:

  • Bug report #838812 by btaff - Adding enctype to ensure CSV uploads are available.
  • Bug report #860258 by jonathan_hunt fixing table attribute ids.
  • Bug report #881126 by jonathan_hunt fixing help text bug.

tablefield 6.x-2.0-beta1

New features
Unsupported

This release backports the CSV import feature from the D7 version. It also integrates a few minor bug fixes and code improvements.

tablefield 7.x-1.3-alpha2

New features
Bug fixes
Unsupported
  • Added CSV import feature on a per-table basis
  • Added widget formatting/CSS for improved readability and usability.
  • Moved table rebuild features into a nested fieldset for improved usability.
  • Miscellaneous bug fixing, PHP warning mitigation, and stability improvements.

Pages

Subscribe with RSS Subscribe to Releases for TableField