I like the links under the Drupal icon menu to the issue queues for all the activated modules. One module I work with wasn't showing up there and after looking through the admin_menu code I found that it's because it doesn't have a "project" line in it's .info.

When I add the line in, it the issue queue link appears as expected. But this is discouraged by Drupal,
http://drupal.org/node/231036

I tried the CVS Deploy module but that didn't help either.

Can admin_menu be made to include issue queue links for modules that are checked out from CVS (and thus have not been packaged)?

Comments

sun’s picture

Status: Active » Closed (works as designed)

Sorry, but no, this is not possible, because project pages on drupal.org as well as those links to http://drupal.org/project/foo use exactly that 'project' shortname information. Without this information, the link would end up in nirvana, because there are many modules whose module names do not equal their project names. It actually took a bug report for admin_menu approx. 1.5 years ago to find this out. ;)