-
Issue #1588834 by Anselm Heaton: Fixed - drush sf-import only imports objects that are already linked
-
Issue #1205650 by dpearceMN, Anselm Heaton: sf-import drush command doesn't like a map with the field 'Id' in it
-
Fix #810994: Copy settings/options between views, by Anselm Heaton. Signed-off-by: Andrea Pescetti <andrea@nuvole.org>
-
Issue #1337822 by Anselm Heaton: salesforce_object_map entries for nodes not removed upon node deletion
-
Issue #1205650 by dpearceMN, Anselm Heaton: sf-import drush command does not like a map with the field Id in it
-
Fix query to work when using table with prefix. Courtesy of mksplg : http://drupal.org/node/374122
-
Cleaner uninstall as per http://drupal.org/node/333748 , thanks to thePanz
-
Fix text in .info as per http://drupal.org/node/331507 Implement hook_perm as per http://drupal.org/node/331108
-
Implemented Fix to Drupal 6 language setting for content types without a language. Fix Implemented by ThePanz ; see http://drupal.org/node/327545 and http://drupal.org/node/258785 for more information.
-
Increase the maximum length of the 'add to reference/referrer' pages. This was the Drupal default (128 chars) however a Drupal title can be up to 255 chars. This could be even longer, since the content in the autocomplete can be the result of view - so it was arbitraily set to 1024.