- #2969591 by caminadaf, dfranca: Form build information on the session may be
overridden by opening another form of the same ID
- #2828272 by caminadaf: Notice: Undefined index: #type in
rules_forms_add_popups()
- #1616894 by caminadaf: Form not being validated for Drupal Commerce Checkout
Pane
- #921836 by caminadaf: rules forms support: unable to check if no values are
selected
- #2851050 by elizzle, shivenduray, Kris77, nixar, fatmarker, SocialNicheGuru,
*** Rules Forms 1.0 is now stable ***
Brief description of the changes done in comparison with rc1:
- Fixed many errors encountered while using the module.
- Made the 1.x branch compliant with Drupal's Coding Standards
- Rules forms 1.x now gives partial support to Entities! (for complete entity support, please use 7.x-2.x).
- Added support for password fields.
- Added API for internal form information.
- Added tests
- #1429954 by jordojuice: Write test cases for all forms, conditions, and actions.
- Fixed inconsistencies in naming of some rules.
- #766826 patch by jordojuice: Add condition: Field value has changed.
- #1429558 patch by jordojuice: Redesign the way form elements are evaluated and reset.
- #1429558 patch by jordojuice: Select lists being improperly filtered out of actions.
- Improved the 'Set default value' action to provide a value field based on the field type.
- #766826 patch by jordojuice: Add condition: Field value has changed.
- #1429558 patch by jordojuice: Redesign the way form elements are evaluated and reset.
- #1429558 patch by jordojuice: Select lists being improperly filtered out of actions.
- Improved the 'Set default value' action to provide a value field based on the field type.
- #1429700 patch by jordojuice: Element inspection descriptions are displayed in vertical
tabs instead of near the form element itself when the element is in vertical tabs.
This release has some very significant changes. Some changes to rules may break your existing rules, so expect that you may have to recreate them.
- #1383188 patch by mrfelton: Improvements for the "Set multiple value element options"
action. Added a method for setting key|value pairs.
- #1249694 by jordojuice: Improve usability of element ID system. Added a method of
selecting form elements from within the Rules interface.
- #1428020 by jordojuice: Remove the "Create a new form element" action.
- #1261806 by jordojuice: Add a user interface to support the new interface for form
element attributes. This is an aid to help users determine what settings exist on
specific form elements via the interface and to identify form elements.
- #1429072: Backport changes to 1.x.
- #1429090: Redirect user to activated form upon intial activation of form events.
Also cleaned up the interface of the set weight action.
- #1429108: Fixed invalid argument being passed to the Set multiple options action.
- #1361926 by jordojuice: Redirect action not working in certain cases. This action
was redesigned to work faster and is much more reliable.
- #1362856: Made prefix/suffix html fields optional so only one can be used if necessary.
- #1293888 by myfamily: Fixed bug in form element value condition where it failed when
7.x-2.x-dev
Begins a push towards improving the Rules Forms interface for Drupal 7.
- #1249694 patch by mrfelton: Improve usability of element ID system. Added a method of
selecting form elements from within the Rules interface.
- #1428020 by jordojuice: Remove the "Create a new form element" action.
- #1209058 by jordojuice: New action to set any element attribute. This action replaced
most of the previous actions which were categorized by type. It also makes the module
This version adds the ability to load and manipulate individual form elements. Once an element is loaded it can be pointed to with the data selector instead of using form element IDs for each action. Also added bulk attributes actions for element text and element access attributes.