Wondering if you got all instances of SA-CORE-2014-005 patched?
Assuming you have locate installed/setup:
Will output any copies of database.inc that are not patched.
When you make a few Drupal sites, you will eventually find that you want to be able to take a feature that you created on one site and move it across to another site. After all, why re-invent the wheel!
My procedure for doing this has changed over time, using the features module was the way with Drupal 6 and Drupal 7, but with Drupal 8, we have better configuration management, and modules to help make things easier.
Features is again one of the modules that can be used, but I prefer a lighter approach, though its perhaps a little more work.
Covid means some extra time away from my day job at the University of Adelaide. This means I have a fortnight of time to work on side projects as if they were my full time gig. This is a great opportunity to knock some things out, so this is the plan.
Assuming you have locate installed/setup:
Will output any copies of database.inc that are not patched.
Some contrib modules have drush commands, you may need to specify a user on the command line to get the correct permissions. Older versions of node_export module had this issue, and the drush command needed is:
drush --user=1 node-export
I've developed a little script over the years that dumps production databases, and loads them locally on demand, and its been very handy.
However, it was taking ages to load a database on a Virtualbox ubuntu environment I use for debugging with Zend.
A quick look into it, and I found that i'd put
--skip-extended-inserton the mysqldump command sometime in the past.
I changed that to
Drats, I missed my drupal.org 10th birthday!
http://drupal.org/user/143
I was actually using Drupal before drupal.org existed, and my http://dirtbike.ws website - currently re-branding as http://mydirtbike.com - would be amongst the longest running Drupal based sites there is.
I've seen Drupal go through fantastic growth through the years, and the future looks brighter every day, with new Drupal companies appearing, new conferences, camps and meet-ups, the Drupal ecosystem looks to be very healthy.
Keep up the good work Dries & co.
With all the new *Pad style devices coming out now, I wanted to be able to get signoff by customers on the spot using a signature for quotes, jobs etc in our drupal based ERP system.
This module facilitates that by allowing creation of a CCK field which accepts input via mouse, finger, stylus or anything that can draw on the screen.
You can grab the cck module here:
http://drupal.org/project/signhere
or try it out for yourself here:
http://singularo.com/node/add/sign-here
With luck, this will get twitter posts working again from my Drupal site. If your twitter module has stopped working, this guide helped me get it going again.
http://fatedtoend.com/content/how-get-drupal-post-updates-twitter-again-or-how-fix-twitter-module-drupal
The guys at http://drupaldownunder.org/ have been busy, and registrations for the biggest Drupal gathering in Australia are now open.
Dries Buytaert, Josh Koenig, Allie Micka and Josh Waihi are some of the Drupal rock stars coming, get your ticket and book your accommodation, it should be a great couple of days.