Edgewall Software

Changes between Initial Version and Version 1 of Ticket #11474, comment 11


Ignore:
Timestamp:
May 29, 2015, 10:47:08 PM (9 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11474, comment 11

    initial v1  
    1 comment:16:ticket:11145 suggests deprecating the `show_email_addresses` boolean that is passed in the chrome data dictionary after the changes in this ticket are committed, since it will no longer be used outside of the `Chrome` class in the code on the trunk. We'll need to consider whether it has any utility, and if not it would be useful to simplify the API by deprecating it for removal. The functions `author_email`, `author_info` `format_author` and `format_emails` will hopefully provide all of the needed email obfuscation capabilities in a robust form, and the absence of `show_email_addresses` would push plugin authors away from writing code like that which was refactored in [12292].
     1comment:16:ticket:11145 suggests deprecating the `show_email_addresses` boolean that is passed in the chrome data dictionary after the changes in this ticket are committed, since it will no longer be used outside of the `Chrome` class in the code on the trunk. We'll need to consider whether it has any utility, and if not it would be useful to simplify the API by deprecating it for removal. The functions `author_email`, `author_info` `format_author` and `format_emails` will hopefully provide all of the needed email obfuscation capabilities in a robust form, and the absence of `show_email_addresses` would push plugin authors away from writing code like that which was refactored in [12992#file0]..