Downloads

Download versioncontrol-6.x-1.0-beta5.tar.gztar.gz 111.39 KB
MD5: cb9a8a5e14effbae6ba680110eaf45bb
SHA-1: 9bc0b2fd13b5de6058bea1f81a27c1621129f637
SHA-256: 19e17f65ad99b11b8319ac56debb42dabc6d8c3a45db1a62dcf030c02ca845c5
Download versioncontrol-6.x-1.0-beta5.zipzip 129.69 KB
MD5: b905345190496b6c2eb7f4e905ea13fd
SHA-1: ced87e1551b49ffd0bd85ad34ffd00887c1c52b9
SHA-256: 9642e0db3d6f887162c904c22474e8b8090bc2a9d976785557a707abb8913905

Release notes

I know I just released the last beta only five days ago, but this one changes the way that the operation query (important for lots of Version Control API code) is constructed, and should therefore get a new release. Also, those changes enable to get rid of a rather serious scalability bottleneck, which is probably also something that you might want to have. And third, the tandem release of versioncontrol_project (6.x-1.0-beta2, which sports the same kind of improvements and a few important bugfixes) depends on the changes in here.

For developers: there's a new hook in there - hook_versioncontrol_operation_constraint_info() - which enables you to add new "native" SQL constraints for the operation query. Also, hook_versioncontrol_alter_operation_constraints() has been renamed to hook_versioncontrol_operation_constraints_alter(), for naming consistency with other alter hooks.

Finally, I think that the feature set desired for an initial 6.x-1.0 release has about been reached, and I'm only keeping this beta in case some API changes are still necessary. Apart from that, this release is probably the nicest version of Version Control API to date. r0xx0rz.

Created by: jpetso
Created on: 16 Feb 2009 at 23:15 UTC
Last updated: 16 Feb 2009 at 23:27 UTC
New features

Other releases