Submitted by matason on Sat, 02/01/2010 - 10:31
Wooo, catchy blog post title eh?
It's good to keep PHP code out of your Drupal database right?
The flexibility afforded by adding PHP code to things like your "Allowed values list" for a CCK field is absolutely fantastic on one hand but niggles me on the other because the code ends up in the database and won't be version controlled.
Submitted by matason on Fri, 23/10/2009 - 23:10
Setting up and testing a Drupal 6 + Ubercart site with a payment service provider can result in a lot of test orders on the system so here's a quick procedure for clearing them down before handing the site over to the client.
Use at your own risk and ensure you have a back up of your database before you start!
Back up your database.
No really, back up your database, if you make a mistake here your data is gone bye-bye!
Okay, now we can begin.
Submitted by matason on Wed, 30/09/2009 - 13:16
I started using SimpleTest today so I thought I'd document the process as I went along for personal reference as much as anything else.
Why use SimpleTest?
For me the reasons were pretty straightforward: