User: jpetso Branch: HEAD Date: Fri, 14 Sep 2007 09:56:31 +0000 Modified files: /modules/versioncontrol/commit_restrictions commit_restrictions.module /modules/versioncontrol versioncontrol-backend.inc versioncontrol.install versioncontrol.module Log message: * Add a tag message to the tag operations table. Optional for the backend (will be supported by all VCSs except CVS). * Don't query for repositories "WHERE (repo_id = '12' AND repo_id = '12')". * In _versioncontrol_db_get_additions(), use "primary_key IN ('1','2',...)" instead of "(primary_key = '1' OR primary_key = '2' OR ...". * More apidox bulletpointifying. I think versioncontrol should be fine now, from the apidox point of view. Links: http://cvs.drupal.org/diff.php?path=contributions/modules/versioncontrol/com... http://cvs.drupal.org/diff.php?path=contributions/modules/versioncontrol/ver... http://cvs.drupal.org/diff.php?path=contributions/modules/versioncontrol/ver... http://cvs.drupal.org/diff.php?path=contributions/modules/versioncontrol/ver...