when using this theme from cvs, drupal complains that there is no supported version of pixture_reloaded for drupal 6.14.

I assume this has something to do with release tags?

I've attached the image from the /admin/reports/updates page

Comments

Jeff Burnz’s picture

Status: Active » Closed (won't fix)

No idea, there never was a 6.x-1.4 release of this theme, maybe thats where the problems, who knows?

owen barton’s picture

Title: Release not supported » Release not supported - errant line in .info file
Status: Closed (won't fix) » Needs review
StatusFileSize
new647 bytes

Actually, this is happening because Pixture Reloaded has an errant line in it's info file:

version = VERSION

This is breaking update module and causing it to output only the Drupal core version, and not the project version. Removing this line (see attached patch) fixes this issue.