------------------
* Force WYSIWYG, so when we start with 'text/plain' (or another MIME),
selecting 'text/html' will cause TinyMCE to spring into life.
[lentinj]
* Tell Products.TinyMCE what the MIME type is, so it doesn't have to work it out.
[lentinj]
- Use closest_content to navigate through the sea of subforms to
find something that we can use portal_url on.
[lentinj]
- Do not give an error when the raw value is not unicode and isn't
ascii. In that case, encode as unicode then decode as the proper
string, bang head on desk.
[eleddy]
- Internationalization.
[thomasdesvenain]