Closed (fixed)
Project:
Mail Logger
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Dec 2008 at 21:23 UTC
Updated:
27 Sep 2010 at 02:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
mokko commentedI don't really know, but apparently you are right.
Be it as it may, in the dev version it is right and correctly says version = "6.x-1.x-dev"
If it works, I don't consider it a bug. Should we close it? Or remove the line with a patch?
Comment #2
litwol commentedIf you check out source from CVS and a module uses 'version = VERSION' in it's info file then you will see in systems modules page something like 6.x-dev or equivalent. without it nothing will appear.
When packaging script on d.o creates a release it adds it's own version string with exact version number.
Either way this is not a bug neither a mistake.
Comment #3
deekayen commentedYou should be using http://drupal.org/project/cvs_deploy to show version numbers of CVS checkouts, not
version = VERSION.Comment #4
deekayen commentedJust showing what happens when CVS Deploy is installed. The version in the .info file overrides CVS Deploy's feature to read the tag out of the CVS directory and reports a bogus version on the status screen with incorrect status.
Comment #5
deekayen commentedI know I'm already in the pest category when I re-open an issue, but I really think what I've proposed here is the proper way to do versioning. If it also helps, the documentation on .info format officially discourages use of version in .info files unless your project is hosted off the d.o infrastructure.
Comment #6
sjpatrick commentedI am also confounded by this module constantly and inaccurately reporting itself as unsupported.
As the suggested fix seems simple enough to implement, I fail to see why this is still an issue.
Comment #7
dave reidLooks good and confirmed.
Comment #8
deekayen commentedCommitted to DRUPAL-6--1.