Downloads
Download tar.gz
19.26 KB
MD5: 985f275e355f78ce0ccf231af81b5008
SHA-1: d21dfe97b5506bd6361df2c0b61ef6b22dc3a1fb
SHA-256: 095541136eab4943bce1d0c3f1f05130885923d3754a22ca044d682285e1f5dc
Download zip
29.01 KB
MD5: f855a9c43407998370f513d1f21161e9
SHA-1: c51ac6013791ce392e77dde5c3ac7ac1a0a3a08a
SHA-256: 7a73c882cb9d43c72f5f24495ee028989993ac5e1d8c00677c3fd8ebc9bd5dd4
Release notes
Changes since 6.x-1.0-alpha1
---------------------------------
- Better exmaple in API file.
- Add drupal_alter() in exmaple module, to show how to use it.
- Change delete function signrature to get only the ID, and not the full object.
- Load OG plugins only if OG is installed.
- Add safety to check CTools minimal version exists.
- Remove class file.
- Use correct CTools API version.
- Add primary key to the export definition.
- Update plugin and form callback.
- Remove plugin properties that aren't needed - as they are dafultas.
- Use CTools CRUD functions.
- plugin's name is always present.
- Remove obsolete code, as CTools export-ui is taking care of exports.
- Use ctools_static(), instead of regular static.
- Rename Views filter.
- Update signature of form settings callback.
- Update features info.
- Update message-exmaple module.
- Adapt rules to change in message_get_realm_types().
- Improve generic handler logic.
- Move handler to main handlres decleration.