The application generates an OpenTok TokShow. The module currently generates a TokShow by making an HTTP call to the TokBox servers. The module does not yet display the TokShow, only sets up an admin interface for making one. We are working with a couple partners to figure out the best way to display the TokShow (new content type, cck field, page, or just spit out iframe code for them to copy/paste).
Project page: http://drupal.org/sandbox/tokbox/1459402
Comments
Comment #1
mdespeuilles commentedHi tokbox,
Thank for your work.
Automated review :
It appears you are working in the "master" branch in git. You should really be working in a version specific branch. The most direct documentation on this is Moving from a master branch to a version branch. For additional resources please see the documentation about release naming conventions and creating a branch in git.
Review of the master branch:
This automated report was generated with PAReview.sh, your friendly project application review script. You can also use the online version to check your project. Get a review bonus and we will come back to your application sooner.
Source: http://ventral.org/pareview - PAReview.sh online service
Comment #2
tokbox commentedI made the adjustments. All errors and warnings from PAReview have been removed.
It is now on a new branch 7-x.1.x.
Comment #3
mdespeuilles commentedHi,
Manual review:
1/ In tokshow_show_admin() You have :
drupal_goto('Location: http://api.opentok.com/hl/tokshow/' . variable_get('tokshow_embed_id') . '/admin');This should be :
drupal_goto('http://api.opentok.com/hl/tokshow/' . variable_get('tokshow_embed_id') . '/admin');2/ In your install file you should remove the line :
debug("HOOK UNINSTALL");Comment #4
tokbox commentedRemoved leftover debug() statement and remove "Location: " from string in drupal_goto
Comment #5
nmudgal commentedHi
Had a quick look. Here is what I found:
I think that's because of "tokshow" directory doesn't exists
Thanks
Comment #6
tokbox commentedThanks for the review.
Jon
Comment #7
patrickd commentedPlease do not assign your own applications, only the current reviewer should do this.
Note that drupal.org useraccounts are per-person, if you this account is used by multiple persons you have to register separately.
Comment #8
KhaledBlah commentedReview of the 7.x-1.x branch:
This automated report was generated with PAReview.sh, your friendly project application review script. You can also use the online version to check your project. Get a review bonus and we will come back to your application sooner.
Source: http://ventral.org/pareview - PAReview.sh online service
tokshow.module
This should be a more descriptive text explaining what the module does in a few words.
tokshow_admin_form.inc
I think there are ^ and $ tokens as well quantifiers missing in this RegEx.? I think this only checks whether the first character in the string "$artist_name" is alphanumeric or a space character. I suggest something like this:
Again the result from file_load should be checked.
Comment #9
KhaledBlah commentedforgot to change status.
Comment #10
klausiClosing due to lack of activity. Feel free to reopen if you are still working on this application.