site upgrade
Posted by cafuego on Sunday 8 March 2009.... and after doing the LA site yesterday, this morning I moved my own Drupal to version 6.
With a slight modification, the twitter module now integrates my drupal with identi.ca.
... and after doing the LA site yesterday, this morning I moved my own Drupal to version 6.
With a slight modification, the twitter module now integrates my drupal with identi.ca.
I spent some time this morning migrating the Linux Australia web site from Drupal 5 to Drupal 6.
This will allow us to use more fancy 3rd party modules to provide extra functionality in the future, for users as well as admins. As an immediate effect, the site should be both somewhat quicker and less likely to overload the VM it runs on, because it now uses memcached to cache content, rather than MySQL.
Up next: tuning the MySQL server.
One of the great features of Drupal is that you can so easily extend its functionality with modules.
For example, the webform module allows you to gather information from users by creating forms using all available HTML form elements and then store these responses in a database and send an email. All without needing to write any PHP code.