Skip to content
  1. Feb 26, 2012
    • Richard Peacock's avatar
      2-26-2012 · 37d0b239
      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
      6.x-1.6
      37d0b239
  2. Jan 28, 2012
  3. Nov 14, 2011
  4. Feb 25, 2011
  5. Aug 15, 2010
  6. Aug 06, 2010
  7. Jul 30, 2010
  8. Jul 29, 2010
  9. Jul 26, 2010
  10. Jul 25, 2010
  11. Jul 21, 2010
    • Richard Peacock's avatar
      Fixed an annoying bug in IE where for textfields, the field was covering · 70666831
      Richard Peacock authored
       up the label, if the label was a certain length.
      70666831
    • Richard Peacock's avatar
      Removed the "Webform" content type from the list of · 48719b56
      Richard Peacock authored
       CCK content types you can arrange, as it was a little confusing
       and shouldn't have been in the list anyway.
      
       Placement of buttons on a CCK form now work the way they did in
       the alpha releases; that is, you do not position each button separately.
       Instead, you drag the "buttons" wrapper around, and all buttons will
       appear there.  This is to fix a bug where the Delete button and Diff's
       View changes button were not arrangeable w/o major kludgy hacks, because
       those buttons only appear on submitted forms.  This change in code
       is a compromise-- I would rather each button be arrangeable, but since
       I can't forsee every possible button that may be there (placed by
       other modules), this is the best way to ensure they will all be arrangeable
       as a whole.
      
       Took t() off menu items to be in complience with:
       http://drupal.org/node/323101.
      48719b56
  12. Jul 19, 2010
  13. Jul 18, 2010
  14. Jul 15, 2010
  15. Jul 07, 2010
  16. Jul 06, 2010
    • Richard Peacock's avatar
      Fixed a bug where, for webforms, the submit buttons were not getting a... · 125b1c4f
      Richard Peacock authored
      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.
      125b1c4f
    • Richard Peacock's avatar
      Added a much cleaner and neater method of finding valid fields in $form, · 8e5aeebf
      Richard Peacock authored
       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.
      8e5aeebf
  17. Jul 01, 2010
  18. Jun 29, 2010
    • Richard Peacock's avatar
      Fixed a CSS bug involving the date module, when a date field is placed in a · decefa65
      Richard Peacock authored
       fieldset.  Also, added some new CSS styles (and a new Configure image
       thanks to the mini set at famfamfam.com).  Also, tightened up the look
       of the config dialog.
      
       Made it so you can set width and height of fieldset wrappers, which will
       possibly correct some ugliness without needing the user to go edit
       CSS files themselves.
      decefa65
  19. Jun 28, 2010
  20. Jun 25, 2010
  21. Jun 23, 2010
  22. Jun 12, 2010