Changes between Initial Version and Version 1 of CcSelectorPlugin


Ignore:
Timestamp:
Apr 3, 2008, 2:10:19 PM (16 years ago)
Author:
Vladislav Naumov
Comment:

New hack CcSelectorPlugin, created by vnaum

Legend:

Unmodified
Added
Removed
Modified
  • CcSelectorPlugin

    v1 v1  
     1= cc_selector plugin =
     2
     3== Description ==
     4
     5This plugin allows "visual" CC field editing.
     6
     7A pop-up window with bunch of checkboxes is opened, user checks boxes,
     8email addresses are added and removed to CC field.
     9There is a list of pre-defined addresses in `cc_selector.js` (these
     10addresses will always be available). These addresses should probably be
     11taken from Trac database, but I'm too lazy for this - so, if you want to
     12change this list you must edit `cc_selector.js` manually.
     13
     14Of course, you can always edit
     15CC field without all this hassle - all addresses you entered manually
     16will be shown, too - and can be removed with new, shiny checkboxes.
     17
     18Pretty useless, if you ask me, but my PM team finds this useful.
     19
     20Javascript is working with Firefox, Mozilla and Internet Explorer 6.
     21Opera / Safari reports are welcome.
     22
     23It works with Trac 0.10, and it doesn't work with 0.11.
     24
     25== Bugs/Feature Requests ==
     26
     27Existing bugs and feature requests for CcSelectorPlugin are
     28[report:9?COMPONENT=CcSelectorPlugin here].
     29
     30If you have any issues, create a
     31[http://trac-hacks.org/newticket?component=CcSelectorPlugin&owner=vnaum new ticket].
     32
     33== Download ==
     34
     35Download the zipped source from [download:ccselectorplugin here].
     36
     37== Source ==
     38
     39You can check out CcSelectorPlugin from [http://trac-hacks.org/svn/ccselectorplugin here] using Subversion, or [source:ccselectorplugin browse the source] with Trac.
     40
     41== Example ==
     42
     43A pop-up window with bunch of checkboxes is opened, user checks boxes,
     44email addresses are added and removed to CC field.
     45
     46== Recent Changes ==
     47
     48[[ChangeLog(ccselectorplugin, 3)]]
     49
     50== Author/Contributors ==
     51
     52'''Author:''' [wiki:vnaum] [[BR]]
     53'''Contributors:'''