Downloads

Download drush-All-Versions-2.0-rc1.tar.gztar.gz 65.35 KB
MD5: 9b4dd0eca90b8ab95107738159207c44
SHA-1: 152f6255bad56d88efc044eb919114d6bc5e835b
SHA-256: 11d44a03aaed62a7d41a08636e3f6d4248729df43890056e452fdb65b4047b72
Download drush-All-Versions-2.0-rc1.zipzip 85.43 KB
MD5: c932dc23356f5a84be40c2831dce9c3e
SHA-1: d3c9fc3b01f265e9dda6a002913c407c2f994fc8
SHA-256: d9e193e8f6f2493704583c5e42f41913a9268ea2e4d7e9d0d12e23a957c63c8f

Release notes

This release is compatible with for all versions of Drupal (5, 6, 7).

Changes since DRUPAL-6--2-0-ALPHA2:

  • Clarify help text.
  • First round of NOTICE fixes. Add help for updatedb.
  • Fix one more notice in sql commands. ugly code though.
  • Correct handling of $db_url, since it can optionally be an array in Drupal 5 or 6
  • Much improved request parsing, and smarter release selection
  • Add log msg after performing all updates.
  • Add ability for some tables to dump structure only during a sql dump or sql load command ..
  • #436996 by dereine. Replace drush_verbose() calls with drush_log().
  • Set dev_query variable to FALSE to save memory.
  • Fix a new notice in sql command.
  • Add sql connect command. Useful for redirecting sql files into DB.
  • fix #302532 by moshe weitzman. more accurate auto-detection of recommended release. we used grab the release from the most recent major version, instdead of the recommended major.
  • #439042 by mojzis. convert a drush_verbose()
  • #438828 by greg.1.anderson. support for postgres in sql commands. thanks.
  • Use a pipe instead of a file for STDERR in child processes. This was causing drush_backend calls to fail for some users due to permission errors
  • statusmodules is also 6.x only right now
  • #441260 by greg.1.anderson. Support for --structure-tables-key in Postgres.
  • Fix notice.
  • Remove sql version commands. They were not useful enough. You get the server info with anyway.
  • Fix a notice.
  • #433652 by kdebaas. special shell characters in password aren't being escaped, triggering MySQL access denied.
  • #445664 - fix for Drupal core version downloads
  • More testing prior to backup, also better SVN log messages
  • #450284 by XenoPage. Fix password decode.
  • #441470 by bevan. Support non-default db port.
  • #433838 by Grugnog2. drush dl attempts download to default when nothing specified.
  • #449090 by Grugnog2. Major improvements in error messaging around: The command 'drush.php ... could not be executed.
  • Fixing #453804
  • #453866 by moshe weitzman. Massively speed up GNU bash, version 3.2.17(1)-release (i386-apple-darwin9.0)
    These shell commands are defined internally. Type `help' to see this list.
    Type `help name' to find out more about the function `name'.
    Use `info bash' to find out more about the shell in general.
    Use `man -k' or `info' to find out more about commands not in this list.
  • Append timer to verbose log output.
  • Add a log entry at the very end of the dispatch so we have timer there.
  • Fix --quiet by flushing the buffer
  • Add new global option, --pipe, which send back output intended to be used in a script. Implemented by statusmodules command in order to send back a space delimited list of enabled modules.
  • Help command now supports --pipe. Returns space delimited list of commands.
  • #441600 by jaydub. Fatal error: Call to undefined function module_load_include() on D5
  • #438034 by moshe weitzman. Add an information step to updatedb command.
  • #456622 - ensure that drush_invoke operates in a clean namespace and does not mistake drupal hooks as its own. Check the issue for the conversion script.
  • Backend option implies affirmative. Operating over a unix pipe does not allow interactive usage
  • #456848. watchdog show - incorrect ordering
  • #436782 - detect the number of COLUMNS available to print. Defaults to 80. Added information to the README about needing to export the COLUMNS environment variable
  • Fix a notice in sql commands when using empty password.
  • more docs for verbose option.
  • #457142 by moshe weitzman. split the two verbose levels into separate options. now we have verbose and debug. debug shows more than verbose. fixes a usability bug.
  • #455590 by edhaber. PHP Notice on Windows.
  • remove some absurd precision in timer.
  • #459584 by greg.1.anderson. postgres fix for sql dump.
  • #459582 by greg.1.anderson. Fix sql environment initialization for Drupal 6
Created by: moshe weitzman
Created on: 12 May 2009 at 19:41 UTC
Last updated: 11 Oct 2019 at 21:49 UTC
New features
Bug fixes

Other releases