Changes between Initial Version and Version 1 of AutocompleteUsersPlugin


Ignore:
Timestamp:
Sep 12, 2008, 7:13:45 PM (16 years ago)
Author:
Jeff Hammel
Comment:

New hack AutocompleteUsersPlugin, created by k0s

Legend:

Unmodified
Added
Removed
Modified
  • AutocompleteUsersPlugin

    v1 v1  
     1= autocomplete user fields on tickets using AJAX =
     2
     3== Description ==
     4
     5The 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}}}
     6
     7== Bugs/Feature Requests ==
     8
     9Existing bugs and feature requests for AutocompleteUsersPlugin are
     10[report:9?COMPONENT=AutocompleteUsersPlugin here].
     11
     12If you have any issues, create a
     13[http://trac-hacks.org/newticket?component=AutocompleteUsersPlugin&owner=k0s new ticket].
     14
     15== Download ==
     16
     17Download the zipped source from [download:autocompleteusersplugin here].
     18
     19== Source ==
     20
     21You can check out AutocompleteUsersPlugin from [http://trac-hacks.org/svn/autocompleteusersplugin here] using Subversion, or [source:autocompleteusersplugin browse the source] with Trac.
     22
     23== Example ==
     24
     25Screenshot of the plugin in action:
     26
     27== Recent Changes ==
     28
     29[[ChangeLog(autocompleteusersplugin, 3)]]
     30
     31== Author/Contributors ==
     32
     33'''Author:''' [wiki:k0s] [[BR]]
     34'''Contributors:'''