[contributions:jpetso] /modules/versioncontrol versioncontrol.module /modules/versioncontrol/versioncontrol_fakevcs versioncontrol_fakevcs.module
drupal-cvs at drupal.org
drupal-cvs at drupal.org
Sat Mar 1 11:35:12 UTC 2008
User: jpetso Branch: HEAD Date: Sat, 01 Mar 2008 11:35:12 +0000
Modified files:
/modules/versioncontrol versioncontrol.module
/modules/versioncontrol/versioncontrol_fakevcs versioncontrol_fakevcs.module
Log message:
Progress with the new database schema: unify commit, branch and tag queries,
making pure convenience functions out of get_commits(),
get_branch_operations() and get_tag_operations().
Enjoy the line count: +337 -1210
New API functions:
versioncontrol_get_operations() - whoo, the new does-it-all query
API changes:
versioncontrol_get_branch_operations() and versioncontrol_get_tag_operations()
now also return commits for version control systems that don't support
branches and tags natively (that is, Subversion).
Links:
http://cvs.drupal.org/diff.php?path=contributions/modules/versioncontrol/versioncontrol.module&old=1.86&new=1.87&root=contrib
http://cvs.drupal.org/diff.php?path=contributions/modules/versioncontrol/versioncontrol_fakevcs/versioncontrol_fakevcs.module&old=1.49&new=1.50&root=contrib
More information about the drupal-cvs
mailing list