I was thinking about calling this article "Install Profile Considered Harmful". I know a lot of good people have put a lot of work into this feature, but as of Drupal 6 it seems to be a tar pit. People get excited about creating an install profile, waste some time banging their heads against it, and just move on. It is likely to keep improving, but for the present moment, you can do everything many of the things an install profile does, quicker and easier, by just creating an install module. Here's how.
|
|||
I have released a new module, "Popups: Add and Reference":http://drupal.org/project/popups_reference, which solves a problem that has been bugging me for years: creating a reference to a node that does not yet exist. The module adds a link to CCK's Node Reference widget that makes it easy to add a new node without having to leave the edit page. It is built on top of my "Popups module":http://drupal.org/project/popups. |
|||
Registration for Bay Area Drupal Camp 2008 is open over at |
|||
I have recently updated two of my favorite modules. With some prodding and sponsorship from Initiatives of Change (www.iofc.org), I ported "Private Upload":http://drupal.org/project/private_upload to Drupal 6. It turns out there is even more need for this module in D6 than there was in Drupal 5, as D6 out-of-the box offers almost no protection for private files. |
|||
I had a little free time today, so I took a look at the new SimpleTest integration for Drupal 7. The SimpleTest framework now comes as a core module, which is a fantastic choice for growing a testing culture. I have only been keeping half-an-eye on the evolution of the testing framework, but I get the impression it bears only a passing resemblance to the original SimpleTest framework. It looks like you need cURL working with your PHP. Since my dev machine is running XAMPP, all I needed to do was uncomment the line |
|||
As exciting as the official conference schedule is, the Birds of a Feather sessions could be where things really get done. These will be ad hoc, first-come first served, semi-spontaneous groups. It is kind of hard to see who has proposed one, but this link will show you this list. I will be hosting two BOF groups
|
|||
The Drupal/AJAX revolution continues, and Drupal 6 picks up the pace conciderabily. The cleanups in the APIs for menu and form make it much easier to use Ajax to pull in content. In particular the menu_execute_active_handler() call is fantastic for Ajax, since it returns the content of a page stripped of all the chrome. |
|||
Not only was the Bay Area Drupal Camp a successful gathering and a lot of fun, but it turns out it was also a successful fund raiser for the Drupal Association. Thanks to our generous sponsors and t-shirt sales, we raised $950 more than we spent putting on the camp. That money is now a holiday gift to the Drupal Association from BADCamp and the Berkeley Drupal Users Group. We hope some of this money will go to help groups with less access to corporate sponsorship put on regional camps of their own. Once again, special thanks to Dan, Chris, Pete and Jen for all their work making BADCamp happen, and to Sun and OpenCircle Tech for the great after-party. Let's do it again next year! |
|||
Boy, I am just cranking out the modules this month. http://drupal.org/project/scanner The Search and Replace Scanner can do regular expression matches against the body and CCK text content fields on all nodes in your system. This is handy for finding html strings that Drupal's normal search will ignore. And it can replace the matched text. Very handy if you are changing the name of your company, or are changing the URL of a link included multiple times in multiple nodes. |
|||
I have just released a new and improved version of my Private Uploads module. I am really happy with it. http://drupal.org/project/issues/private_upload There are problems with core file handling. There can only be one files |
|||