Releases for Value Providers
value_provider 6.x-1.0-rc1
Official release from CVS tag: DRUPAL-6--1-0-RC1
First released: January 16, 2009 - 19:11
First released: January 16, 2009 - 19:11
Download: value_provider-6.x-1.0-rc1.tar.gz
Size: 9.82 KB
md5_file hash: 70d39145ded9cd5574c718265af63e48
Last updated: January 16, 2009 - 19:15
View usage statistics for this releaseSize: 9.82 KB
md5_file hash: 70d39145ded9cd5574c718265af63e48
Last updated: January 16, 2009 - 19:15
A release with merely two (but two important) bug fixes:
- Remove the CCK dependency. (easy)
- Make additional fields (as used in CCK fields, probably hardly anywhere else) work correctly, so that they don't return NULL values.
The last fix was crucial, Value Providers now works as originally intended. There's still room for improvement, but I would feel safe to recommend its productive usage now :)
value_provider 6.x-1.0-beta1
jpetso - July 17, 2008 - 18:46
Official release from CVS tag: DRUPAL-6--1-0-BETA1
First released: July 17, 2008 - 18:46
First released: July 17, 2008 - 18:46
Download: value_provider-6.x-1.0-beta1.tar.gz
Size: 9.54 KB
md5_file hash: b1ad4e897e1e13ea865b739e714163bf
Last updated: July 17, 2008 - 18:50
View usage statistics for this releaseSize: 9.54 KB
md5_file hash: b1ad4e897e1e13ea865b739e714163bf
Last updated: July 17, 2008 - 18:50
Initial release. There are providers for "number" (any of the 3 CCK number fields), "nid" (CCK nodereference) and "uid" (CCK userreference). If you need more, you need to code them yourself - but it's easy to do so, and can of course be done without touching this module (just implementing the appropriate hooks).
Have a look at value_provider_content_provider_base() combined with value_provider.providers.inc for an example.
