User: jpetso Branch: HEAD Date: Fri, 02 Nov 2007 13:39:13 +0000 Modified files: /modules/versioncontrol versioncontrol-backend.inc versioncontrol.admin.inc versioncontrol.module /modules/versioncontrol/versioncontrol_fakevcs versioncontrol_fakevcs.admin.inc versioncontrol_fakevcs.module Log message: Starting the Subversion backend shows quite a bit of buggyness... but that's fixable: * Make sure that the delete_{repository,branch,tag,commit}() functions work from [vcs_backend]_uninstall(). * Make sure that disabled backends never cause *more* results to be retrieved by the query functions. That bug was the reason that my test data is now gone. Well it wasn't more than 4 pages anyways. * Make sure that the FakeVCS backend never handles form value extraction hooks if it hasn't altered the form beforehand. * Fix a stupid typo (or rather, copy-n-paste-o) in the FakeVCS backend. * Polish for the repository edit form: require a repository name, and remove a duplicate form element description. Links: 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... http://cvs.drupal.org/diff.php?path=contributions/modules/versioncontrol/ver... http://cvs.drupal.org/diff.php?path=contributions/modules/versioncontrol/ver...