Closed (fixed)
Project:
Warning
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Apr 2009 at 13:56 UTC
Updated:
6 Mar 2014 at 15:50 UTC
Jump to comment: Most recent
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!
| Comment | File | Size | Author |
|---|---|---|---|
| core-6.patch | 518 bytes | Bevan |
Comments
Comment #1
sdsheridanNow that we have official releases, this is done automatically by the Drupal packager.
Comment #2
Bevan commentedYou 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.
Comment #3
sdsheridanAh, 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.