User: dww Branch: DRUPAL-4-7--2 Date: Wed, 25 Oct 2006 08:35:06 +0000 Added files: /modules/cvslog cvs_local.example.inc Modified files: /modules/cvslog README.txt cvs.module Log message: #84706: port cvs.module to releases-as-nodes (also #58066, #75053, #83339) cvs_release_node.patch_2.txt: = moves d.o-specific hacks into cvs_local.inc, though the file we'll ship will be called cvs_local.example.inc so that sites will have to copy it into place and edit it for their own needs if they want. = fixed some bugs in cvs_get_version_from_tag(): - need to pass in the $project object for core-specific logic - have to tell the difference between DRUPAL-4-7 branch and DRUPAL-5-0 release tag - a little bit more empty() vs. isset() badness dealing with 0 values... = branches and tags are now sorted nicely and grouped together in the drop-down when selecting the tag on the release node form. Links: http://cvs.drupal.org/diff.php?path=contributions/modules/cvslog/cvs_local.e... http://cvs.drupal.org/diff.php?path=contributions/modules/cvslog/README.txt&... http://cvs.drupal.org/diff.php?path=contributions/modules/cvslog/cvs.module&...