Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
17.34 KB
MD5: 0f5a3e9f3f998ed12d7c6bf1fd864274
SHA-1: 5dad7cf725df02c499f49a68a08d11f9e8c40564
SHA-256: 2cd3856c628cb8f3088d6f1492a7a0f61fca6ca3c82fc40c3118f3f523801915
Download zip
21.16 KB
MD5: 2dea8a686729cac30706a72f761052c2
SHA-1: 9e9dd9c60b1bce660616e056879a1eb9d35f8711
SHA-256: 7d78f60a5f970ec87cf3287ffe25a91337d0322f76d714a8e52bd8ad6245df1f
Release notes
New alpha release. The major functional change is that this module now implements special cases for all the core entities, and will respect access control around all those entities (with the notable exception of the file entity). We also prepared a new plugin system, which will allow a clean implementation of #1253776: Add views support for providing a list of entities or bundles (views filtering, relationships, etc) down the road.
Changes since 7.x-1.0-alpha1:
- #1257810: add a new autocomplete mode, that handles multiple values the same way as a nodereference widget.
- Follow-up to issue #1261856: fix upgrade path.
- #1261856: workaround core bugs for node, user, comment, file, and taxonomy terms.
- #1269840 by Haza: add support for Devel Generate.
- #1261086: Add missing reference to the migrate handler.
- #1260930: implement support for Views reverse relationships.
- #1261086: implement a Migrate handler.
- #1258404 by jsacksick: increase the robustness of the autocomplete validation.
- #1257284 by jsacksick: fix the handling of the 'all bundles' settings in the UI.