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

nedjo’s picture

So the issue looks like having a forward slash in the term name. Should we disallow forward slashes in term names in the project vocabulary?

dww’s picture

or 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.

nedjo’s picture

That 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.)

hunmonk’s picture

Version: 4.7.x-1.x-dev » 5.x-1.x-dev
Status: Active » Postponed

looks 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 :)