Contents
List project components with descriptions
Description
This Trac macro [[Components]]
lists and describes the project's components, and adds links to wiki pages describing the components in more detail, as well as any tickets for the components. For more information on what components are and how they can serve your workflow, see TicketComponent.
Example 1: List all components
This wiki page content:
This project has these components: [[Components]]
The formatted output:
Example 2: List only components starting with "Admin
"
This wiki page content:
The Admin related components are: [[Components(Admin)]]
The formatted output:
Bugs/Feature Requests
Existing bugs and feature requests for ComponentsProcessorMacro are here.
If you have any issues, create a new ticket.
defect |
2 / 2 |
||
---|---|---|---|
enhancement |
3 / 6 |
||
task |
2 / 3 |
Download
Download the zipped source from here.
Source
You can check out ComponentsProcessorMacro from here using Subversion, or browse the source with Trac.
Installation
General instructions on installing Trac plugins can be found on the TracPlugins page.
Enable the macro in trac.ini
:
[components] componentsprocessor.* = enabled
You may have to restart your Web server.
Recent Changes
- 17035 by rjollos on 2018-02-20 18:32:02
-
Fix string interpolation in query
Conform to Trac coding style for database API.
- 17034 by rjollos on 2018-02-20 18:15:58
-
Branch for Trac 1.2 support
- 13180 by rjollos on 2013-05-20 08:56:23
-
Fixes #10662: Created a setuptools installer for the macro. Initial patch by gagravarr.
Note: The plugin currently does not have a license.
(more)
Author/Contributors
Author: TerryBrown
Maintainer: Terry Brown
Contributors:
Attachments (2)
-
Example1.png (24.7 KB) - added by 15 years ago.
Output for
[[Components()]]
example. -
Example2.png (6.5 KB) - added by 15 years ago.
Output for
[[Components(Admin)]]
example.
Download all attachments as: .zip