-
Applied fixes suggested by Amitaibu on http://http://drupal.org/node/1088538#comment-4298692
-
Merge branch '7.x-1.x' of http://git.drupal.org/project/og into 7.x-1.x
-
Merge branch '7.x-1.x' of http://git.drupal.org/project/og into 7.x-1.x
-
A debug message was left behind
-
Fixed "created" subtoken chaining (was trying to use $account->created instead of $group->created) Enhanced token chaining tests
-
Enabled uid tokens on non-node group entities First token tests implementation
-
Merge branch '7.x-1.x' of http://git.drupal.org/project/og into 7.x-1.x
-
No-error version of the token changes
-
#253585 by quimrovira: Cleaner implementation of this patch, which adds: - Items from SQL query (inherently dangerous, be warned!) - Items from content types (implementing feature request #128623 by ray007) - Skip-Empty formatter - TextField widget for arbitrary values (implementing feature request #228631 from aexl) - Range validation on submit - Change from name-to-value relation to itemkey-to-value and itemkey-to-name (Be careful, since this implies changing the database table {inventory_items} renaming the "name" column to "itemkey"