- changed pretty value to omit ".." from category trees on level>1- minor refactoring: made FormField::select and FormField::radio subclasses of the abstract class FormField::enumeration, keeping now the common methods for these classes- import/export of FormFields using category trees as source.
use template::head if available, preload icons used in file panel, do not show [x] if folder is empty, escape double quotes in json fields, url encode download_url
Fix to avoid the growth of the subject line in a multi-language environment. The Re: prefix is always added using the site wide locale to be able to trim it.
Broke out the check for valid mime types that ad_html_text_convert canconvert so a caller can check that it will work (the content repositoryis hard-wired to try to convert any text mime type when delivering itthrough an automagically-generated template created by content::init)