User: fl3a Branch: HEAD Date: Fri, 12 Mar 2010 19:56:13 +0000 Modified files: /modules/drush_multi .buildpath README.txt /modules/drush_multi/doxygen doxygen.php /modules/drush_multi/includes multi.inc /modules/drush_multi multi.drush.inc Log message: Updated README, examples within multi_drush_command, available commands array within drush_multi_exec_validate() in accordance to commit 338138 to be compatible with drush v. 3.0. Removed prepending php from $command within drush_multi_exec(), used constant DRUSH_COMMAND which does that. Changed order of --option and --argument in drush_multi_exec(). Implemented to put sites in maintenance mode within drush_multi_pre_multi_drupalupdate() and bring them back online within drush_multi_post_multi_drupalupdate() if --updatedb option is set. Suppress highlightning of log messages via drush_set_context('DRUSH_NOCOLOR', 1) for downloading drupal within drush_multi_create() and drush_multi_drupalupdate(). And some minor changes.... Links: http://cvs.drupal.org/diff.php?path=contributions/modules/drush_multi/.build... http://cvs.drupal.org/diff.php?path=contributions/modules/drush_multi/README... http://cvs.drupal.org/diff.php?path=contributions/modules/drush_multi/doxyge... http://cvs.drupal.org/diff.php?path=contributions/modules/drush_multi/includ... http://cvs.drupal.org/diff.php?path=contributions/modules/drush_multi/multi....