[[PageOutline(2-5,Contents,pullout)]] = Trac Subcomponents = == Description == This 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. == Bugs/Feature Requests == Existing bugs and feature requests for SubcomponentsPlugin are [report:9?COMPONENT=SubcomponentsPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=SubcomponentsPlugin&owner=boonekamp new ticket]. == Download & Installation == The plugin is available for three different Trac versions. There is no functional difference between the three versions. ||'''Trac version'''||'''Plugin version'''||''Download link''|| ||Trac 0.11||Subcomponents 1.0.1||[http://hg.haiku-os.org/trac-subcomponents/archive/aaf5b8884d95.tar.bz2 bz2][http://hg.haiku-os.org/trac-subcomponents/archive/aaf5b8884d95.zip zip]|| ||Trac 0.12||Subcomponents 1.1.2||[http://hg.haiku-os.org/trac-subcomponents/archive/fb35c463e72d.tar.bz2 bz2][http://hg.haiku-os.org/trac-subcomponents/archive/fb35c463e72d.zip zip]|| ||Trac 1.0||Subcomponents 1.2.0||[http://hg.haiku-os.org/trac-subcomponents/archive/46e3b20788ed.tar.bz2 bz2][http://hg.haiku-os.org/trac-subcomponents/archive/46e3b20788ed.zip zip]|| To install the module see the TracPlugins page. After activating the plugin in the configuration file or through the plugins page, it will be activated without any further configuration. == Source == The source can be found at http://hg.haiku-os.org/trac-subcomponents . == Example == To create components with subcomponents, then you have to add these using the standard component admin page. If you enter the following components: * `Web` * `Web/Frontend` * `Web/Backend` Then the user interface will show the `Frontend` and `Backend` as a subcomponent of the `Web` component. == Recent Changes == In version 1.2.0, the following was changed: * Updated for Trac 1.0, add support for the ''Bulk changes'' functionality * Javascript code rewritten to utilize jQuery See the [http://hg.haiku-os.org/trac-subcomponents/shortlog log] of the repository for a detailed list of changes. == Author/Contributors == '''Author:''' [wiki:boonekamp] [[BR]] '''Maintainer:''' [wiki:boonekamp] [[BR]] '''Contributors:'''