Changes between Version 40 and Version 41 of AutocompleteUsersPlugin


Ignore:
Timestamp:
May 11, 2015, 5:11:22 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • AutocompleteUsersPlugin

    v40 v41  
    11[[PageOutline(2-5,Contents,pullout)]]
     2
    23= Autocomplete user fields (assigned to and CC) on tickets
    34
    45== Description
    56
    6 The AutocompleteUsersPlugin allows AJAX completion of users for the owner, reporter 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 `/subjects` URL is served which presents the users and/or groups in a format suitable for the jQuery Autocompleter.  The AutocompleteUsersPlugin should gracefully degrade when !JavaScript is disabled. In addition to fields on new and existing tickets, the following fields are also autcompleted:
     7This plugin allows AJAX completion of users for the owner, reporter 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 `/subjects` URL is served which presents the users and/or groups in a format suitable for the jQuery Autocompleter. The plugin should gracefully degrade when !JavaScript is disabled.
     8
     9In addition to fields on new and existing tickets, the following fields are also autcompleted:
    710 * User and group fields on the admin Permissions page.
    811 * User field on the admin Components page (forthcoming).
    912 * Ticket custom fields (forthcoming).
    1013
    11 '''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.
     14'''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`, then all mail addresses will be obfuscated as usual in Trac. That is, email addresses will be displayed as `donjaun@...` rather than `donjaun@example.com`. In all other cases the full email address is visible.
    1215
    1316See also: TracAutoCompletePlugin
    14 
    15 == Installation
    16 
    17 You can install with easy_install/pip command from PyPI.
    18 
    19  - https://pypi.python.org/pypi/TracAutocompleteUsersPlugin
    20 
    21 {{{#!sh
    22 $ easy_install TracAutocompleteUsersPlugin
    23 or
    24 $ pip install TracAutocompleteUsersPlugin
    25 }}}
    2617
    2718== Bugs/Feature Requests
     
    4031[/newticket?component=AutocompleteUsersPlugin&cc=rjollos,jun66j5 new ticket].
    4132
     33[[TicketQuery(component=AutocompleteUsersPlugin&group=type,format=progress)]]
     34
    4235== Download and Source
    4336
    4437Download the [download:autocompleteusersplugin zipped source], check out [/svn/autocompleteusersplugin using Subversion], or [source:autocompleteusersplugin browse the source] with Trac.
    4538
     39== Installation
     40
     41You can install this plugin with easy_install/pip command from PyPI (pypi:TracAutocompleteUsersPlugin):
     42
     43{{{#!sh
     44$ easy_install TracAutocompleteUsersPlugin
     45or
     46$ pip install TracAutocompleteUsersPlugin
     47}}}
     48
    4649== Configuration
    4750
    48 After installing the plugin add the following to the ''trac.ini'' configuration file:
     51After installing the plugin, add the following to your `trac.ini` file:
    4952
    5053{{{#!ini