Contents
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
Fork: I have made a small fork on Bitbucket with some improvements/fixes. Feel free to suggest new.
Bugs/Feature Requests
Development News
Version 0.5dev of this plugin is now available. The 0.11 branch is undergoing frequent change. If you want to test out the latest version, report back how it is working and possibly do some debugging, then the latest version is for you. Otherwise, r10974 should be fairly stable.
Recent changes are:
- TBD
Compatibility notes:
- TBD
Planned enhancements before 0.5 is released:
- Use jQuery UI 1.8.16.
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. There is also an Unofficial Debian package. AutocompleteUsersPlugin works only for trac 0.11 and higher.
Configuration
After installing plugin add to trac.ini configuration file following:
[components] autocompleteusers.* = enabled
Example
Screenshot of the plugin in action:
Recent Changes
[11504] by rjollos on 04/19/12 10:33:59
[11503] by rjollos on 04/19/12 10:29:33
Fixes #9768: Changed license to BSD 3-Clause (same as Trac core). Tagged build with dev.
[11502] by rjollos on 04/19/12 10:27:15
[11501] by rjollos on 04/19/12 10:25:08
Refs #9768: Renamed 0.11 directory to trunk.
Author/Contributors
Author: k0s
Maintainer: rjollos
Contributors: tenzochris, Sebastian Krysmanski
License: BSD 3-Clause
Attachments
- screenshot.png (22.3 kB) -
illustration of the AutocompleteUsers? on the CC field
, added by k0s on 09/12/08 21:23:13.


