Contents
Autocomplete ticket fields
Description
This plugin auto complete user info when input report, owner, cc in ticket, and provide a popup dialog to edit cc to help input plenty of recipients. The user information are maintained in trac instance's conf/username_list.txt file.
This plugin is designed to be used in enterprise environment, where there may be hundreds or thousands users who are potential notification recipients. Trac administrator should maintain a full list of users and their full name, instead of using trac's built-in user list.
There is another plugin: AutocompleteUsersPlugin , that using of trac's build-in user list to accomplish this purpose.
Bugs/Feature Requests
Existing bugs and feature requests for TracAutoCompletePlugin are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from here.
Source
You can check out TracAutoCompletePlugin from here using Subversion, or browse the source with Trac.
Install
You can install this software as normal Trac plugin.
- Uninstall TracAutoCompletePlugin if you have installed before.
- Change to the directory containning setup.py.
- If you want to install this plugin globally, that will install this plugin to the python path:
- python setup.py install
- If you want to install this plugin to trac instance only:
- python setup.py bdist_egg
- copy the generated egg file to the trac instance's plugin directory
cp dist/*.egg /srv/trac/env/plugins
- Config trac.ini:
[components] autocomplete.* = enabled
- Create and edit file /srv/trac/env/conf/username_list.txt. Please make sure this file encoded with UTF-8.
userfoo [User Foo] userbar [User Bar]
Example
Recent Changes
[9327] by richard on 10/19/10 03:52:01
#7852 adjust input width
[9326] by richard on 10/19/10 02:25:13
Fixed #7843, add env path to locate username_list.txt
[8090] by richard on 06/08/10 05:32:45
#7214 fixed.
[7930] by richard on 05/04/10 15:08:12
Init import.
Author/Contributors
Attachments
- autocomplete_1.png (12.8 kB) - added by richard on 05/04/10 15:14:48.


