Edgewall Software

Opened 16 years ago

Last modified 13 years ago

#7124 closed enhancement

Improved TitleIndex macro: optionally ignores pages shipped with Trac — at Initial Version

Reported by: TJ <support@…> Owned by: Christian Boos
Priority: high Milestone: 1.0
Component: wiki system Version: 0.11b2
Severity: normal Keywords: consider newhelp bitesized
Cc: ryano@… Branch:
Release Notes:
API Changes:
Internal Changes:

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.

Change History (1)

by TJ <support@…>, 16 years ago

Attachment: trac-0.11b-wiki-macros.diff added

TitleIndex optionally ignores built-in pages

Note: See TracTickets for help on using tickets.