Changes between Version 9 and Version 10 of SubcomponentsPlugin


Ignore:
Timestamp:
Jul 9, 2016, 7:22:11 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes, link updates

Legend:

Unmodified
Added
Removed
Modified
  • SubcomponentsPlugin

    v9 v10  
    55== Description
    66
    7 This plugin alters Trac's behavior so that the interface supports multiple layers of components, see below for an example. In project with lots of components, rearranging these components into several layers can clear up the list of components.
     7This plugin alters Trac's behavior so that the interface supports multiple layers of components. In project with lots of components, rearranging these components into several layers can clear up the list of components. The component does not change the data model of the components; it merely manipulates the user interface. See below for an example.
    88
    99An alternative plugin targeting the same problem is ComponentHierarchyPlugin.
     
    2121== Download
    2222
    23 The plugin is available for different Trac versions. There is no functional difference between these versions:
     23Download the zipped source from [export:subcomponentsplugin here].
     24
     25Older versions of this plugin are available here:
    2426
    2527||'''Trac version'''||'''Plugin version'''||'''Download link'''||
     
    2830||Trac 1.0||Subcomponents 1.2.0||[http://hg.haiku-os.org/trac/trac-subcomponents/archive/46e3b20788ed.tar.bz2 bz2] [http://hg.haiku-os.org/trac/trac-subcomponents/archive/46e3b20788ed.zip zip]||
    2931
     32There is no functional difference between these versions.
     33
    3034== Source
    3135
    32 The source can be found at http://hg.haiku-os.org/trac/trac-subcomponents .
     36You can check out SubcomponentsPlugin from [/svn/subcomponentsplugin here] using Subversion, or [source:subcomponentsplugin browse the source] with Trac.
    3337
    3438== Installation
     
    3943== Example
    4044
    41 To create components with subcomponents, then you have to add these using the standard component admin page. If you enter the following components:
     45To create a component that has subcomponents, you have to add these subcomponents using the standard component admin page. For example, if you enter the following components:
    4246
    4347 * `Web`
     
    6165 * Javascript code rewritten to utilize jQuery.
    6266
    63 See the [http://hg.haiku-os.org/trac/trac-subcomponents/shortlog log] of the repository for a detailed list of changes.
     67For the older versions of this plugin, see the [http://hg.haiku-os.org/trac/trac-subcomponents/shortlog log] of the repository for a detailed list of changes.
    6468
    6569== Author/Contributors