Modify ↓
Opened 18 years ago
Closed 17 years ago
#1407 closed enhancement (fixed)
Optionally allow for not including page title in lists.
Reported by: | flowers | Owned by: | Alec Thomas |
---|---|---|---|
Priority: | normal | Component: | TagsPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
When the tags plugin shows a list of tags, it includes the page title in the list. The page title is parsed from the text of the listed page.
Ordinarily, this works well ... but in my case I would prefer to have the ability to turn these titles off. This is for two reasons:
- I have pages with no title at all. These are typically page fragments I include in other pages using the WikiIncludePlugin. In these cases the 'title' shown in the tags list is bogus.
- In every case, I use the page name as the page title. So in the cases where the tags plugin does correctly retrieve the page title, it is the same as the page name, which is redundant.
It would be good if there was a setting I could configure to exclude the page titles from the lists.
Attachments (0)
Change History (2)
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Page titles are no longer rendered, since Tags 0.6. This is mainly because Tags uses Trac's new resource API to do the rendering and it does not support this feature.
Note: See
TracTickets for help on using
tickets.
Good idea, and also more efficient. I'll add this.