User: fl3a Branch: HEAD Date: Wed, 29 Dec 2010 12:20:34 +0000 Modified files: /modules/drush_multi README.txt /modules/drush_multi/doxygen page_mainpage.php /modules/drush_multi/includes multi.inc /modules/drush_multi multi.drush.inc Log message: Compatibilty with drush v.4.0-[dev rc*] : * Replaced all occurence of drush_op('system', $exec) with drush_op_system($exec) because it is recommended to use drush_op_system(). * In a special case drush_sql_dump($db_spec) returns an array now, the dump command is at the first index ($exec[0]), so multi-sql-dump without --dump-type=full (default) failed with drush v. 4.0-dev, becaues an array was passed drush_op_system(). * Added hook_drush_init() to check for drush v.4.0-[dev rc*] with a builddate newer or equal 27. Dec 2010 as requirement via checking DRUSH_VERSION and datestamp. * Removed backup symlink within document root, becaue pm-update aborts, if backup exists within the installation. * Updated documentation accourding to the required version. Links: 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....