Changes between Version 38 and Version 39 of AutocompleteUsersPlugin


Ignore:
Timestamp:
Dec 4, 2014, 11:54:53 PM (9 years ago)
Author:
Ryan J Ollos
Comment:

Use new-style markup.

Legend:

Unmodified
Added
Removed
Modified
  • AutocompleteUsersPlugin

    v38 v39  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Autocomplete user fields (assigned to and CC) on tickets =
     2= Autocomplete user fields (assigned to and CC) on tickets
    33
    4 == Description ==
     4== Description
    55
    66The AutocompleteUsersPlugin allows AJAX completion of users for the owner, reporter 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 `/subjects` URL is served which presents the users and/or groups in a format suitable for the jQuery Autocompleter.  The AutocompleteUsersPlugin should gracefully degrade when !JavaScript is disabled. In addition to fields on new and existing tickets, the following fields are also autcompleted:
     
    1313See also: TracAutoCompletePlugin
    1414
    15 == Installation ==
     15== Installation
    1616
    1717You can install with easy_install/pip command from PyPI.
     
    1919 - https://pypi.python.org/pypi/TracAutocompleteUsersPlugin
    2020
    21 {{{ #!sh
     21{{{#!sh
    2222$ easy_install TracAutocompleteUsersPlugin
    2323or
     
    2525}}}
    2626
    27 == Bugs/Feature Requests ==
     27== Bugs/Feature Requests
    2828
    29 {{{
    30 #!NewsFlash
     29{{{#!NewsFlash
    3130
    32 = Development News =
     31= Development News
    3332
    3433Version 0.4.3 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.
     
    4140[/newticket?component=AutocompleteUsersPlugin&cc=rjollos,jun66j5 new ticket].
    4241
    43 == Download and Source ==
     42== Download and Source
    4443
    4544Download the [download:autocompleteusersplugin zipped source], check out [/svn/autocompleteusersplugin using Subversion], or [source:autocompleteusersplugin browse the source] with Trac.
    4645
    47 == Configuration ==
     46== Configuration
    4847
    4948After installing the plugin add the following to the ''trac.ini'' configuration file:
    5049
    51 {{{
    52 #!ini
     50{{{#!ini
    5351[components]
    5452autocompleteusers.* = enabled
    5553}}}
    5654
    57 == Example ==
     55== Example
    5856
    5957Screenshot of the plugin in action:
     
    6159[[Image(screenshot.png)]]
    6260
    63 == Recent Changes ==
     61== Recent Changes
    6462
    6563[[ChangeLog(autocompleteusersplugin, 3)]]
    6664
    67 == Author/Contributors ==
     65== Author/Contributors
    6866
    6967'''Author:''' [wiki:k0s] [[BR]]