Opened 16 years ago
Closed 11 years ago
#3754 closed enhancement (fixed)
[Patch] Tag redirects to existing wiki page instead of listing tagged pages
Reported by: | JaeWook Choi | Owned by: | Steffen Hoffmann |
---|---|---|---|
Priority: | low | Component: | TagsPlugin |
Severity: | normal | Keywords: | link rendering |
Cc: | Trac Release: | 0.11 |
Description
If there is exisiting wiki page whose name is identical to a tag, clicking on the tag results in redirection to an existing wiki page instead of listing tagged pages.
For example, clicking on MyTag tag results in 'wiki/MyTag' wiki page instead of 'tags/?q=MyTag' if 'wiki/MyTag' page already exists.
I believe the latter, ie. listing of the tagged pages, should be more natural behavior in such situation.
Trac 0.11, Python 2.5.2, Apache HTTPD 2.2.9, TagsPlugin (r3882) on Win2K3
Attachments (1)
Change History (10)
comment:1 follow-up: 2 Changed 16 years ago by
Priority: | normal → low |
---|---|
Type: | defect → enhancement |
comment:2 Changed 16 years ago by
The behavior is very confusing. Tag links should redirect to the tag listing pages everytime.
It's quite normal to have a topic overview page linking to some sub wiki pages. All these pages get the same tag in reason of the same topic. In this case you can't list the tagged sub pages using tags tab anymore.
Changed 15 years ago by
Attachment: | wiki_page_link.patch added |
---|
Patch that adds a config option to disable links to wiki pages
comment:4 Changed 15 years ago by
Hi!
I created a patch that adds a "wiki_page_link" option that can be used to disable links to wiki pages. See wiki_page_link.patch
comment:5 Changed 15 years ago by
Owner: | changed from Alec Thomas to Michael Renzmann |
---|---|
Summary: | Tag redirects to existing wiki page instead of listing tagged pages → [Patch] Tag redirects to existing wiki page instead of listing tagged pages |
comment:6 Changed 13 years ago by
Owner: | changed from Michael Renzmann to Steffen Hoffmann |
---|
comment:7 Changed 13 years ago by
Keywords: | link rendering added |
---|---|
Status: | new → assigned |
This has been waiting for much too long, sorry.
comment:8 Changed 13 years ago by
(In [10621]) TagsPlugin: Control default link destination in tags cloud, refs #3754 and #9059.
Known behavior to always link to an existing wiki page with name equal to the
tag is still default, but configurable by new wiki_page_link
boolean option.
This is intentional. An option to disable the behaviour might be useful though.