[[PageOutline(2-5,Contents,pullout)]] = Trac AutoComplete Plugin = == 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. == Bugs/Feature Requests == Existing bugs and feature requests for TracAutoCompletePlugin are [report:9?COMPONENT=TracAutoCompletePlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=TracAutoCompletePlugin&owner=richard new ticket]. == Download == Download the zipped source from [download:tracautocompleteplugin here]. == Source == You can check out TracAutoCompletePlugin from [http://trac-hacks.org/svn/tracautocompleteplugin here] using Subversion, or [source:tracautocompleteplugin browse the source] with Trac. == Install == You can install this software as normal Trac plugin. 1. Uninstall TracAutoCompletePlugin if you have installed before. 2. Change to the directory containning setup.py. 3. If you want to install this plugin globally, that will install this plugin to the python path: * python setup.py install 4. 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 }}} 5. Config trac.ini: {{{ [components] autocomplete.* = enabled }}} 6. 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 == Screenshots: [[Image(autocomplete_1.png)]] == Recent Changes == [[ChangeLog(tracautocompleteplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:richard] [[BR]] '''Maintainer:''' [wiki:richard] [[BR]] '''Contributors:'''