wiki:ComponentsProcessorMacro

Version 14 (modified by figaro, 8 years ago) (diff)

Moved example to functional description

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.

Example 1: List all components

This wiki page content:

This project has these components:

[[Components]]

The formatted output:

Output for {{{[[Components()]]}}} example.

Example 2: List only components starting with "Admin"

This wiki page content:

The Admin related components are:

[[Components(Admin)]]

The formatted output:

Output for {{{[[Components(Admin)]]}}} example.

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

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)

Download all attachments as: .zip