User: richardp Branch: DRUPAL-6--1 Date: Tue, 06 Jul 2010 15:37:33 +0000 Modified files: /modules/arrange_fields CHANGELOG.txt arrange_fields.module Log message: Added a much cleaner and neater method of finding valid fields in $form, regardless of how many levels deep they are nested. I still can't guarantee that it will work on $form arrays with very complicated structures, but it at least lets you have 2 or more levels of nesting w/o causing a problem. This is mostly for custom forms which the developer herself might have created. $form's from CCK and Webform have never used nesting in this way. Fixed a bug where javascript couldn't save the form correctly. Happened after you make changes to a CCK field in the popup, then close the popup. It was supposed to save the form, but it wasn't doing it correctly. Links: http://cvs.drupal.org/diff.php?path=contributions/modules/arrange_fields/CHA... http://cvs.drupal.org/diff.php?path=contributions/modules/arrange_fields/arr...