Closed (fixed)
Project:
Coder
Version:
5.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
6 Aug 2007 at 05:54 UTC
Updated:
10 Apr 2010 at 21:22 UTC
Jump to comment: Most recent file
Without this, the module receives a red X where one would normally enable it, and a message "This version is incompatible with the 6.0-dev version of Drupal core."
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | Picture 4_5.png | 44.67 KB | webchick |
Comments
Comment #1
douggreen commentedThere already is a check for this. See coder_6x.inc line 460. And I just re-tested it on the 5.x filter module, and it indeed does display an error:
Comment #2
webchickD'oh! You are right. I must've been tired last night. :)
Comment #3
webchickWell... let's approach this differently then, as this is why I thought there wasn't a warning for this.
Right now, the .info file warning is in under views.module's entry. If it was broken up into its own entry, it would be easy to tell what needed to change in the .info file specifically.
See screenshot.
Comment #4
nancydruMinor technicality that I see in the picture, "...has been completely re-hauled..." should be "...has been completely over-hauled..."
Comment #5
douggreen commentedPutting the info file in it's own fieldset is a little difficult because they are handled by custom code in the review include. I'm going to postpone this for later.
However, I just fixed the line sorting of errors. This used to work, but I think was broken 2-3 months ago with other changes. By fixing the line sorting, these .info files always show up at the top of the list and are easier to see.
@nancyw, I also fixed the wording.
Comment #6
douggreen commentedHousekeeping