Ticket #7124 (new enhancement)
Improved TitleIndex macro: optionally ignores pages shipped with Trac
| Reported by: | TJ <support@…> | Owned by: | osimons |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.12 |
| Component: | wiki system | Version: | 0.11b2 |
| Severity: | normal | Keywords: | consider |
| Cc: |
Description
I wanted to have TitleIndex on the front page of my Trac but didn't want the clutter of listing all the pages that are shipped with it.
I've created a patch for class TitleIndexMacro to achieve my aims. There's an additional parameter ignore. When set to 1 TitleIndex will not list the built-in pages. E.g.
[[TitleIndex(format=group,ignore=1)]]
If ignore=0 or is omitted then it lists all pages.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


