-
Transformations: February 25, 2011 2:10
Commit 8edcc48 on master, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
Fix bad indentation.
-
Add a new data wrapper children iteration type: ChildrenAlwaysConcrete. This enables callers to opt out of automatic data wrapping in any case.
-
Support type comparison for transformations:list with Traversables. Also, use Reflection instead of instanceof, because that invokes autoload.
-
Use $this->data instead of $data, because the latter was incorrect.
-
TfDataWrapper::defaultType() is an instance method, so use it as such.
-
Various UI string improvements.
-
Don't check_plain() text that goes into a select box.
-
Rename number and index types once more, feels better and more consistent now.
-
#508156 by sgilits (slightly adapted by myself): Better visualization of pipeline connections. Say goodbye to the random background colors, and hello to different connector dots. Hopefully we can add JS connection lines sometime as well.