Changes between Version 7 and Version 8 of TracAutoCompletePlugin


Ignore:
Timestamp:
Jul 27, 2015, 12:58:38 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • TracAutoCompletePlugin

    v7 v8  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Autocomplete ticket fields =
     3= Autocomplete ticket fields
    44
    5 == Description ==
     5== Description
    66
    7 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.
     7This plugin auto completes user info when input report, owner, cc in ticket, and provides a popup dialog to edit cc to help input multiple recipients. The user information are maintained in Trac instance's conf/username_list.txt file.
    88
    9 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.
     9This plugin is designed to be used in enterprise environments, 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.
    1010
    11 There is another plugin: AutocompleteUsersPlugin , that using of trac's build-in user list to accomplish this purpose.
     11Alternative plugin: AutocompleteUsersPlugin, that uses Trac's built-in user list to accomplish this purpose.
    1212
    13 == Bugs/Feature Requests ==
     13== Bugs/Feature Requests
    1414
    1515Existing bugs and feature requests for TracAutoCompletePlugin are
     
    1717
    1818If you have any issues, create a
    19 [http://trac-hacks.org/newticket?component=TracAutoCompletePlugin&owner=richard new ticket].
     19[/newticket?component=TracAutoCompletePlugin new ticket].
    2020
    21 == Download ==
     21[[TicketQuery(component=TracAutoCompletePlugin&group=type,format=progress)]]
     22
     23== Download
    2224
    2325Download the zipped source from [download:tracautocompleteplugin here].
    2426
    25 == Source ==
     27== Source
    2628
    2729You can check out TracAutoCompletePlugin from [http://trac-hacks.org/svn/tracautocompleteplugin here] using Subversion, or [source:tracautocompleteplugin browse the source] with Trac.
    2830
    29 == Install ==
    30  You can install this software as normal Trac plugin.
     31== Installation
     32
     33You can install this software as normal Trac plugin.
    3134
    3235 1. Uninstall TracAutoCompletePlugin if you have installed before.
    33 
    34  2. Change to the directory containning setup.py.
    35 
    36  3. If you want to install this plugin globally, that will install this plugin to the python path:
     36 1. Change to the directory containning setup.py.
     37 1. If you want to install this plugin globally, that will install this plugin to the python path:
    3738  * python setup.py install
    38 
    39  4. If you want to install this plugin to trac instance only:
     39 1. If you want to install this plugin to trac instance only:
    4040  * python setup.py bdist_egg
    4141  * copy the generated egg file to the trac instance's plugin directory
    42   {{{
     42 {{{#!sh
    4343cp dist/*.egg /srv/trac/env/plugins
    4444}}}
    45 
    46  5. Config trac.ini:
    47   {{{
     45 1. Configure your `trac.ini` file as follows:
     46 {{{#!ini
    4847[components]
    4948autocomplete.* = enabled
    5049}}}
    51 
    52  6. Create and edit file /srv/trac/env/conf/username_list.txt. '''Please make sure this file encoded with UTF-8'''.
     50 1. Create and edit file /srv/trac/env/conf/username_list.txt. '''Please make sure this file encoded with UTF-8'''.
    5351 {{{
    5452userfoo [User Foo]
     
    5654}}}
    5755
     56== Example
    5857
    59 == Example ==
    6058Screenshots:
     59
    6160[[Image(autocomplete_1.png)]]
    6261
    63 == Recent Changes ==
     62== Recent Changes
    6463
    6564[[ChangeLog(tracautocompleteplugin, 3)]]
    6665
    67 == Author/Contributors ==
     66== Author/Contributors
    6867
    6968'''Author:''' [wiki:richard] [[BR]]
    70 '''Maintainer:''' [wiki:richard] [[BR]]
     69'''Maintainer:''' [[Maintainer]] [[BR]]
    7170'''Contributors:'''