Postponed
Project:
Project
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jul 2006 at 11:37 UTC
Updated:
29 Sep 2007 at 12:39 UTC
Example: Look at http://drupal.org/node/75818 where you see the breadcrumb
Home » Downloads » Filters/editors » quicktags » issues
. The link Filters/editors leads to http://drupal.org/project/Filters/editors which does not work.
Comments
Comment #1
nedjoSo the issue looks like having a forward slash in the term name. Should we disallow forward slashes in term names in the project vocabulary?
Comment #2
dwwor we should generate these URLs to point to tid (term id) instead of term name. the link could still read "Whatever/You/Want", but the actual URL would be "[site]/project/category/tid" or something.
Comment #3
nedjoThat sounds cleaner. It would require (if we want to keep paths like the current ones) creating an alias for each project?
(I wonder if this is also a way to fix some of the other string conflicts we're having based on project names--use nids instead of project names, but put aliases in.)
Comment #4
hunmonk commentedlooks like this is still a problem. postponing until the next major branch is started, as i'm guessing once we start fixing this, it's going to turn into a lot of work -- if somebody wants to get ambitious and post a patch for it now, then please do so and set the status appropriately :)