Closed (duplicate)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
11 Dec 2011 at 17:56 UTC
Updated:
10 Sep 2018 at 09:39 UTC
Jump to comment: Most recent
Comments
Comment #1
patrickd commentedYou got a few coding style issues, please try to fix them (See http://ventral.org/pareview/httpgitdrupalorgsandboxdk1291367780git, you can use this site your self to re-review it)
If you have any questions on this, please ask!
Comment #2
dk129 commentedHi,
I just reviewed and made some changes to the code. I've made it passes the module coder review.
Can you review it again?
Much thanks,
Khoa
Comment #3
patrickd commentedfor some reason the online service hung up, but after a reboot it seems to work again :/
http://ventral.org/pareview/httpgitdrupalorgsandboxdk1291367780git
Comment #4
dk129 commented:) the list is clean now
http://ventral.org/pareview/httpgitdrupalorgsandboxdk1291367780git
Comment #5
raynimmo commentedChanged priority from 'major' to 'normal'.
Your priority should not be at 'major' it should only be at 'normal'. The former setting is only for projects that have been awaiting review for 2 weeks or more in line with the project review guidelines.
Comment #6
vernond commentedHi
Please be more descriptive in README.txt about how the module is useful and how it can be used (see Provide a useful README.txt on http://drupal.org/node/161085). Obviously you think its a useful module to have, but I cannot see why I might want to install it. Share your enthusiasm with us.
Please add
package = Webformto the .info file so that users can easily find this module under the Webform heading on the Modules page when installing (see Follow package naming conventions on http://drupal.org/node/161085).Comment #7
dk129 commentedHi
I've added some descriptive explanation of this module in README.txt
.info file was added the correspondent package also.
Comment #8
vernond commented@dk129: I've been playing with your module and I have two questions:
1) Why is this module Webform-specific? Other nodes types also get programatically loaded etc. It could be more general, i.e. act on the node table, rather than the webform table.
2) Do we really need a userkey to identify a node? I mean, it would be as easy (or difficult) to use the node title. The node table already has a node_title_type key.
Comment #9
vernond commentedOops, should have changed status earlier.
Comment #10
rudiedirkx commentedTwo things.
Comment #11
rudiedirkx commentedWhen calling the function with a key that doesn't exist:
This is bound to happen, so should produce less PHP Warnings + Notices. The result is a renderable array, that's not a webform.
Comment #12
patrickd commentedClosing as applicant wants to apply with another module:
http://drupal.org/node/1498566
Comment #13
avpadernoComment #14
avpaderno