-
[#1215884] by mradcliffe. Bring element default values for required/non-required more in line with Core default values.
-
#1457510 by mradcliffe. Re-add the description/help text back to the element. We need a better way of building the element without clobbering over things. This commit seems to have picked up some changes from Komodo.
-
[#1457510] by mradcliffe. Re-add the description/help text back to the element. We need a better way of building the element without clobbering over things. This commit seems to have picked up some changes from Komodo.
-
-
* [#1189814] by mradcliffe. Add additional assertion for required test that I added when backporting to Drupal6.
-
[#1215884] by mradcliffe. Fixed remaining issue with saving back to -none- and removing field data. This probably brings up a follow-up issue about moving away from _process. Added more tests for this issue as well.
-
[#1215884] by mradcliffe. Non-required fields should provide a -none- option that does not save a value. This commit may not cover all cases such as saving a value, then switching back to -none-. I will need to write another test for that, but later...
-
* Support field_conditional_state module, which will be the new way of doing conditional_fields/dependent_fields in Drupal 7. * That was really easy.
-
* [#1024654] by mradcliffe. Bug fix for fields in container such as profile2 entities. Also improves Javascript again.
-
* [#994740] by mradcliffe. fix some bugs that crept in because tests were bad. Changed tests to reflect this. Now we're cooking.