------------------
* Make sure the field constraint is validated, if specified.
This closes http://code.google.com/p/dexterity/issues/detail?id=200
[davisagli]
* Make sure validation fails if no text is entered for a required field.
This closes http://code.google.com/p/dexterity/issues/detail?id=199
[davisagli]
* Wrap the context in the form context, not the site, so that relative links
are generated correctly.
[davisagli]
* Avoid duplicating the id of the textarea if the form has no prefix.
[davisagli]
* Fix case where editor did not load if the context being edited is a
dict.
[davisagli]
* Pass through the z3c.form widget's ``rows`` and ``cols`` settings to the
wysiwyg editor macro.
[davisagli]