Downloads

Download versioncontrol-6.x-1.0-rc1.tar.gztar.gz 113.47 KB
MD5: 7292a53ffde260097dbe025e54d35c4c
SHA-1: e44b8ee9664e497e5e8f2f80709eeae79ffa61d5
SHA-256: f6ba1185c66e8030e46eaa23c62f6d2eacac53a42cc584a96e89106527798b69
Download versioncontrol-6.x-1.0-rc1.zipzip 131.24 KB
MD5: c28d61954fc85130c5b51392186cc2b5
SHA-1: 7b3944e05b34bfc73744f494b6747a1df81a29b1
SHA-256: 32ec8b42aa896ac20f7f764c765bd4160b64517c2acf7623674dd334108181f2

Release notes

There hasn't been a release in a while - partly because of DrupalCon DC business, partly because of other responsibilities, and partly because I wanted to make sure the new versioncontrol_release module in versioncontrol_project can work as intended with the exposed API. As a consequence, a number of API functions have been added or changed since the last beta was released.

In addition to API happenings, there have been visible bits of progress all around:

  • Fixed a large number of PHP notices, hopefully all are now gone.
  • Fixed prevention of similar VCS usernames being registered.
  • #396212 by greggles: Implemented feed autodiscovery for the commit messages page.
  • Postgres compatibility fix in the "Most active developers" block.
  • #418086: Simple commit filters without HTTP attributes in Commit Log - use paths like "commitlog/repo/1", "commitlog/id/543", "commitlog/uids/1,2,3", etc.
  • Show correct VCS account editing form for users when the respective user has multiple accounts registered.
  • Git and other DVCS backends can make username inputs work now. In the last beta, lowercase alphanumeric characters were hardcoded as username format.
  • In the drupal.org handbook section, there's now a bit of useful documentation both for users and for developers (including tutorials on how to set up CVS and SVN repositories).

Of course, the really important feature is that Version Control API now allows versioncontrol_release to exist and function, which means that generating tarballs is possible, and already implemented (for now, only in the CVS backend, but that functionality is not too hard for backends to support).

Note that because of the API changes, you need to update your backends at the same time.

Created by: jpetso
Created on: 9 Apr 2009 at 00:25 UTC
Last updated: 9 Apr 2009 at 08:04 UTC
New features
Bug fixes

Other releases