In working on the project port to 6.x, with the head version of cvslog installed on an installation using the drupal.org testing profile, I get the following notices at project/cvs/101 where node 101 is the drupal project:

    * notice: Undefined index: commit in /Applications/MAMP/htdocs/port/drupal/sites/all/modules/cvslog/cvs.module on line 1219.
    * notice: Undefined index: user in /Applications/MAMP/htdocs/port/drupal/sites/all/modules/cvslog/cvs.module on line 1223.
    * notice: Undefined index: uid in /Applications/MAMP/htdocs/port/drupal/sites/all/modules/cvslog/cvs.module on line 1227.
    * notice: Undefined index: branch in /Applications/MAMP/htdocs/port/drupal/sites/all/modules/cvslog/cvs.module on line 1236.
    * notice: Undefined index: file in /Applications/MAMP/htdocs/port/drupal/sites/all/modules/cvslog/cvs.module on line 1242.
    * notice: Undefined index: rid in /Applications/MAMP/htdocs/port/drupal/sites/all/modules/cvslog/cvs.module on line 1247.
    * notice: Undefined index: message in /Applications/MAMP/htdocs/port/drupal/sites/all/modules/cvslog/cvs.module on line 1251.
    * notice: Undefined index: rss in /Applications/MAMP/htdocs/port/drupal/sites/all/modules/cvslog/cvs.module on line 1282.
CommentFileSizeAuthor
#2 251671_cvslog_notices_2.patch6.35 KBaclight

Comments

aclight’s picture

Also, at project/developers/101, there's this notice:

notice: Undefined variable: rows in /Applications/MAMP/htdocs/port/drupal/sites/all/modules/cvslog/cvs.module on line 1448.
aclight’s picture

Assigned: Unassigned » aclight
Status: Active » Needs review
StatusFileSize
new6.35 KB

Attached patch fixes all the messages reported above as well as some other places where we'd probably get messages but I hadn't run across the error messages yet.

dww’s picture

Status: Needs review » Fixed

Resolved conflicts, reviewed, lightly tested, and committed to HEAD. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.