Closed (fixed)
Project:
Node.js integration
Version:
7.x-1.0-alpha6
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
25 Apr 2011 at 23:55 UTC
Updated:
20 Jun 2014 at 00:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
LSU_JBob commentedOh, I also added an install file to my local copy. Didn't know how to show it in my patch so here is the new install file I created:
nodejs_notify.install
Comment #2
Anonymous (not verified) commentedsubscribe, review soon.
Comment #3
LSU_JBob commentedHere is the updated patch. Javascript validation is replaced with preg_match. Unneeded validation functions removed. Updated spacing.
Comment #4
Anonymous (not verified) commentedcool, nearly there.
can we change these two lines? the one for 'Node.js Notification Settings' to 'administer nodejs configuration', and the other one to 'send nodejs broadcast' ?
this will require a hook_permission() implementation...
that validate bit is redundant, because you've used the standard naming, and Form API will pick it up automagically.
please wrap the message in t(). there's another one like that.
Comment #5
LSU_JBob commentedon it
Comment #6
LSU_JBob commentedI've addressed your notes in #4
Comment #7
LSU_JBob commentedI'll add the nodejs_notify config permission you mentioned to me.
Comment #8
LSU_JBob commentedPatch!
Comment #9
LSU_JBob commentedAh, I forgot to remove the redundant '#executes_submit_callback' => TRUE, removing that now
Comment #10
LSU_JBob commentedhopefully last one :)
Comment #11
Anonymous (not verified) commentedawesome, RTBC.
Comment #12
LSU_JBob commentedhttp://drupalcode.org/project/nodejs.git/commit/38a7095