Changes between Version 27 and Version 28 of AutocompleteUsersPlugin


Ignore:
Timestamp:
Jul 15, 2012, 11:36:39 PM (12 years ago)
Author:
Ryan J Ollos
Comment:

Page cleanup.

Legend:

Unmodified
Added
Removed
Modified
  • AutocompleteUsersPlugin

    v27 v28  
    44== Description ==
    55
    6 The 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}}}
     6The 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 for the javascript autocompleter.  The AutocompleteUsersPlugin should gracefully degrade in the case of no JS or the case where {{{[ticket] restrict_owner = true}}}
    77
    8 '''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.
     8'''Note:''' Email addresses shown by this plugin are handled accordingly to the setting `trac.show_email_addresses` and the permission `EMAIL_VIEW`. That is, 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.
    99
    1010See also: TracAutoCompletePlugin
     
    3737== Download and Source ==
    3838
    39 Download the [download:autocompleteusersplugin zipped source], check out [/svn/autocompleteusersplugin using Subversion], or [source:autocompleteusersplugin browse the source] with Trac.  There is also an [http://people.debian.org/~jps/lenny/ Unofficial Debian package].  AutocompleteUsersPlugin works only for trac 0.11 and higher.
     39Download the [download:autocompleteusersplugin zipped source], check out [/svn/autocompleteusersplugin using Subversion], or [source:autocompleteusersplugin browse the source] with Trac.
     40
     41There is also an [http://people.debian.org/~jps/lenny/ Unofficial Debian package].
    4042
    4143== Configuration ==
    42 After installing plugin add to trac.ini configuration file following:
     44
     45After installing the plugin add the following to the ''trac.ini'' configuration file:
    4346
    4447{{{