-
Transformations -- CSV: February 25, 2011 2:10
Commit 0cb8ae3 on master, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
Adapt to recent changes of the inputChanged() method signature.
-
Remove the CSV parser standard compliance notice in operations.csv.inc. It has already been moved to CSVParser.php.
-
Make use of operation categories and data widget type hints.
-
An operation's initilize() method should always call parent::initialize().
-
Adapt to recent API changes (minor, in this case).
-
Adapt to the type system rework in Transformations API.
-
Fix apidox: it's not hook_transformations_api() but hook_ctools_plugin_api().
-
Get rid of $data->children() now that TfDataWrapper is a Traversable.
-
On parsing, actually set the delimiter when we're told to. Plus two other minor fixes.