Closed (fixed)
Project:
Node.js integration
Version:
7.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Mar 2011 at 12:39 UTC
Updated:
20 Jun 2014 at 00:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Anonymous (not verified) commentedthanks! will review tomorrow.
Comment #2
afeijoI changed it a bit, I added drupal_path() to the default value for Auth Path, to avoid this kind of issue http://drupal.org/node/1086974
ignore the first patch :)
Comment #3
Anonymous (not verified) commentedok cool, i'll wait for the next patch before i post a review.
Comment #4
Anonymous (not verified) commentedComment #5
afeijohere's the file, I forgot to send it in my last msg
it has a small addition, base_path() to the publishUrl default field
Comment #6
Anonymous (not verified) commentedsorry for the delay, review coming soon, i promise :-)
Comment #7
Anonymous (not verified) commentedthanks:
http://drupalcode.org/project/nodejs.git/commit/79229ea
Comment #9
jyee commentedIn nodejs_config.module, function nodejs_config_form_submit() (line 182) references $file, however, there is no declaration of $file. I suspect that $file should actually be $file_path.
also, below is misspelled.
Comment #10
afeijothe $path problem has been patched already jyee, git pull to update your files
I will fix the misspelled word, thanks
Comment #11
Anonymous (not verified) commentedthanks afeijo.