SMS Framework 6.x-2.0-alpha1 information

Basic release information

ReleaseDownloadFile dateLast parsedFilesStringsWarnings
SMS Framework 6.x-2.0-alpha1smsframework-6.x-2.0-alpha1.tar.gzSat, 07/23/2011 - 03:16Sat, 07/23/2011 - 03:224733513

Files parsed in this release

File locationVersion information
smsframework/sms.admin.incn/a
smsframework/sms.rules.incn/a
smsframework/sms.modulen/a
smsframework/sms.installn/a
smsframework/sms.infon/a
smsframework/modules/sms_actions/sms_actions.modulen/a
smsframework/modules/sms_actions/sms_actions.infon/a
smsframework/modules/sms_blast/sms_blast.modulen/a
smsframework/modules/sms_blast/sms_blast.infon/a
smsframework/modules/sms_devel/sms_devel.send_form.incn/a
smsframework/modules/sms_devel/sms_devel.virtualgw.admin.incn/a
smsframework/modules/sms_devel/sms_devel.virtualgw.incn/a
smsframework/modules/sms_devel/sms_devel.modulen/a
smsframework/modules/sms_devel/sms_devel.installn/a
smsframework/modules/sms_devel/sms_devel.infon/a
smsframework/modules/sms_devel/js/sms_devel_virtualgw.jsn/a
smsframework/modules/sms_international/sms_international.modulen/a
smsframework/modules/sms_international/sms_international.installn/a
smsframework/modules/sms_international/sms_international.infon/a
smsframework/modules/sms_sendtophone/sms_sendtophone.modulen/a
smsframework/modules/sms_sendtophone/sms_sendtophone.infon/a
smsframework/modules/sms_sendtophone/sms_sendtophone.jsn/a
smsframework/modules/sms_track/sms_track.admin.incn/a
smsframework/modules/sms_track/sms_track.modulen/a
smsframework/modules/sms_track/sms_track.installn/a
smsframework/modules/sms_track/sms_track.infon/a
smsframework/modules/sms_track/views/sms_track.views.incn/a
smsframework/modules/sms_track/views/sms_track.views_default.incn/a
smsframework/modules/sms_track/views/sms_track_handler_field_direction.incn/a
smsframework/modules/sms_track/views/sms_track_handler_field_gateway.incn/a
smsframework/modules/sms_track/views/sms_track_handler_field_local_number.incn/a
smsframework/modules/sms_user/sms_user.actions.incn/a
smsframework/modules/sms_user/sms_user.admin.incn/a
smsframework/modules/sms_user/sms_user.rules.incn/a
smsframework/modules/sms_user/sms_user.views.incn/a
smsframework/modules/sms_user/sms_user.views_default.incn/a
smsframework/modules/sms_user/sms_user.modulen/a
smsframework/modules/sms_user/sms_user.installn/a
smsframework/modules/sms_user/sms_user.infon/a
smsframework/modules/sms_user/sms_user.jsn/a
smsframework/modules/sms_user/includes/sms_user_handler_field_number.incn/a
smsframework/modules/sms_user/includes/sms_user_handler_field_status.incn/a
smsframework/modules/sms_user/includes/sms_user_handler_filter_status.incn/a
smsframework/modules/sms_valid/sms_valid.admin.incn/a
smsframework/modules/sms_valid/sms_valid.modulen/a
smsframework/modules/sms_valid/sms_valid.installn/a
smsframework/modules/sms_valid/sms_valid.infon/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('sms',$error_message,$variables,WATCHDOG_ERROR) in smsframework/sms.module on line 200. 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('error',t("Cannot use '%author' token in this context.")) in smsframework/modules/sms_actions/sms_actions.module on line 198. Read more at http://drupal.org/node/323101
Empty string attempted to be localized. Please do not leave test code for localization in your source. In smsframework/modules/sms_devel/sms_devel.virtualgw.admin.inc on line 139.
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(variable_get("sms_sendtophone_filter_inline_display_text_$format",'Send to phone')) in smsframework/modules/sms_sendtophone/sms_sendtophone.module on line 182. 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(variable_get("sms_sendtophone_filter_inline_display_text_$format",'Send to phone')) in smsframework/modules/sms_sendtophone/sms_sendtophone.module on line 195. 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($field['widget']['label']) in smsframework/modules/sms_sendtophone/sms_sendtophone.module on line 301. 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($field['widget']['description']) in smsframework/modules/sms_sendtophone/sms_sendtophone.module on line 304. 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($field['widget']['label']) in smsframework/modules/sms_sendtophone/sms_sendtophone.module on line 312. 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($field['widget']['description']) in smsframework/modules/sms_sendtophone/sms_sendtophone.module on line 316. 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('sms_track','Failed to record message: '.$to_from.' '.$number.': '.$message) in smsframework/modules/sms_track/sms_track.module on line 248. 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('sms_track',$reference.' '.$status.' '.$updated) in smsframework/modules/sms_track/sms_track.module on line 267. 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('sms_track','Affected rows: '.db_affected_rows($result)) in smsframework/modules/sms_track/sms_track.module on line 272. Read more at http://drupal.org/node/323101
Empty string attempted to be localized. Please do not leave test code for localization in your source. In smsframework/modules/sms_user/sms_user.module on line 387.

Project statistics