- use property "doc(title)" instead of "title"- replace deprecated "ad_permission_p" by "permission::permission_p"- replace deprecated "template::util::quote_html" by "ad_quotehtml"
- fix bug with exporting multiple "unnamed files" to the file-system When there are multiple "unnamed files" in a directory, the constructed full_name might exist already. This would lead to an error in the "file copy" operation. Therefore, the code generates a new name with an alternate suffix in such cases.