Version 9 (modified by 9 years ago) (diff) | ,
---|
Contents
Trac Subcomponents
Notice: This plugin is unmaintained and available for adoption.
Description
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.
An alternative plugin targeting the same problem is ComponentHierarchyPlugin.
Bugs/Feature Requests
Existing bugs and feature requests for SubcomponentsPlugin are here.
If you have any issues, create a new ticket.
defect |
8 / 8 |
|
---|---|---|
enhancement |
4 / 4 |
Download
The plugin is available for different Trac versions. There is no functional difference between these versions:
Trac version | Plugin version | Download link |
Trac 0.11 | Subcomponents 1.0.1 | bz2 zip |
Trac 0.12 | Subcomponents 1.1.2 | bz2 zip |
Trac 1.0 | Subcomponents 1.2.0 | bz2 zip |
Source
The source can be found at http://hg.haiku-os.org/trac/trac-subcomponents .
Installation
General instructions on installing Trac plugins can be found on the TracPlugins page.
After activating the plugin in the trac.ini
configuration file or through the plugins page, it will be activated without requiring any further configuration.
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.
An example of the query page after enabling this plugin:
And the component admin page looks like this:
Recent Changes
In version 1.2.0 of this plugin, the following was changed:
- Updated for Trac 1.0, add support for the Bulk changes functionality.
- Javascript code rewritten to utilize jQuery.
See the log of the repository for a detailed list of changes.
Author/Contributors
Author: boonekamp
Maintainer: none (needsadoption)
Contributors:
Attachments (2)
-
Subcomponents-query.png (120.4 KB) - added by 13 years ago.
example of how the query page looks after enabling this plugin
-
Subcomponents-admin.png (135.4 KB) - added by 13 years ago.
example of the component list on the admin page
Download all attachments as: .zip