Issue on http://drupal.org/node/321076 should belong to Serbian translation project on http://drupal.org/project/sr (node/43878).

But when you visit 321076 issue, in a breadcrumb "Serbian translation" link is going to http://drupal.org/node/13514 - which is "Access denied" at least for me.

Comments

pivica’s picture

OK it seems this is bigger problem then I thought. Same thing happened with the new http://drupal.org/node/397932 issue for "Serbian translation" project.

Issue was OK (referencing to correct project) when it was created, but as soon as I commented issue (http://drupal.org/node/397932#comment-1340690) it started to belong to non existent project on node/13514.

damien tournoud’s picture

Title: Issue is not referencing to correct project anymore » Fix duplicate project long names

The new version of Project relies on the fact that project short and long names are unique. The uniqueness of long project names is enforced at node creation and edit time, but we still have some duplicates in our database.

In addition to "Serbian translation", which I fixed by renaming the old node to "(Old) Serbian translation", we have:

mysql> SELECT n1.nid, n1.title FROM node n1, node n2 WHERE n1.title = n2.title AND n1.nid != n2.nid AND n1.type = 'project_project' AND n2.type = 'project_project';
+--------+---------------------+
| nid    | title               |
+--------+---------------------+
|   3313 | Title               | 
|  11063 | Title               | 
|  14513 | Persian translation | 
|  14536 | Persian Translation | 
|  26160 | Journal             | 
|  28068 | IMAP Auth           | 
|  52587 | Google earth        | 
|  57296 | Imap Auth           | 
| 120759 | Google Earth        | 
| 193122 | Journal             | 
+--------+---------------------+
pivica’s picture

Works fine now for "Serbian translation" project. Thanks.

marcp’s picture

To make this easier for whoever can clean this up:

Title:
http://drupal.org/node/3313 - 'Access Denied'
http://drupal.org/node/11063 - The 'Title' project

Persian translation:
http://drupal.org/node/14513 - 'Access Denied'
http://drupal.org/node/14536 - The 'Persian Translation' project

Journal:
http://drupal.org/node/26160 - 'Access Denied'
http://drupal.org/node/193122 - The 'Journal' project

IMAP Auth:
http://drupal.org/node/28068 - 'Access Denied'
http://drupal.org/node/57296 - The 'IMAP Auth' project

Google earth:
http://drupal.org/node/52587 - 'Access Denied'
http://drupal.org/node/120759 - The 'Google Earth' project

avpaderno’s picture

Project: Drupal.org infrastructure » Drupal.org site moderators
Status: Active » Fixed

The long names of the projects reported in #4 have been changed.

Status: Fixed » Closed (fixed)
Issue tags: -drupal.org upgrade

Automatically closed -- issue fixed for 2 weeks with no activity.