User: richardp Branch: HEAD Date: Sun, 11 Jul 2010 21:43:36 +0000 Modified files: /modules/arrange_fields CHANGELOG.txt arrange_fields.module Log message: 7-07-2010 Fixed a bug where File fields were not working for Webforms. Wrappers were being added twice. 7-06-2010 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. Fixed a bug where, for webforms, the submit buttons were not getting a draggable handle with an icon. Added the "add markup" button to webform as well as generic forms, not just CCK. 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...
participants (1)
-
drupal-cvs@drupal.org