wiki:AutocompleteUsersPlugin

Version 18 (modified by Ryan J Ollos, 14 years ago) (diff)

Added new maintainer

Autocomplete user fields (assigned to and CC) on tickets

Description

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

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.

Alternative: TracAutoCompletePlugin

Bugs/Feature Requests

Existing bugs and feature requests for AutocompleteUsersPlugin are here.

If you have any issues, create a new ticket.

Download and Source

Download the [download:autocompleteusersplugin zipped source], check out using Subversion, or browse the source with Trac. There is also an Unofficial Debian package. AutocompleteUsersPlugin works only for trac 0.11 and greater.

Configuration

After installing plugin add to trac.ini configuration file following:

[components]
autocompleteusers.* = enabled

Example

Screenshot of the plugin in action:

illustration of the AutocompleteUsers on the CC field

Recent Changes

18104 by rjollos on 2021-03-26 20:34:23
TracAutocompleteUsersPlugin 0.4.8dev: Require Trac >= 1.0

Refs #13986.

18010 by rjollos on 2021-02-22 02:43:33
TracAutocompleteUsersPlugin: Bump version to 0.4.8

Refs #13960.

18009 by rjollos on 2021-02-22 02:42:15
TracAutocompleteUsersPlugin: Fix incorrect license classifier

Remove unmaintained change log.

Patch by Jun Omae.

Fixes #13960.

(more)

Author/Contributors

Author: k0s
Maintainer: rjollos
Contributors: tenzochris, Sebastian Krysmanski

Attachments (1)

Download all attachments as: .zip