Correct sites_list after drush update
Remove self that appear if sites_list is launched in one of drupal directories
Use drush aliases to loop on all sites instead of sites.
Close #535
Improve get_site_name_from_dir_name
Improve the detection of default with the path of a site.
Use a utilitary function to extract the exact site name from a site path.
Close #572
Various correction in scripts.
bin/scripts-utils.sh: typo
bin/scripts-utils.sh: errors go to stderr
Command subsitution are not quoted. Quotes posed problems in loop.
Update scritp so they respect the new convention.
Check_arguments must use exit and no return
Uniformisation: from cmd to $(cmd).
cmd
Correct tests
Correct output of 'boolean' function
site_extits has an invalid return value.
site_extits
Correct variable name error and function call error.
Add a site_exists funcion to know whether a site exists or not.
Update chmod: all scripts are executable.
Switch from /dev/urandom to /dev/random
On FreeBSD urandom is just a link to random and it never blocks. Now even on linux it is unlikely that random will block. More at: http://en.wikipedia.org/wiki//dev/random
Use myassos.cnf and myweb.cnf instead of asking for password
Test added for git where posing trouble
We must use to launch function in a subshell, other wise the whole script exit with the instruction 'exit 1' or 'exit 0'. We must use " around variable for test. Otherwise, we get a Unexpected operator error.
Script support git as described #343 to implement #191
Fix coding style errors
Settings.php et scripts assosciés
Correction de commentaires.
Mise à jour settings.php
Sprint réécriture des scripts
Les scripts ont été renommés et réécrits conformément à une convention afin de les rendre plus modulables.