Course 6.x-1.0-alpha1 information

Basic release information

ReleaseDownloadFile dateLast parsedFilesStringsWarnings
Course 6.x-1.0-alpha1course-6.x-1.0-alpha1.tar.gzSat, 12/31/2011 - 02:20Sat, 12/31/2011 - 02:315024916

Files parsed in this release

File locationVersion information
course/course.modulen/a
course/course.installn/a
course/course.infon/a
course/includes/course.block.incn/a
course/includes/course.core.incn/a
course/includes/course.drupal.incn/a
course/includes/course.outline.incn/a
course/includes/course_object.core.incn/a
course/modules/course_certificate/course_certificate.modulen/a
course/modules/course_certificate/course_certificate.infon/a
course/modules/course_content/course_content.modulen/a
course/modules/course_content/course_content.infon/a
course/modules/course_credit/course_credit.views.incn/a
course/modules/course_credit/course_credit.modulen/a
course/modules/course_credit/course_credit.installn/a
course/modules/course_credit/course_credit.infon/a
course/modules/course_credit/includes/course_credit_course_report_credit_awarded_vhr.incn/a
course/modules/course_credit/includes/course_credit_credit_awarded_credit_instance_vhr.incn/a
course/modules/course_credit/includes/views_handler_field_course_credit_node_active_types.incn/a
course/modules/course_credit/includes/views_handler_field_course_credit_title.incn/a
course/modules/course_credit/includes/views_handler_filter_course_credit_type.incn/a
course/modules/course_credit/includes/views_join_course_credit.incn/a
course/modules/course_credit/plugins/content_types/course_credit.incn/a
course/modules/course_poll/course_poll.modulen/a
course/modules/course_poll/course_poll.infon/a
course/modules/course_quiz/course_object.quiz.incn/a
course/modules/course_quiz/course_quiz.modulen/a
course/modules/course_quiz/course_quiz.infon/a
course/modules/course_requirements/course_requirements.modulen/a
course/modules/course_requirements/course_requirements.infon/a
course/modules/course_restrict_credit/course_restrict_credit.modulen/a
course/modules/course_restrict_credit/course_restrict_credit.infon/a
course/modules/course_signup/course_signup.views_default.incn/a
course/modules/course_signup/course_signup.modulen/a
course/modules/course_signup/course_signup.installn/a
course/modules/course_signup/course_signup.infon/a
course/modules/course_uc/course_uc.modulen/a
course/modules/course_uc/course_uc.infon/a
course/modules/course_uc/plugins/content_types/addtocart.incn/a
course/modules/course_webform/course_webform.modulen/a
course/modules/course_webform/course_webform.infon/a
course/plugins/content_types/course_take_course_button.incn/a
course/views/course.views.incn/a
course/views/course.views_default.incn/a
course/views/handlers/course_views_handler_relationship_ce_cr.incn/a
course/views/handlers/course_views_handler_relationship_ce_sl.incn/a
course/views/handlers/views_handler_filter_course.incn/a
course/views/handlers/views_handler_filter_course_type.incn/a
course/views/handlers/views_join_course.incn/a
course/views/plugins/views_plugin_argument_validate_course.incn/a

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

Project statistics