data 8.x-1.0-alpha1

New features
Unsupported

What you can do with this release:

  1. Create tables
  2. Delete tables
  3. Use `data.row_manager` service to add new rows to tables

This release is not intended for use in production, early adopters only. It doesn't have views and search API integrations

data 8.x-1.x-dev

New features

(Unusable) 8.x-1.x dev release. Created to track 8.x-1.x upgrade process

data 7.x-1.0-alpha6

Bug fixes
Unsupported

This release fixes a critical bug in alpha 5.

See the alpha 5 release notes if upgrading from alpha 4 or older.

Changes since 7.x-1.0-alpha5:

  • #2181683 by joachim: Fixed call to data_entity.module function from data_ui_menu().
  • by joachim: Cleaned up code formatting of queries that were automatically converted from D6 syntax.

data 7.x-1.0-alpha3

Security update
Bug fixes
Unsupported

Changes since 7.x-1.0-alpha2:

data 6.x-1.1

Security update
Bug fixes
Unsupported

Changes since 6.x-1.0:

data 6.x-1.0

Security update
New features
Bug fixes
Insecure
Unsupported

Changes since 6.x-1.0-alpha14:

data 7.x-1.0-alpha1

New features
Insecure
Unsupported

First release for Drupal 7.

New features:

  • #1342294 by joachim: Added ability to add fields to data table entity types.
  • #1342294 by joachim: Added a module to create entity types and entities from tables.
  • #948426 by patcon, joachim: Added ability to pick any Views handler for data table fields.
  • Added system for disowning a table.

A nice side-effect of entities is support for Views Bulk Operations for free!

Known bugs:

Full list of changes:

  • by joachim: Downgrading core version of data_node, data_search, data_taxonomy modules as these have not been fully upgraded and are likely obsolete.
  • by joachim: Fixed entity types being defined for tables with no primary key.
  • by joachim: Fixed default view alteration trying to change views that don't exist.
  • by joachim: Fixed warning for missing array index in hook_views_default_views().
  • #616590 by becw, joachim: Fixed links to non-existent views for tables without primary keys.
  • #1363638 by joachim: Fixed missing hook_menu() item for path 'admin/content/data'.

data 6.x-1.0-alpha14

Bug fixes
Insecure
Unsupported
  • #883090 batje, alex_b: Fix static caching in data_taxonomy_get_info().
  • #901944 markdorison: Document HTML Fields.
  • #922868 jscm, alex_b: Don't allow commas in tag names.

data 6.x-1.0-alpha13

New features
Bug fixes
Insecure
Unsupported
  • #836878 rsoden, Will White, alex_b: Support mapping of complex terms.
  • #868740 Will White, alex_b: Support exportable vocabularies.
  • #895368 David Goode: data_taxonomy - term_data join for enabled data tables.
  • #693056 David Goode: data_taxonomy - don't override existing relationships.

data 6.x-1.0-alpha12

Bug fixes
Insecure
Unsupported

- #866476 Fix CTools 1.7 compatibility issues.
- #780358 Fix PK and index errors on table changes.
- #867590 Use Exceptions. NOTE: this may require you to update modules that use Data's DataTable API.

data 6.x-1.0-alpha11

New features
Insecure
Unsupported

data 6.x-1.0-alpha10

New features
Insecure
Unsupported

- Add observer/visitor hooks for insert/update/delete.
hook_data_insert()
hook_data_delete()
hook_data_delete_query_alter()
- Rename "manage data relations" to "edit data node relations".
- #688850 k4ml: Fix incompatible PostgreSQL query.

data 6.x-1.0-alpha9

New features
Bug fixes
Insecure
Unsupported

- #625092 phayes: Geometry support.
- #623974 phayes: Big text support.
- #615078 bec: Fix creating table with varchar field + size.
- #616324 bec: adopt tables.

data 6.x-1.0-alpha8

New features
Bug fixes
Insecure
Unsupported

- Split building tables and browsing content into admin/build/data and admin/content/data.
- Data table title editable.
- Data search removes search index for deleted entries.
- Minor fixes and additions.

data 6.x-1.0-alpha7

Bug fixes
Insecure
Unsupported

- Fix some notices
- Update CTools dependency. Data relies on CTools 6.x-dev now.

data 6.x-1.0-alpha6

New features
Bug fixes
Insecure
Unsupported

- Allow modules to expose their default tables via hook_schema(). Enables using update infrastructure on data tables: hook_update_N().
- Break out data manipulation in DataHandler class.

API change: DataTable::save() DataTable::load() DataTable::delete() etc. moved to DataHandler.

data 6.x-1.0-alpha4

New features
Insecure
Unsupported

- Relate data records to nodes (UI work by yhahn)

data 6.x-1.0-alpha3

New features
Insecure
Unsupported

- Add search support, courtesy of yhahn.

data 6.x-1.0-alpha2

New features
Bug fixes
Insecure
Unsupported

- Various bug fixes
- More detailed views configuration
- New data types to support lat/lon geo data

data 6.x-1.0-alpha1

New features
Bug fixes
Insecure
Unsupported

Initial release. Minor known issues (check out issue queue).

Some features missing:

- CRUD for data in data tables
- Tests for editing tables

data 6.x-1.x-dev

Development snapshot. Use with caution. If possible, use cvs checkout instead.

Subscribe with RSS Subscribe to Releases for Data