Changes between Initial Version and Version 1 of TracTicketChainedFieldsPlugin


Ignore:
Timestamp:
Aug 7, 2009, 3:48:19 AM (15 years ago)
Author:
Richard Liao
Comment:

New hack TracTicketChainedFieldsPlugin, created by richard

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketChainedFieldsPlugin

    v1 v1  
     1= TracTicketChainedFieldsPlugin =
     2
     3== Description ==
     4
     5Dynamicly change fields options by their parent fields.
     6
     7
     8For example, there are 3 fields: brand, phone, OS. When brand changes, phone field will change it's options to show only phone belongs to that brand. When phone changes, OS field will change too.
     9
     10== Bugs/Feature Requests ==
     11
     12Existing bugs and feature requests for TracTicketChainedFieldsPlugin are
     13[report:9?COMPONENT=TracTicketChainedFieldsPlugin here].
     14
     15If you have any issues, create a
     16[http://trac-hacks.org/newticket?component=TracTicketChainedFieldsPlugin&owner=richard new ticket].
     17
     18== Download ==
     19
     20Download the zipped source from [download:tracticketchainedfieldsplugin here].
     21
     22== Source ==
     23
     24You can check out TracTicketChainedFieldsPlugin from [http://trac-hacks.org/svn/tracticketchainedfieldsplugin here] using Subversion, or [source:tracticketchainedfieldsplugin browse the source] with Trac.
     25
     26== Example ==
     27
     28{{{
     29[components]
     30tcf.* = enabled
     31}}}
     32
     33
     34
     35== Recent Changes ==
     36
     37[[ChangeLog(tracticketchainedfieldsplugin, 3)]]
     38
     39== Author/Contributors ==
     40
     41'''Author:''' [wiki:richard] [[BR]]
     42'''Contributors:'''