-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.txt
62 lines (58 loc) · 3.33 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
-------------
7.x-1.x-dev
-------------
- #1451560 by jordojuice: Hide regular expression option when it doesn't make sense for
the field type in Condition: Form element has value.
- #1451302 by jordojuice: Change use of $_SESSION variables to use only a single array.
- #1451314 by jordojuice: Add API functions for handling Rules Forms internal form
information. Also adds tests for all new API functions.
- #1452958 by jordojuice: Change menu item to be labeled Forms Support.
-------------
7.x-1.0-rc2
-------------
- #1429988 by jordojuice: Add conditionals due to the fact that rules may break in
the event that form elements are limited due to a more restricted user role.
- #1429960 by jordojuice: Add additional test cases for conditions and actions.
- #1353696 patch by jordojuice: Support regular expressions in Condition: Element has value.
- #1393572 patch by jordojuice: Add support for button level validate and submit events.
- #1432094 by jordojuice: Update available attributes for form elements to reflect submit
and button elements.
- #1255348 by jordojuice: Add Condition: Form button was clicked.
- #1429960 by jordojuice: Add tests for Rules forms support events.
- #1447328 by jordojuice: Fixed major bug in evaluating form elements which caused
user-side error messages.
-------------
7.x-1.0-rc1
-------------
- #1429954 by jordojuice: Write test cases for all forms, conditions, and actions.
- Fixed inconsistencies in naming of some rules.
---------------
7.x-1.0-beta8
---------------
- #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.
---------------
7.x-1.0-beta7
---------------
- #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
applied to checkbox elements. The condition was rewritten to provide a unique interface
based on the type of field being checked.