Download Size md5 hash
versioncontrol_project-6.x-1.0-beta1.tar.gz 26.79 KB e2fd02023ea249bbd7eb2a72f2465fb2
versioncontrol_project-6.x-1.0-beta1.zip 30.2 KB d8fd927eedd3be6590837f7eca180486
Official release from tag: 6.x-1.0-beta1
Last updated: December 25, 2010 - 00:06

Initial release of the project node integration module for Drupal 6. It is strongly advised to use this with the simultaneously released 6.x-1.0-beta4 release of Version Control API. There is no official 6.x release of Project* at the time of writing so you need to fetch the CVS HEAD version if you want to run this module. (Patches to regain independence from Project* are appreciated.)

In addition to the changes required for Drupal 6 compatibility, this release sports new database tables to keep track of associations of projects to repository items and version control operations. (Remember to run update.php in order to get those new tables created.) This moves a bit of processing work from the day-to-day queries to code that only needs to be executed when projects are modified or commits are recorded, and thus increases performance for common use cases. More improvements to appear in subsequent versioncontrol_project releases.