Modify ↓
#2037 closed task (fixed)
RFE: URLs structure, RSS and timeline
Reported by: | anonymous | Owned by: | Radek Bartoň |
---|---|---|---|
Priority: | low | Component: | DiscussionPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
The url structure used by DiscussionPlugin currently is: discussion/<forum>/<topic>
If a topic is moved:
- Together with an RSS reader new events apear for every message in the Topic, because a topics path changed
- Bookmarked topics will display the wrong forum title
- Resources (topics) exist duplicated under different paths
I propose the following url scheme: discussion/<type>/<id>, where a topic would be addressed as discussion/topic/2 and a forum with discussion/forum/1
Also a timeline event should be generated if a topic moved.
Attachments (0)
Change History (3)
comment:1 Changed 17 years ago by
Status: | new → assigned |
---|
comment:2 Changed 17 years ago by
Priority: | normal → low |
---|---|
Summary: | URLs structure, RSS and timeline → RFE: URLs structure, RSS and timeline |
comment:3 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Proper URL structure implemented with r5424. I'm leaving an idea to report topic move events, feel free to open new ticket if this feature is needed for someone.
Note: See
TracTickets for help on using
tickets.
I'll look on that sequentially...