? .DS_Store ? 5.x-1.0.txt ? branch-logs ? cvs-update-list ? cvs.txt ? cvs_query.patch ? cvslog_mail_user_strings_0.txt ? dif ? patch ? xcvs/cvs.txt cvs diff: Diffing . Index: cvs.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/cvslog/cvs.module,v retrieving revision 1.165 diff -u -p -r1.165 cvs.module --- cvs.module 13 Sep 2007 23:51:09 -0000 1.165 +++ cvs.module 26 Oct 2007 18:15:51 -0000 @@ -242,7 +242,8 @@ function cvs_menu($may_cache) { // if the project is associated with a repository. $node = node_load(arg(1)); if ($node->type == "project_project" && project_use_cvs($node) && - ($node->uid == $user->uid || user_access('administer nodes'))) { + ($node->uid == $user->uid || user_access('administer nodes') + || user_access('administer CVS'))) { $result = db_query('SELECT uid FROM {cvs_accounts} WHERE uid = %d AND status = %d', $user->uid, CVS_APPROVED); if ($account = db_fetch_object($result)) { $items[] = array( cvs diff: Diffing xcvs