.info file should not contain version, project or date information
snelson - March 2, 2009 - 02:15
| Project: | Textile |
| Version: | 6.x-2.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
This is added automatically by the packaging script, and seems to be causing issues with update status.
; $Id: textile.info,v 1.3 2008/10/13 21:16:34 joshk Exp $
name = Textile
description = Allows content to be submitted using Textile, a simple, plain text syntax that is filtered into valid XHTML.
version = VERSION
project = textile
datestamp = DATESTAMP
core = 6.x
; Information added by drupal.org packaging script on 2008-10-13
version = "6.x-2.0"
core = "6.x"
project = "textile"
datestamp = "1223933157"When I installed the module via CVS, Drupal update status is telling me the module is unsupported.
