tablefield 8.x-2.3

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

tablefield 8.x-2.0

Bug fixes
New features
Insecure

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

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

tablefield 8.x-2.0-alpha2

Bug fixes
New features
Insecure

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

tablefield 7.x-3.0

Bug fixes
New features
Insecure

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

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

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

tablefield 7.x-2.0-beta5

Bug fixes
Insecure

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

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

tablefield 7.x-2.0-alpha4

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

tablefield 7.x-2.0-alpha3

Bug fixes
Insecure
  • 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
  • CSV load using fgetcsv().
  • CSV upload via #ajax.
  • Declaring CSV as acceptable upload file type.

tablefield 6.x-2.0

Bug fixes
  • 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

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

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
  • 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.

tablefield 7.x-1.3-alpha1

New features
  • All hooks (storage/widget/formatter) updated from CCK to Field API.
  • Storage altered to track input format selections.
  • Minor refactoring for improved performance.
  • CSS updates for D7 system selectors.
  • Improved handling of non-set elements to avoid PHP warnings.

tablefield 6.x-1.1

Insecure
  • Bug report #742872: Fix for batch processing of nodes.
  • Feature request #707888: Added row/col classes to each table cell.
  • Additional fixes: Fixed non-working required form element.

tablefield 6.x-1.0

Insecure

Minor bug fixes; Moving to a release state after a period of beta testing.

tablefield 6.x-1.0-beta2

Bug fixes
Insecure
  • Added handling for input formats
  • Bug fix: better definition of empty field
  • Bug fix: empty default multi-value elements still being displayed in node view
  • Bug fix: more appropriate handling of default values
  • Bug fix: table names not using field definition

tablefield 6.x-1.0-beta1

New features
Insecure

Initial release of tablefield module which provides a cck widget/field to store/present tabular data with a node.

Subscribe with RSS Subscribe to Releases for TableField