About
Checking out your contributed module from CVS to work on it more
cvs -z6 -d:pserver:agaric@cvs.drupal.org:/cvs/drupal-contrib checkout -d term_message contributions/modules/term_message
This was a module with a dead head, so I also had to do this (I could have put the -r DRUPAL-5 into the above command immediately after the checkout).
Ebony-II:term_message ben$ cvs update -dP -r DRUPAL-5
cvs update: Updating .
U term_message.info
Adding content that will appear in the perfect spot
Because skilled web developers set it up that way.
Agaric wants easy listing of a site's enabled Drupal modules including missing modules
Agaric wants our sites to generate a list of enabled modules.
Update: So we made an enabled modules module.
We want each enabled module to be listed even if the module code isn't there. This is convenient when moving messy sites.
phptemplate callback result when given $form directly
Background research that was eventually distilled into:
http://agaricdesign.com/note/how-theme-drupal-form
What we gave, $form:
<?php
function phptemplate_user_register($form) {
drupal_set_message('<pre>'.print_r($form,TRUE).'</pre>');
return $output;
}
?>svn commit -m "bio module i'm through with you, phptemplate form theme let's see what you can do"
Array (






