It would be nice to let the user know that the doc files are downloaded into /tmp/files/hooks, and remind them to go read them for more information. This is especially useful for the install.php file, because the user needs to create a separate mymodule.install file for the hook_install routine.

Comments

webchick’s picture

Status: Active » Fixed

I've added a drupal_set_message that should fire the first time the update routine executes that tells what just happened, what the files are, what they contain, and where to get more information.

The .install thing is something that should "in theory" be handled by this module. I'm thinking by adding in some kind of profile/flexinode module-esque interface where you add the fields you want your node to have, and from there it automatically generates a) an .install file, and b) hook_load, hook_insert, hook_update, hook_delete, and hook_view statements for you. Even tie this into some kind of AJAX-driven, VB.NET-like form builder that automatically generates the SQL based on your form... OR...!

Ok, I better shut up now. ;) Original issue has been addressed, hehe.

Anonymous’s picture

Status: Fixed » Closed (fixed)