Skip to content
  1. Feb 25, 2011
  2. Feb 11, 2011
  3. Jan 14, 2011
  4. Dec 29, 2010
  5. 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
  6. Nov 26, 2010
  7. Nov 18, 2010
  8. Nov 06, 2010
  9. Aug 30, 2010
  10. Aug 08, 2010
  11. 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
  12. Jul 24, 2010
  13. Jul 15, 2010
  14. 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
  15. Jul 04, 2010
  16. Jul 01, 2010
  17. Jun 29, 2010
  18. Jun 23, 2010
  19. Jun 22, 2010
  20. Jun 21, 2010
  21. Jun 20, 2010
  22. Jun 13, 2010
  23. Jun 12, 2010