Metadata-Version: 2.1
Name: TracAutocompleteUsersPlugin
Version: 0.4.4
Summary: complete the known trac users, AJAX style
Home-page: http://trac-hacks.org/wiki/AutocompleteUsersPlugin
Author: Jeff Hammel
Author-email: jhammel@openplans.org
Maintainer: Ryan J Ollos
Maintainer-email: ryan.j.ollos@gmail.com
License: BSD 3-Clause
Keywords: trac plugin
Platform: UNKNOWN
Classifier: Framework :: Trac
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Requires-Dist: Trac (>=0.11)

The AutocompleteUsersPlugin allows AJAX completion of users
for the owner, reporter and CC fields on new and existing tickets.

see also: http://trac-hacks.org/wiki/AutocompleteUsersPlugin

ChangeLog
=========

0.4.3 (2014-10-16)
------------------

* new features:

  - #11415 Enable auto complete function for drop down list (restrict_owner=true)
  - #8477 Add support for custom fields

0.4.2 (2014-08-23)
------------------

* resolved issues:

  - #11759 Escape HTML when formatting entries for autocompletion.
  - #6427 When configuring a different workflow, autocomplete doesn't work on reassign.

* new features:

  - #7324 Users and groups on the admin permissions page are autocompleted.


