Changes between Initial Version and Version 1 of TracAutoCompletePlugin


Ignore:
Timestamp:
May 4, 2010, 1:04:19 PM (14 years ago)
Author:
Richard Liao
Comment:

New hack TracAutoCompletePlugin, created by richard

Legend:

Unmodified
Added
Removed
Modified
  • TracAutoCompletePlugin

    v1 v1  
     1[[PageOutline(2-5,Contents,pullout)]]
     2
     3= Trac AutoComplete Plugin =
     4
     5== Description ==
     6
     7This 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.
     8
     9== Bugs/Feature Requests ==
     10
     11Existing bugs and feature requests for TracAutoCompletePlugin are
     12[report:9?COMPONENT=TracAutoCompletePlugin here].
     13
     14If you have any issues, create a
     15[http://trac-hacks.org/newticket?component=TracAutoCompletePlugin&owner=richard new ticket].
     16
     17== Download ==
     18
     19Download the zipped source from [download:tracautocompleteplugin here].
     20
     21== Source ==
     22
     23You can check out TracAutoCompletePlugin from [http://trac-hacks.org/svn/tracautocompleteplugin here] using Subversion, or [source:tracautocompleteplugin browse the source] with Trac.
     24
     25== Example ==
     26
     27The conf/username_list.txt looks like:
     28{{{
     29userfoo [User Foo]
     30userbar [User Bar]
     31}}}
     32
     33== Recent Changes ==
     34
     35[[ChangeLog(tracautocompleteplugin, 3)]]
     36
     37== Author/Contributors ==
     38
     39'''Author:''' [wiki:richard] [[BR]]
     40'''Maintainer:''' [wiki:richard] [[BR]]
     41'''Contributors:'''