I am using the Git Deploy module to show update information on the updates report page. This is necessary because I use drush with package-handler set to git_drupalorg to get the git information. This way no version information is needed in the .info file.
The Ctools module added a hardcoded version information of version = CTOOLS_MODULE_VERSION in the ctools.info file for version dependency reasons with other modules. This blocks the module update info to show up on the update reports page and doesn't even show up with drush pm-updatestatus.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

grossmann’s picture

Darren Oh’s picture

Darren Oh’s picture

Darren Oh’s picture

Status: Active » Needs review
FileSize
6 KB

Hard coding version info was an error. Users who use Git to check out modules should be using the Git Deploy module to provide version strings: Writing module .info files (Drupal 7.x). A patch is required to get it working with database updates: #2062763: Fix update.php missing version info from Git Deploy.

Status: Needs review » Needs work

The last submitted patch, 4: hard-coded-version-info-2455597.patch, failed testing. View results

Darren Oh’s picture

Version: 7.x-1.7 » 7.x-1.x-dev
Status: Needs work » Needs review
FileSize
5.6 KB

Re-rolled patch.

Darren Oh’s picture

Issue tags: +#fldc18
joelpittet’s picture

Status: Needs review » Fixed

Thanks @Darren Oh, I've committed this to the latest -dev branch.

  • joelpittet committed 3273186 on 7.x-1.x authored by Darren Oh
    Issue #2455597 by Darren Oh: Hardcoded version info breaks update report...

Status: Fixed » Closed (fixed)

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