Changes between Version 11 and Version 12 of AutocompleteUsersPlugin


Ignore:
Timestamp:
Jul 24, 2009, 8:29:12 PM (15 years ago)
Author:
Ryan J Ollos
Comment:

Clarification on email address view permission

Legend:

Unmodified
Added
Removed
Modified
  • AutocompleteUsersPlugin

    v11 v12  
    55The AutocompleteUsersPlugin allows AJAX completion of users for the owner and CC fields on new and existing tickets.  Currently, all the known users are autocompleted though this could be restricted to those that have the ticket owner permission.  A {{{/users}}} URL is served which presents the user data in a format suitable to the javascript autocompleter.  The AutocompleteUsersPlugin should gracefully degrade in the case of no JS or the case where {{{[ticket] restrict_owner = true}}}
    66
    7 '''Note:''' Email addresses shown by this plugin are handled accordingly to the setting `trac.show_email_addresses` and the permission `EMAIL_VIEW`. I.e. if `trac.show_email_addresses` is set to `false` and the current user doesn't have the permission `EMAIL_VIEW` all mail address will be obfuscated as usual in Trac. In any other case the full email address is visible.
     7'''Note:''' Email addresses shown by this plugin are handled accordingly to the setting `trac.show_email_addresses` and the permission `EMAIL_VIEW`. I.e. if `trac.show_email_addresses` is set to `false` and the current user doesn't have the permission `EMAIL_VIEW` all mail address will be obfuscated as usual in Trac (i.e. email addresses will be displayed as `donjaun@...` rather than `donjaun@example.com`). In any other case the full email address is visible.
    88
    99== Bugs/Feature Requests ==