Changes between Version 13 and Version 14 of CcSelectorPlugin


Ignore:
Timestamp:
Nov 13, 2010, 3:12:08 PM (13 years ago)
Author:
Steffen Hoffmann
Comment:

add poll about old, removed feature and hints on new configuration options

Legend:

Unmodified
Added
Removed
Modified
  • CcSelectorPlugin

    v13 v14  
    2121file) for some reason - you should stick with the [http://trac-hacks.org/changeset/4001 older release].
    2222
     23[[Poll(Do you need the fixed list option and would like to get it back to an upcoming release?; Yes, got stuck with old release because of this; Yes, because I badly miss it; No, found another solution/like to patch on my own; No, don't care/don't need such stuff)]]
     24
    2325Of course, you can always edit the Cc field without all this hassle - all addresses you entered manually
    2426will be shown, too - and can be removed with new, shiny checkboxes.
     
    4042=== Want drop-down box for "assign to" field? ===
    4143If you want drop-down box for "assign to" field - it's already in Trac
    42 since 0.9. All you have to do is set restrict_owner option of the
    43 [ticket] section in [http://trac.edgewall.org/wiki/TracIni trac.ini] to
    44 "true".
     44since 0.9. All you have to do is set restrict_owner option in [http://trac.edgewall.org/wiki/TracIni trac.ini] like:
     45{{{
     46[ticket]
     47restrict_owner = true
     48}}}
    4549
    4650[http://trac.edgewall.org/wiki/TracTickets#Assign-toasDrop-DownList This]
     
    5155
    5256Download the [download:ccselectorplugin zipped source], check out [http://trac-hacks.org/svn/ccselectorplugin using Subversion], or [source:ccselectorplugin browse the source] with Trac.
     57
     58== Configuration ==
     59Following options have been added to `trunk` branch recently:
     60{{{
     61[cc_selector]
     62show_fullname = true
     63username_blacklist = user1, 'user 2'
     64}}}
     65
     66show_fullname
     67 * default: false
     68 * Display full names instead of usernames if available.
     69 * Use case: If most/relevant Trac users prefer full names over usernames aka login/nicknames.
     70username_blacklist
     71 * default: !'' (empty string)
     72 * Usernames separated by comma, that should never get listed.
     73 * Use case: Hide administrator accounts from the default list.
    5374
    5475== Example ==