Skip to content

5.10.0

Compare
Choose a tag to compare
@jonhattan jonhattan released this 26 Sep 16:15
· 5845 commits to 13.x since this release

Changes since 5.9.0:

  • #132: Avoid calling pm-updatecode-postupdate in pm-update.
  • Merge in changes from the master branch to README.md
  • Add CONTRIBUTING.md from the master branch.
  • #2025527 by greg.1.anderson, anarcat: > `tty` is evil and killed my cat
  • Use machine name in place of human-readable name in extensions that provide no human-readable name. Emit debug-level drush_log instead. This cleans up noise printed whenever coder is present, due to the hidden coder 'bad' module.
  • #86: Include database name in confirmation message for sql-drop.
  • #48: Fix broken --exclude-other-sites option.
  • Affiliate cron help topic to core-cron command.
  • Fix bug in drush_tarball_extract that caused the wrong thing to be returned in the file list if $destination was specified when a zip file was extracted.
  • Fixes #40: Backport shell alias quoting fix to Drush 5.x. Don't break php 5.2 users, but does not fix the bug for them either.
  • Don't call drush_set_error in API function _drush_sql_query(); call it in command callback, drush_sql_query().
  • Change travis to test 6.x and 5.x branches.
  • Update src urls to travis build result images.
  • Insure that Drush will set an error status code from sql-query if the query fails for any reason. Fixes #34.
  • recommended *version*
  • Add a table of Drush versions to README.md
  • Take test README.md file from master
  • README.txt has changed to README.md; update various references to match.
  • Backport README.md from master
  • filesystemTest was failing, because it used drush dl drush, and there are no longer any published drush releases on drupal.org
  • Fix typo 'comman'.
  • Minor type-o in make example.
  • Dynamic help needs to be declared statically in hook_help and then altered in help_alter().
  • Dynamic help needs to be in help_alter() hook if it depends on the major version of drupal.
  • #2049983 by Darren Shelley: Fixed Improve error reporting when PHP lacks POSIX support.
  • #1748228 by greg.1.anderson, Shaun Dychko | rob.black: Fixed Error in the PHP config setting of magic_quotes_gpc() prevents diagnosis of the problem through drush core-status.
  • #1957974 by greg.1.anderson: Strict option commands assume unrecognized keys from a site alias belong at the end of the command
  • Fixing a make test that broke due to a file remote file being removed.
  • #934472 by c960657, greg.1.anderson | robertDouglass: Fixed memcache is not cleared on 'drush cc theme'.
  • #2027703 by jonhattan: Fixed Drush make --prepare-install doesn't retain chmod values.
  • Document the --project option for core-status.
  • #2019059 by jp.stacey, ergonlogic: Fixed phpunit installation documentation needs updating.
  • #2029493 by helmo: Fixed testBackendMethodPost fails on php 5.4.
  • #2005196 by juampy: Wrong logic when merging two site aliases
  • Improve help text for --lock and --unlock options.
  • #1991764 by Damien Tournoud: Added Support using a distribution as core.
  • #1431972 by dww | webchick: Added Provide visual feedback that drush make is doing something.
  • #1896132 by shrop: Fixed Getting 'No graphical display appears to be available, not starting browser.' error with drush qd (core-quick-drupal).
  • #1896132 by Owen Barton. More informative message when web browser won't start due to bad hostname.
  • #2013775 by clemens.tolboom: Fixed SQLite test fails due to missing semi-colon.
  • 2012784 by greg.1.anderson: Fix quoting problem with conf_dir in drush script
  • #1982502 by greg.1.anderson, Damien Tournoud, anarcat, jhedstrom: Reduce complexity of backend invoke; consider removing concurrency
  • Leave more breadcrumbs so folks find our tests suite and Travis integration.
  • #1989280 by spiderman: Fixed git checkout [branch] silently fails, branch given in makefile never checked out.
  • Revert "Issue #1982502 by greg.1.anderson, jhedstrom, anarcat | dpearceMN: Fixed Correct minor defects in backend invoke that can cause large output problems."
  • #1982502 by greg.1.anderson, jhedstrom, anarcat | dpearceMN: Fixed Correct minor defects in backend invoke that can cause large output problems.
  • #1748228 by greg.1.anderson | rob.black: Added Error in the PHP config setting of magic_quotes_gpc() prevents diagnosis of the problem through drush core-status.
  • #602182 by Dave Reid, John Morahan: Fixed updatedb should clear cache.
  • #1785072 by Owen Barton: when site is set, autocomplete doesn't work identical to when using the alias directly
  • Add static cache to autocomplete, to avoid cache misses when detected site/root change after bootstrap.
  • #1999644 by PawelR: Fixed Misleading error message when PHP version is incompatible.
  • #1996004 by greg.1.anderson: catch exception thrown in sql-conf when database is configured but empty.
  • #1332818 by greg.1.anderson: options added by the drush script must be removed again in drush_adjust_args_if_shebang_script
  • Merge branch '7.x-5.x' of git.drupal.org:project/drush into 7.x-5.x
  • Typo
  • Follow-up commit to issue #1454534 to use the correct variable name.
  • #1364814 by eiriksm, jonhattan: Added Extend pm-enable to offer downloading the project for missing extensions.
  • #1784174 by jonhattan: /bin/uname: Permission denied.
  • #1454534 by jonhattan: Fixed Invalid argument supplied for foreach() wget.inc:42.
  • #1748228 by greg.1.anderson: Error in the PHP config setting of magic_quotes_gpc prevents diagnosis of the problem through drush core-status
  • #1833470 by posulliv | bjaspan: Fixed drush sql-cli suggests it has a -A option, but it does not.
  • #1824510 by TravisCarden, abautu: Fail if search-index gets into an infinite loop.
  • For now, skip sql-connect tests when using non-mysql DB.
  • Add irc notification from travis about pass/fail.
  • #1956712 by greg.1.anderson: fix over-isolation of test environment when test specifies additional environment settings. Partial backport of 9f413ea.
  • #1977632 by helmo: Fixed Confusion between code and coment --include-path vs. --include-paths.
  • spelling fix.
  • #1509936 by juampy, Danylo Dragan | filler: Fixed archive dump ard puts default.settings.php into the archive twice which errors on archive restore arr.
  • #1899332 by TravisCarden: Improve code docs for drush_get_arguments().
  • #1870580 by kevin.dutra: Drupal $base_url may not be set correctly