Drupal 6 requires that each module's *.info file has a line core = 6.x. Drupal.org adds this line when packaging modules for download, but it is not added when modules are checked out from git. Please add it to warning.info in CVS, as per the attached patch. Thanks!

CommentFileSizeAuthor
core-6.patch518 bytesBevan

Comments

sdsheridan’s picture

Issue summary: View changes
Status: Reviewed & tested by the community » Closed (fixed)

Now that we have official releases, this is done automatically by the Drupal packager.

Bevan’s picture

Issue summary: View changes
Status: Closed (fixed) » Needs review

You missed the point. When checking out the module from git (bypassing the package manager), the info is missing the core compatibility setting. This makes it impossible to enable.

Other modules do this so that the module can be used even if checked out via git instead of the package manager.

Also; Convention is to mark issues as "fixed" or "won't fix" (but not "closed") and then let Drupal.org close them after two weeks of inactivity.

sdsheridan’s picture

Status: Needs review » Fixed

Ah, ok, got it. I added it to both the 6.x-1.x-dev and 7.x-1.x-dev branches, so once that permeates, it should be there.

Status: Fixed » Closed (fixed)

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