Skip to content
  1. Apr 09, 2014
  2. Nov 05, 2013
    • richardp's avatar
      2013-11-05 · 70dc19f8
      richardp authored
        Added a small "Donate" paypal link on the form page.  Shameless, I know, but I have to eat too!  Seriously, though,
        any donation amount is greatly appreciated.
      7.x-1.14
      70dc19f8
  3. Nov 03, 2013
  4. Jul 31, 2013
  5. Jan 29, 2013
  6. May 21, 2012
  7. Feb 26, 2012
    • Richard Peacock's avatar
      2-26-2012 · 358df18c
      Richard Peacock authored
       Added ability to control the "grid width" used with Arrange Fields.
       It is on the settings page.  Default is 10px.  If set to 1px, this
       allows users to move fields with a complete freedom of movement.
       Based on issue: http://drupal.org/node/1456534
      
      2-22-2012
       Changed how the Arrange Fields style tag is set, as well as how
       the form is targetted in CSS to be more specific.
       based on advice from this issue: http://drupal.org/node/1450450
      
      2-19-2012
       Made changes to keep a STRICT warning from appearing, as per this issue:
       http://drupal.org/node/1170352
      7.x-1.8
      358df18c
  8. Jan 28, 2012
  9. Dec 19, 2011
  10. Sep 25, 2011
    • Richard Peacock's avatar
      Thanks to user drizzi (http://drupal.org/user/226909) for letting me debug on... · 6350fe52
      Richard Peacock authored
      Thanks to user drizzi (http://drupal.org/user/226909) for letting me debug on his server, I discovered the
       solution to an anoying bug affecting several Webforms users.  When you set
       the label to be "inline" in webforms, a strange interaction with CSS and jQuery UI
       caused textfields to resize strangely.  From now on, use Arrange Fields to set the
       label as inline or not.
      
       Also, fixed an issue where sometimes form elements wind up "stacked" on top of each other
       when arranging fields for the first time.
      
       Also fixed a bug where setting radio buttons/checkboxes to inline, then back to block
       caused a problem.
      7.x-1.5
      6350fe52
  11. Sep 24, 2011
  12. Sep 22, 2011
  13. Jul 01, 2011
  14. May 27, 2011
  15. Apr 17, 2011
  16. Apr 02, 2011
  17. Mar 16, 2011
  18. Feb 25, 2011
  19. Jan 14, 2011
  20. Dec 29, 2010
  21. Nov 27, 2010
    • Richard Peacock's avatar
      Fixed a bug in hook_menu which was causing an Arrange Fields tab to · 93ab32df
      Richard Peacock authored
       appear on all nodes for users with the administer arrange fields
       permission AND webform module installed.
      
       Also, added a hack which forces Captcha to not be treated as a
       fieldset.  This seems to be the default behavior for most people,
       but an issue was raised where, for some reason, Captcha was being
       treated differently, and it caused an issue with Arrange Fields.
      6.x-1.3
      93ab32df
  22. Nov 26, 2010
  23. Nov 18, 2010
  24. Nov 06, 2010
  25. Aug 30, 2010
  26. Aug 08, 2010
  27. Jul 31, 2010
    • Richard Peacock's avatar
      7-30-2010 · 447563aa
      Richard Peacock authored
       Added experimental support for webform 3.0.  I don't want to do too much work
       though, until webform 3.0 moves out of beta (I am afraid of their code
       continuing to move around, and then I will have to keep making changes to catch
       up).
      
      7-29-2010
       Added cache_clear_all() to hook_enable(), as clearing the cache often fixes
       the initial javascript and css bugs which some new users experience.
      
      
      7-25-2010
       Fixed a bug where filefields were not draggable.  This had to do with my logic
       of when to add a draggable wrapper to a CCK element.  For most elements, the way I was
       doing it worked, but not for "imagefield_widget" for some reason.
      
       Fixed a bug where the submit/preview buttons were not being disabled during arrangement.
      
       Changed the included CSS so that fieldsets have solid background (white).  This is not
       the default with all themes, and sometimes they look funny w/o it.
       Of course, this can be overridden in the theme's CSS files.
      6.x-1.0-beta6
      447563aa
  28. Jul 24, 2010
  29. Jul 15, 2010
  30. Jul 11, 2010
    • Richard Peacock's avatar
      7-07-2010 · 7e4e1ce4
      Richard Peacock authored
       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.
      6.x-1.0-beta2
      7e4e1ce4
  31. Jul 04, 2010
  32. Jul 01, 2010
  33. Jun 29, 2010
  34. Jun 23, 2010