arrange_fields 7.x-1.14

New features

The only thing different in this version from 1.13, is I added a small "Donate" paypal button on the admin form page. Shameless, I know, but I have to eat too! Seriously, though, any donation amount is greatly appreciated.

Thanks for understanding ;)

arrange_fields 7.x-1.13

Bug fixes

Applied patch from solquimpo in this issue: #2097223: Warning: function_exists() expects parameter 1 to be string, array given, to correct an in-correctly set pre-render value which sometimes results in a warning being thrown from the Webform module.

arrange_fields 7.x-1.12

Bug fixes

Fixed strange CSS issue which caused textareas to resize in certain themes on save. Thanks to spamsammy, here: #1241750: Webform text area resize upon save (in D7)

arrange_fields 7.x-1.10

New features

Fixed issue #1442932: Notice: Array to string conversion in arrange_fields_form_alter() (line 1201.

Added experimental new feature - Snap to grid when resizing. This should help line up text fields when needed to resize them.

arrange_fields 7.x-1.9

Bug fixes

Fix for this bug: #1473166: Can not drag Webform file upload field 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.

arrange_fields 7.x-1.8

New features
Bug fixes

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: #1456534: Vertical field alignment

arrange_fields 6.x-1.6

New features

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: #1456534: Vertical field alignment

arrange_fields 6.x-1.5

Bug fixes

Made changes to fix a persistent 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 original issue is: #1241750: Webform text area resize upon save (in D7)

Though the original issue was for D7, I made my changes in D6 as well to be consistent.

arrange_fields 7.x-1.7

Bug fixes

Made changes to fix a persistent 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 original issue is: #1241750: Webform text area resize upon save (in D7)

arrange_fields 7.x-1.6

Bug fixes

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. Issue: #1372978: Datapicker vertical

arrange_fields 7.x-1.5

Bug fixes

Thanks to user drizzi (http://drupal.org/user/226909) for letting me debug on his server, I discovered the solution to an annoying 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.

arrange_fields 7.x-1.4

Bug fixes

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.

arrange_fields 7.x-1.3

New features

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

arrange_fields 7.x-1.2

New features

Messed up with git-- this is the same as version 1.1. Download 1.3 instead.

arrange_fields 7.x-1.1

Bug fixes

Added support for the Mollom module, when using Webforms (it was not arrangeable until now)

arrange_fields 7.x-1.0

New features

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.

Also, since there have not been any significant bugs reported, I am making this an official 1.0 release for D7.

arrange_fields 7.x-1.0-beta5

Bug fixes

Somehow the png graphic for the grid got corrupted, so
I am replacing it. There are no other code changes than that.

arrange_fields 7.x-1.0-beta4

Bug fixes

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). Issue: #1098532: Undefined property: stdClass::$language

arrange_fields 7.x-1.0-beta3

Made a minor change when looking at elements in the form array
to prevent PHP notice messages from appearing. Specifically, a "notice" was showing up on the user_register form when you had logintoboggan installed.

arrange_fields 7.x-1.0-beta2

Bug fixes

Because of an error when committing with git, this is the same as beta1. Do not download! Get beta3 version or higher instead.

arrange_fields 7.x-1.0-beta1

Bug fixes

This is a minor update to prevent php from throwing a notice in one particular spot. I am moving from alpha2 to beta1 since I haven't received any bug reports in a few weeks. If you have alpha2, and haven't been bothered with any PHP notices, then you do not need to upgrade at this time; that one little change is the only difference.

arrange_fields 7.x-1.0-alpha2

Bug fixes

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 (was still showing instructions for D6). Also, fixed permissions-- was still using D6 style permissions by mistake.

arrange_fields 7.x-1.0-alpha1

New features

Initial commit of Arrange Fields for D7. It should be completely functional, but as I haven't had much time to test, I am sure bugs will be discovered, so I must mark this as "alpha" for now.

arrange_fields 6.x-1.4

New features

Added in some extra per-form CSS, so you may have more than one
webform block on the screen at a time. In reference
to issue #1010044: Multiple forms on a page.

arrange_fields 6.x-1.3

Bug fixes

Fixed a bug in hook_menu which was causing an Arrange Fields tab to
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.

arrange_fields 6.x-1.2

New features

Added the ability to do Import/Export of Arrange Field definitions.
It is accessible on the admin/settings/arrange-fields page.

arrange_fields 6.x-1.1

Bug fixes

User janusman discovered that there is a maxlength bug with Firefox 4 beta,
causing AF to break. The answer was to reduce the maxlength of the form's
position_data field. (issue: #974990: Position data "#maxlength" => 99999999999999 prints out as maxlength="1.0E+14" and confuses Firefox 4 beta).

arrange_fields 6.x-1.0

Bug fixes

The Profile module lets you create fieldsets with spaces in the name,
which breaks Arrange Fields. This was fixed. Also, since no major
bugs have appeared for a while, I am going to move Arrange Fields
to a full 1.0 release.

If you have RC2, this is the only change, so it is possible you do not
need to upgrade just yet, if you are not using fieldsets with the Profile
module.

arrange_fields 6.x-1.0-rc2

Bug fixes

Fixed a bug where the CAPTCHA module did not work so well with Arrange Fields and Webform 2.9.

arrange_fields 6.x-1.0-rc1

New features

Added ability for webform fields to also have the same convenient config popup
that CCK fields have, so you can edit the properties of the field w/o having
to leave the page. Tested and working on Webform 2.9 and Webform 3.0 beta6.

This version of the module is now considered "RC" which means no new features
will be added to this branch, only bug fixes if and when they come up. If all
goes well, then I will move the code into an official 1.0 release... then get
to work on version 1.1-alpha1 ;)

arrange_fields 6.x-1.0-beta6

New features
Bug fixes

(From the changelog...)

7-30-2010
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.

arrange_fields 6.x-1.0-beta5

Bug fixes

Several bug fixes are in this release (thanks to all the issue writers who helped find them!)

Fixed a bug where FCKeditor had to be excluded from the arrange_fields form.

Fixed a bug in the menu system which caused CCK to be required, even if it wasn't in use.

arrange_fields 6.x-1.0-beta4

Bug fixes

Okay, so I goofed on the last release (earlier today). I had thought I fixed the bug, but I didn't. This release should contain a fixed bug.

For those that don't know-- the bug was that the delete button was not arrangeable for CCK forms.

arrange_fields 6.x-1.0-beta3

Bug fixes

******UPDATE:*********
In fact, I did not fix the bug-- it's still there. Use beta4 version instead! So sorry!

So, to recap, do not use this version, please use beta4 or later!

*********************

Fixed a fairly embarrassing bug where, with CCK forms, the delete button could not be arranged. For anyone using the beta1 or beta2 release, I recommend upgrading to this version.

Sorry about that.

arrange_fields 6.x-1.0-beta2

Bug fixes

I changed around how form fields were detected in $form, which allows you to use form_id's whose forms have more than one dimension. This is an internal change, largely for people who want to use this module with custom forms they've created. Webform and CCK forms are unaffected.

arrange_fields 6.x-1.0-beta1

New features
Bug fixes

In addition to some minor bug fixes involving display, with this release you can now add arbitrary markup to your forms. I am making this a "beta" release, as we have gone through 7 alpha releases with no major bugs discovered, so I think it's safe to move it to "beta."

arrange_fields 6.x-1.0-alpha7

New features
Bug fixes

Made a lot of changes with this release, which are documented in the
CHANGELOG.txt file. Fixed bugs mostly, added the ability
to arrange any form in drupal, and added a new config dialog
which lets you specify the wrapper width, height, and whether or
not the field's label is inline.

Getting ready to put out a "beta" release instead of all these "alpha"s, and set the "recommended" flag for it-- exciting!

arrange_fields 6.x-1.0-alpha6

New features
Bug fixes

Because of a bug introduced when you can have resizable textfields inside of a fieldset, I disabled having resizable textfields inside of a fieldset.

Fixed a bug where CAPTCHA's buttons were not showing up correctly.

Made it so that vertical tabs works, by upping the weight of the module in the system table, as well as a few code changes.

arrange_fields 6.x-1.x-dev

New features
Bug fixes

**** DO NOT USE ****
Download the 6.x-1.4 version right now. I screwed up the repository, and this isn't the right version. Working to get it fixed...

************************

In this dev release...

Differences between this and the current version:

(none at the moment)

arrange_fields 6.x-1.0-alpha5

New features

Added support for userreference and nodereference, as well as the File widget, and Date module's widgets.

arrange_fields 6.x-1.0-alpha4

New features
Bug fixes

Added preliminary support for Webform in addition to CCK. Also, fixed a bug where the CSS and JS were not being re-added if the form failed validation.

arrange_fields 6.x-1.0-alpha3

Bug fixes

A user found another bug-- another oversight on my part (I had a type when looking for a particular CSS ID). I also updated the menu hooks to better integrate with CCK.

arrange_fields 6.x-1.0-alpha2

New features
Bug fixes

Fixed a bug with the preview button I noticed just after I did my initial commit. Stupid oversight on my part. I also added the ability to make taxonomy a draggable field.

Subscribe with RSS Subscribe to Releases for Arrange Fields