autocomplete user fields on tickets using AJAX

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

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 zipped source, check out using Subversion, or browse the source with Trac. 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

[5049] by k0s on 12/23/08 12:25:06

autocomplete on last and multiple names; closes #4147

[5047] by k0s on 12/22/08 18:40:36

more explicit specification of package_data; bump version; add GPL license; hopefully fixes #3758

[4407] by k0s on 10/07/08 00:05:08

added preliminary stuff for (refs #3719), not at all working yet

[4390] by k0s on 10/06/08 18:05:38

verbosely include the package data

Author/Contributors

Author: k0s
Contributors:

Attachments