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.
Example
Screenshot of the plugin in action:
Recent Changes
[4407] by k0s on 10/06/08 17:05:08
added preliminary stuff for (refs #3719), not at all working yet
[4390] by k0s on 10/06/08 11:05:38
verbosely include the package data
[4276] by k0s on 09/12/08 14:16:24
initial import of AutocompleteUsersPlugin from https://svn.openplans.org/svn/trac/AutocompleteUsers
[4275] by k0s on 09/12/08 14:13:43
New hack AutocompleteUsersPlugin, created by k0s
Author/Contributors
Author: k0s
Contributors:
Attachments
- screenshot.png (22.3 kB) -
illustration of the AutocompleteUsers? on the CC field
, added by k0s on 09/12/08 14:23:13.

