Submitted by cableman on Mon, 04/16/2012 - 20:41
You can use drush to synchronize databases and files directories from production servers to your local development setup. This blog post show an easy way to setup these aliases and adds three new commands to do drush synchronization.
Tags
Drupal
drush
PHP
aliases
Submitted by cableman on Sun, 04/15/2012 - 20:07
When having development servers that clients needs to access, but you don't what search engines to index one solution is to protect the server with HTTP authorization implemented using PHP. This post while explain how to do just this on an Aegir hosting solution.
Tags
Drupal
aegir
PHP
apache2
Submitted by cableman on Sat, 02/04/2012 - 20:57
I have been working with OpenLayers 2.x in Drupal 7 where I needed polygons, loaded from a KML file, to link to Drupal pages when clicked. I ended up create a module that adds a new behaviour to the layer containing the polygons.
Tags
Drupal 7
Openlayers
JavaScript
PHP
Submitted by cableman on Thu, 01/05/2012 - 20:43
When using panels together with views panes, which have exposed filters, it happens that parts of the URI is append in the URI each time you submit the form. This can be fixed by altering the views exposed form action variable.
Tags
Drupal
views
panels
PHP
Submitted by cableman on Mon, 10/10/2011 - 21:35
This post explains how to use panels preprocess function to create template suggestions for panes in Drupal 7.
Tags
Drupal 7
panels
theming
PHP