Drupal

Big Blue, Drupal, and Open Source

The online magazine CMS Wire recently posted an article titled, "Feeling Blue, IBM Courting Drupal". In the article, author Scott Frangos writes:

Hot off the gossip wire: IBM is falling for Drupal. Hmmmm. ECM leader IBM has developed a series of nine tutorials for Open Source CMS Drupal. And as it turns out, Drupal runs rather well on IBM Linux servers while plugged-into IBM’s DB2 Express-C database. The final tutorial covers just exactly how to do that.

FCKeditor's Drupal Web Site

Drupal IconIn case you missed the news, the Website for FCKeditor is now using the Drupal content management system (CMS). FCKeditor is a HTML text editor with a WYSIWYG interface and is commonly utilized in Web-based applications. The following was posted at the FCKeditor site:

We're proud to announce that, from today, the FCKeditor web site is running over Drupal, one of the best Open Source CMSs out there. After a long research, Drupal has proved to be the best solution to handle our half a million page views monthly, with flexibility and reliability.

When IT changes too quickly

As I have mentioned in the past, besides this site I also run a site called "WebCMS Forum" [now defunct]. The forum is a place I started in hopes of bringing users of various content management systems (CMS) together for exciting discussion. While the number of users participating in actual dicussion have always been low, those people that are posting often write something that makes hosting this underused forum well worth my time.

CiviCRM 1.5 released

I should have put something out about the new version of CivicCRM (1.5) last week, but it got buried with other priorities. My apologies to all the CivicCRM fans out there. I have not loaded CivicCRM myself, but my understanding is that CivicCRM is now based on the Drupal 4.7 code.

For those that do not recognize what CRM stands for, try customer relationship management at Wikipedia. Here is how CivicCRM describes the software in their announcement:

CiviCRM is the first open source and freely downloadable constituent relationship management solution. CiviCRM is web-based, internationalized, and designed specifically to meet the needs of advocacy, non-profit and non-governmental groups.

New features and enhancements you can expect in CivicCRM 1.5 include:

  • A new membership management component
  • Search Builder - a new tool for building complex search queries
  • Significant memory and speed optimizations

Back in the IT world

As some of you may have noticed, I returned a few days ago from my low-tech week. It's taking me awhile to adjust being stuck at the computer so you'll have to bear with me. It's been tough enough to spend the PC time at work, so spending my "free time" on the PC is challenging. It's kind of like not eating fast food for a week and then suddenly having to ingest it for every meal. Drupal addict and Yoga for Geeks guru, Sarah Pullman, mentioned a similar experience in one of her posts. To add insult to injury, I blew up three sites on my VPS and had to put the pieces back together.

Drupal 4.8/5.0 will have an installer

Last month, it was announced that Drupal will have an installer included in the next major release of Drupal. The installer will not only automate the creation of the required Drupal database tables for you, but should also allow for the creation of "install profiles".

However, this patch is more than just usability: it supports "install profiles" so that anyone can create a distribution out of Drupal core, contributed modules, and themes. This will begin a new era in Drupal's life. Without a doubt, there will be a Drupal for blogger distribution, and a forum distribution is already in the works. Also, new installations of Drupal will only contain database tables for the modules you've actually enabled.

While the announcement of this installer was last month, I really have not had much time to actually check how the installer will actually work. While I would expect the installer to work as easily as installers in other content management systems, I've learned over the years to not count my chickens before they hatch. Today, someone has posted a very good article on what Drupal users can expect in the next major update of their application.

Replacing the Drupal Dashboard

A sleepless night for Earl Miles late last week provided the Drupal community a replacement to his Dashboard module. Earl Miles announced a successor to Dashboard at his site, Angry Donuts. The new module is the Panels module and I expect we'll be seeing it used a lot by Drupal's users, especially newcomers of Drupal and those less inclined to dig into the PHP code.

Dashboard the previous module, allowed Drupal developers an easy way to implement "simple" two-column layouts of content (called nodes in Drupal) that are not sidebars. While you can put blocks about anywhere in Drupal, the core doesn't offer an easy way to put content outside the "main body". While dashboard overcame the "single column" for content obstacle, it required knowledge of PHP to implement.