Basic release information
| Release | Download | File date | Last parsed | Files | Strings | Warnings |
|---|---|---|---|---|---|---|
| Course 6.x-1.0-alpha1 | course-6.x-1.0-alpha1.tar.gz | Sat, 12/31/2011 - 02:20 | Sat, 12/31/2011 - 02:31 | 50 | 249 | 16 |
Files parsed in this release
| File location | Version information |
|---|---|
| course/ | n/ |
| course/ | n/ |
| course/ | n/ |
| course/ | n/ |
| course/ | n/ |
| course/ | n/ |
| course/ | n/ |
| course/ | n/ |
| course/ | n/ |
| course/ | n/ |
| course/ | n/ |
| course/ | n/ |
| course/ | n/ |
| course/ | n/ |
| course/ | n/ |
| course/ | n/ |
| course/ | n/ |
| course/ | n/ |
| course/ | n/ |
| course/ | n/ |
| course/ | n/ |
| course/ | n/ |
| course/ | n/ |
| course/ | n/ |
| course/ | n/ |
| course/ | n/ |
| course/ | n/ |
| course/ | n/ |
| course/ | n/ |
| course/ | n/ |
| course/ | n/ |
| course/ | n/ |
| course/ | n/ |
| course/ | n/ |
| course/ | n/ |
| course/ | n/ |
| course/ | n/ |
| course/ | n/ |
| course/ | n/ |
| course/ | n/ |
| course/ | n/ |
| course/ | n/ |
| course/ | n/ |
| course/ | n/ |
| course/ | n/ |
| course/ | n/ |
| course/ | n/ |
| course/ | n/ |
| course/ | n/ |
| course/ | n/ |
Source code warnings identified
| Warning value |
|---|
| The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('course_enrol',"Enrolling user {$user->uid} into {$node->nid}") in course/course.module on line 654. Read more at http://drupal.org/node/323101 |
| The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('course_enrol',"Re-enrolling user {$user->uid} into {$node->nid}") in course/course.module on line 659. Read more at http://drupal.org/node/323101 |
| The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('course_enrol',"Removed user {$user->uid} from {$node->nid}") in course/course.module on line 694. Read more at http://drupal.org/node/323101 |
| The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('course_report',$message,WATCHDOG_ERROR) in course/course.module on line 1706. Read more at http://drupal.org/node/323101 |
| The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t($table) in course/modules/course_credit/course_credit.views.inc on line 90. Read more at http://drupal.org/node/322732 |
| The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t('Credits claimed exceed maximum of '.$credits_claimed_params[$key]['max'].'.') in course/modules/course_credit/course_credit.module on line 999. Read more at http://drupal.org/node/322732 |
| The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t('Credits claimed below minimum of '.$credits_claimed_params[$key]['min'].'.') in course/modules/course_credit/course_credit.module on line 1003. Read more at http://drupal.org/node/322732 |
| The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t('Credits claimed must be in increments of '.$credits_claimed_params[$key]['increment'].'.') in course/modules/course_credit/course_credit.module on line 1013. Read more at http://drupal.org/node/322732 |
| The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog("course_credit","course credit awarded new for uid:{$record['uid']} type:{$record['type']} nid:{$record['nid']}") in course/modules/course_credit/course_credit.module on line 683. Read more at http://drupal.org/node/323101 |
| The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog("course_credit","course credit award updated for uid:{$record['uid']} type:{$record['type']} nid:{$record['nid']}") in course/modules/course_credit/course_credit.module on line 687. Read more at http://drupal.org/node/323101 |
| The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog("course_credit","course credit award deleted for ccaid:{$ccaid}") in course/modules/course_credit/course_credit.module on line 699. Read more at http://drupal.org/node/323101 |
| The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t($info->title) in course/modules/course_credit/includes/views_handler_filter_course_credit_type.inc on line 9. Read more at http://drupal.org/node/322732 |
| The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t(str_replace(array('Signup','signup'),array('Enrollment','enrollment'),$form[$k]['#title'])) in course/modules/course_signup/course_signup.module on line 205. Read more at http://drupal.org/node/322732 |
| The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t($message,array('!login'=>l('login','user/login',$options),'!register'=>l('register','user/register',$options))) in course/modules/course_uc/course_uc.module on line 42. Read more at http://drupal.org/node/322732 |
| The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t($table) in course/views/course.views.inc on line 16. Read more at http://drupal.org/node/322732 |
| The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t($name) in course/views/handlers/views_handler_filter_course_type.inc on line 12. Read more at http://drupal.org/node/322732 |