Ticket #499 (new defect)

Opened 12 months ago

Last modified 12 months ago

Feeds with identical title link to same feed view

Reported by: reporter Owned by: mbonetti
Priority: normal Milestone:
Component: BUGS Version: 0.5.5
Severity: minor Keywords:
Cc:

Description

Two feeds with an identical title ("My Feed" from John, "My Feed" from Peter) are linked to the same feed view /[root]/My_Feed/.

Change History

Changed 12 months ago by cfriesen

This has to do with the mod-rewrite stuff using the title to lookup a feed by the title.

I'd suggest something like /[root]/fid/ for the mod-rewrite, which would break a lot of peoples indexed pages (maybe make a usemodrewrite.advanced?)

Or force the title to be UNIQUE (add a unique index to the column in the database?).

The second would be by far easiest, though I'm not sure it's practical.

Note: See TracTickets for help on using tickets.