Changes between Version 6 and Version 7 of TracComponentAliasPlugin


Ignore:
Timestamp:
Aug 26, 2015, 12:15:46 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracComponentAliasPlugin

    v6 v7  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Trac Component Alias Plugin =
     3= Trac Component Alias Plugin
    44
    5 == Description ==
     5== Description
    66
    7 Changes the component based off the selection from a custom field of type `radio` or `select`. The plugin is implemented in Python, so the component will be changed only after the form is submitted (as opposed to some implementations in !JavaScript that may dynamically change the field client-side).
     7This plugin allows you to change the component based off the selection from a custom field of type `radio` or `select`. The plugin is implemented in Python. The component will change only after the form is submitted, as opposed to some implementations in !JavaScript that may dynamically change the field client-side.
    88
    9 == Bugs/Feature Requests ==
     9== Bugs/Feature Requests
    1010
    1111Existing bugs and feature requests for TracComponentAliasPlugin are
     
    1313
    1414If you have any issues, create a
    15 [http://trac-hacks.org/newticket?component=TracComponentAliasPlugin&owner=zshahan new ticket].
     15[/newticket?component=TracComponentAliasPlugin new ticket].
    1616
    17 == Download ==
     17[[TicketQuery(component=TracComponentAliasPlugin&group=type,format=progress)]]
     18
     19== Download
    1820
    1921Download the zipped source from [download:traccomponentaliasplugin here].
    2022
    21 == Source ==
     23== Source
    2224
    2325You can check out TracComponentAliasPlugin from [http://trac-hacks.org/svn/traccomponentaliasplugin here] using Subversion, or [source:traccomponentaliasplugin browse the source] with Trac.
    2426
    25 == Example ==
     27== Installation
    2628
     29General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    2730
    28 {{{
    29 #!ini
     31== Example
     32
     33{{{#!ini
    3034; test1 and test2 define the grouping.  The name can be whatever you want.
    3135