= cc_selector plugin = == Description == This plugin allows "visual" CC field editing. A pop-up window with bunch of checkboxes is opened, user checks boxes, email addresses are added and removed to CC field. Developer list is fetched from DB. Users who logged in at least once (see `session` table in trac db) and have 'TICKET_VIEW' permission are listed. If you better like "old" variant (hardcoded list in javascript file) for some reason - you should stick with [http://trac-hacks.org/changeset/4001 older release]. Of course, you can always edit CC field without all this hassle - all addresses you entered manually will be shown, too - and can be removed with new, shiny checkboxes. Pretty useless, if you ask me, but my PM team finds this useful. Javascript is working with Firefox, Mozilla and Internet Explorer 6. Opera / Safari reports are welcome. It works with both Trac 0.10 and 0.11 (since rev3531). == Bugs/Feature Requests == Existing bugs and feature requests for CcSelectorPlugin are [query:?status=new&status=assigned&status=reopened&group=&component=CcSelectorPlugin&order=priority here]. If you have any issues, create a [/newticket?component=CcSelectorPlugin&owner=vnaum new ticket]. === Want drop-down box for "assign to" field? === If you want drop-down box for "assign to" field - it's already in Trac since 0.9. All you have to do is set restrict_owner option of the [ticket] section in [http://trac.edgewall.org/wiki/TracIni trac.ini] to "true". [http://trac.edgewall.org/wiki/TracTickets#Assign-toasDrop-DownList This] page has more info on this. == Download and Source == Download the [download:ccselectorplugin zipped source], check out [http://trac-hacks.org/svn/ccselectorplugin using Subversion], or [source:ccselectorplugin browse the source] with Trac. == Example == A pop-up window with bunch of checkboxes is opened, user checks boxes, email addresses are added and removed to CC field. [[Image(cc_selector.png, border=1, align=center)]] == Recent Changes == [[ChangeLog(ccselectorplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:vnaum] [[BR]] '''Contributors:'''