You are here

CHANGELOG.txt in Arrange Fields 7

Same filename and directory in other branches
  1. 6 CHANGELOG.txt
===================
Changelog for Arrange Fields
For Drupal 7.x
===================


2014-04-09
  Added hack to get webform_multifile module to work with Arrange Fields.  Issue: https://drupal.org/node/2145529
  
  Made minor tweaks to prevent PHP warnings or notices from showing up in specific situations.
  Issue: https://drupal.org/node/2198361

-----------------
Previous commits: 
-----------------


2013-11-05
  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.
    

2013-11-03
  Applied patch from solquimpo in this issue: https://drupal.org/node/2097223, to correct an in-correctly
  set pre-render value which sometimes results in a warning being thrown from the Webform module.
  
  Added support for webform markup fields as per issue: https://drupal.org/node/1968464
  

2013-07-31
 Fixed strange CSS issue which caused textareas to resize in certain themes on save.
 Thanks to spamsammy, here: https://drupal.org/node/1241750#comment-7147666
 
 Added extra handling for date field (does not add resizable handlers if its in a date field)
 
 Added instructions to click the Save position data button twice to make sure the form's height
 is calculated correctly.
  
 
2013-02-06
 Fixed issue where added form_id's were not being trimmed, and \r was added
 to the end of the settings line for Windows users.


2013-01-29
 Fixed issue #1442932.
 
 Added experimental new feature - Snap to grid when resizing.  This should
 help line up text fields when needed to resize them.

 Added checks to keep notices from showing up.

5-21-2012
 Fix for this bug: http://drupal.org/node/1473166.  The issue is that
 the Ajax file upload field is no longer draggable.  I fixed it by
 re-arranging how and when the draggable wrappers are added to elements,
 placing them in a #pre_render function now.

2-26-2012
 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
 

1-28-2012
 Made changes to fix a persistant issue for some users, where textfields
 sometimes have a height of only 1px.  To this end, this module no
 longer attempts to set the height of textfields, only textareas.
 The orignal issue is: http://drupal.org/node/1241750


12-19-2011
 Added very small CSS tweak, to correct a problem with the webform datepicker component, 
 which caused it to stack its elements in a weird way. Isse: [#1372978]

9-25-2011
 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.

9-24-2011
 Found a bug which was causing certain webform components to not be
 configurable (they didn't get the configure link on the hover handle),
 and they were not being recognized as webform components.

9-22-2011
 Added the ability to specify module include files along with form_id's, 
 on the Arrange Fields settings page.

6-30-2011
 Added support for the Mollom module, when using Webforms (it was not
 arrangable until now)

5-26-2011
 Added a new "Enable form_id discovery mode" checkbox to the settings
 page to make it easier to find out form id's on the page.  If checked,
 administrators will see a printout at the top of every page with a list
 of what forms are on that page. You can then enter those form_id's into
 the settings page to arrange them.

4-17-2011
 Somehow the png graphic for the grid got corrupted, so
 I am replacing it.

3-19-2011
 Made minor change to prevent a notice from showing up when
 arranging a content type (the notice was coming from core's
 node.pages.inc, line 303).

3-16-2011
 Made a minor change when looking at elements in the form array
 to prevent PHP notice messages from appearing.

1-26-2011
 Made a slight change to init a variable before using it. This
 was causing a PHP Notice to appear in certain situations.

01-14-2011
  Tweaking some display issues, and doing my best to get rid
  of PHP notices being generated from this module.  Also, corrected
  some instruction text to be correct for D7, instead of D6.

01-13-2011
  Putting out the first (alpha) release for Drupal 7

01-07-2011
  Working from the 6x-1.4 version of Arrange Fields to try and create
  a port for D7. 

File

CHANGELOG.txt
View source
  1. ===================
  2. Changelog for Arrange Fields
  3. For Drupal 7.x
  4. ===================
  5. 2014-04-09
  6. Added hack to get webform_multifile module to work with Arrange Fields. Issue: https://drupal.org/node/2145529
  7. Made minor tweaks to prevent PHP warnings or notices from showing up in specific situations.
  8. Issue: https://drupal.org/node/2198361
  9. -----------------
  10. Previous commits:
  11. -----------------
  12. 2013-11-05
  13. Added a small "Donate" paypal link on the form page. Shameless, I know, but I have to eat too! Seriously, though,
  14. any donation amount is greatly appreciated.
  15. 2013-11-03
  16. Applied patch from solquimpo in this issue: https://drupal.org/node/2097223, to correct an in-correctly
  17. set pre-render value which sometimes results in a warning being thrown from the Webform module.
  18. Added support for webform markup fields as per issue: https://drupal.org/node/1968464
  19. 2013-07-31
  20. Fixed strange CSS issue which caused textareas to resize in certain themes on save.
  21. Thanks to spamsammy, here: https://drupal.org/node/1241750#comment-7147666
  22. Added extra handling for date field (does not add resizable handlers if its in a date field)
  23. Added instructions to click the Save position data button twice to make sure the form's height
  24. is calculated correctly.
  25. 2013-02-06
  26. Fixed issue where added form_id's were not being trimmed, and \r was added
  27. to the end of the settings line for Windows users.
  28. 2013-01-29
  29. Fixed issue #1442932.
  30. Added experimental new feature - Snap to grid when resizing. This should
  31. help line up text fields when needed to resize them.
  32. Added checks to keep notices from showing up.
  33. 5-21-2012
  34. Fix for this bug: http://drupal.org/node/1473166. The issue is that
  35. the Ajax file upload field is no longer draggable. I fixed it by
  36. re-arranging how and when the draggable wrappers are added to elements,
  37. placing them in a #pre_render function now.
  38. 2-26-2012
  39. Added ability to control the "grid width" used with Arrange Fields.
  40. It is on the settings page. Default is 10px. If set to 1px, this
  41. allows users to move fields with a complete freedom of movement.
  42. Based on issue: http://drupal.org/node/1456534
  43. 2-22-2012
  44. Changed how the Arrange Fields style tag is set, as well as how
  45. the form is targetted in CSS to be more specific.
  46. based on advice from this issue: http://drupal.org/node/1450450
  47. 2-19-2012
  48. Made changes to keep a STRICT warning from appearing, as per this issue:
  49. http://drupal.org/node/1170352
  50. 1-28-2012
  51. Made changes to fix a persistant issue for some users, where textfields
  52. sometimes have a height of only 1px. To this end, this module no
  53. longer attempts to set the height of textfields, only textareas.
  54. The orignal issue is: http://drupal.org/node/1241750
  55. 12-19-2011
  56. Added very small CSS tweak, to correct a problem with the webform datepicker component,
  57. which caused it to stack its elements in a weird way. Isse: [#1372978]
  58. 9-25-2011
  59. Thanks to user drizzi (http://drupal.org/user/226909) for letting me debug on his server, I discovered the
  60. solution to an anoying bug affecting several Webforms users. When you set
  61. the label to be "inline" in webforms, a strange interaction with CSS and jQuery UI
  62. caused textfields to resize strangely. From now on, use Arrange Fields to set the
  63. label as inline or not.
  64. Also, fixed an issue where sometimes form elements wind up "stacked" on top of each other
  65. when arranging fields for the first time.
  66. Also fixed a bug where setting radio buttons/checkboxes to inline, then back to block
  67. caused a problem.
  68. 9-24-2011
  69. Found a bug which was causing certain webform components to not be
  70. configurable (they didn't get the configure link on the hover handle),
  71. and they were not being recognized as webform components.
  72. 9-22-2011
  73. Added the ability to specify module include files along with form_id's,
  74. on the Arrange Fields settings page.
  75. 6-30-2011
  76. Added support for the Mollom module, when using Webforms (it was not
  77. arrangable until now)
  78. 5-26-2011
  79. Added a new "Enable form_id discovery mode" checkbox to the settings
  80. page to make it easier to find out form id's on the page. If checked,
  81. administrators will see a printout at the top of every page with a list
  82. of what forms are on that page. You can then enter those form_id's into
  83. the settings page to arrange them.
  84. 4-17-2011
  85. Somehow the png graphic for the grid got corrupted, so
  86. I am replacing it.
  87. 3-19-2011
  88. Made minor change to prevent a notice from showing up when
  89. arranging a content type (the notice was coming from core's
  90. node.pages.inc, line 303).
  91. 3-16-2011
  92. Made a minor change when looking at elements in the form array
  93. to prevent PHP notice messages from appearing.
  94. 1-26-2011
  95. Made a slight change to init a variable before using it. This
  96. was causing a PHP Notice to appear in certain situations.
  97. 01-14-2011
  98. Tweaking some display issues, and doing my best to get rid
  99. of PHP notices being generated from this module. Also, corrected
  100. some instruction text to be correct for D7, instead of D6.
  101. 01-13-2011
  102. Putting out the first (alpha) release for Drupal 7
  103. 01-07-2011
  104. Working from the 6x-1.4 version of Arrange Fields to try and create
  105. a port for D7.