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 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 Sat, 11/05/2011 - 23:02
This post explains how to install the aegir queue runner, so that the tasks will be executed as once.
Tags
Drupal
aegir
queue runner
server