Posted by kolier on July 25, 2012 at 10:43pm
Github Repository
https://github.com/kolier/eck_extras
Add ECK extra functions not exist in the eck core.
=== Feature ===
* Path for ECK
- - Path setting per entitty.
- - Integrate with pathauto, auto path alias setting per bundle.
- - Allow Entity CRUD Path setting per bundle.
* Property Behavior
- - Published: Type(Interger/Unsigned Integer), like node published function.
- - Machine Name: Type(Text), machine_name for title.
* Property Setting
- - Property Lable change after it's created.
* Field UI & Display
- - Make title, published, eck_path sortable.
- - Integrate with Dispay Suite.
== Planed Feature ==
=== Integration ===
- Field UI: title, published, eck_path.
- Pathauto.
- Dispay Suite.
Useful Patches
- Page manager integration. Allow to utilize panels. http://drupal.org/node/1373466
- Features export issue. http://drupal.org/node/1867614
=== Install ===
Need to use eck-7.x-2.x-dev(2012-Oct-30) and later.
=== API Hook ===
hook_eck_extras_pathauto_alias_alter(&$alias, &$context)
@see eck_extras_pathauto_create_alias().