Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
54.93 KB
MD5: b1279f557fb59cb2314956bdd07d451b
SHA-1: 75b9d900727ca3b746103ff797cec5d799550523
SHA-256: cace7172f91fc80c79a69a02253902b2b45a420be58a8e21d37911e74b5a7f25
Download zip
76.29 KB
MD5: fe7bcaa4d6fe600b49e72a4bbafd5989
SHA-1: 391de436ae302db8c5620c70505a3dc5ffaf34c9
SHA-256: b9b7ac09499b4efd5577628c5319a599030ef5b4ba28155ed779db2a8d141fb3
Release notes
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:
- #1363600: fix FieldAPI admin UI paths
- #1363554: deprecate data_node, data_taxonomy on D7, upgrade path?
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'.
- #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.
- #1056470 by emackn, joachim: Fixed multiple SQL injection and XSS vulnerabilities.
- Added description to permission and set 'restrict access' on it.
- Added links to the Views edit page and display pages to the data table admin list.
- Fixed primary key PDO errors in table schema edit.
- Added clearing of caches to table adoption; todo remains with Views cache.
- Added in default empty meta array in table data.
- Fixed missing 'module' key in schema with workaround and @todo.
- Fixed breadcrumbs in data table edit.
- Added system for disowning a table.
- Moved data_schema_alter() to install file; added further docs and todos.
- Removed comment about CTools not being installed: it is a dependency.
- Added function docblock.
- Fixed 404 on dropping a table.
- Fixed circular dependency with schema and CTools.
- Moved data_get_all_tables() to ease spaghetti.
- Fixed warning message in UI.
- Uncomment hook_schema_alter(); seems to work ok.
- Fixed for changes to Database API functions.
- Fixed warning on empty field labels.
- Fixed adding a field to a table.
- Commented out hook_schema_alter() for the time being.
- Upgraded for FormAPI #markup elements.
- Added file list to info file; removed obsolete data_include().
- Replaced obsolete schema_invoke() for upgraded Schema module.
- Fixed incorrect menu path.
- Upgraded for changes to CTools.
- Applied Coder upgrade Core API conversion.
- Applied Coder upgrade coding standards conversion.
- Stripping CVS keywords