Install
Using Composer to manage Drupal site dependencies
Downloads
Download tar.gz
276.13 KB
MD5: f6df0593c3d3c9a5a2d0bb382bf629ba
SHA-1: 81446d1bc61dc47a19050f809faa336633aeef17
SHA-256: 11a8ba3acbebf0be45407dee54a4c59cb9da7dfb461cf4ed9e27e78b2968fc99
Download zip
327.78 KB
MD5: a1cbee1e8110c9d5e750eee68256833e
SHA-1: b7afc3d4b5838290a3e572f6e57f81593dbcf214
SHA-256: 052a988272ced2d05617872792206c235f0402155719dc3bbb0c48c9ddfd9e71
Release notes
Changes since 7.x-4.5-rc1
- #1168718: drush en disables modules that are enabled by install functions by jonhattan. drush en disables modules that are enabled by install functions.
- add command alias for archive-dump. new alias is archive-backup
- Issue #1218024: Latest Drush cannot 'pm-uninstall toolbar': Allow uninstalling projects depending on other required projects (i.e. standard profile).
- Issue #1234858: drush does not respect --no-core: drush does not respect --no-core.
- Issue #1229104: pm.drush.inc:2046 Unknown variant projects by jonhattan. Fix up variants validation in dl command.
- Issue #1242200: git reference cache is never updated and doesn't contain commit objects by sun: Update the gitcache when referenced and breakout the directories per project.
- Issue #1231254: Add a suggested 'clone' alias to example.drushrc.php for cached git_drupalorg clones + allow to set 'home' option by sun: Fix a performance issue with --reference clones.
- Issue #1223334: Don't disable modules if we cannot disable dependencies by jonhattan. Don't disable modules if we cannot disable dependencies.
- Issue #1227968: Add support for command specific config files by msonnabaum: Add a prefix option to _drush_config_file().
- Issue #1204862: drush up can't update D7 because of drupal error handler intervention. by jonhattan. drush up can't update D7 because of drupal error handler intervention.
- #1202664: Remove auto-update of drush by greg.1.anderson: drush self-update now just runs drush dl drush --select (backported from 5.x)
- Follow-up to #1219850: sqlq removes all curly braces from sql, including those that are in the text values. by greg.1.anderson, Mark Theunissen: Added sqlq removes all curly braces from sql, including those that are in the text values
- #1222554: Wrong fieldname for username in sql sanitization? by msonnabaum: Fixed Wrong fieldname for username in sql sanitization.
- Issue #1223398] by greg.1.anderson: Remove tarballs after dl.
- #1217222: Implicit site alias 'name' attribute should be renamed '#name'. by greg.1.anderson: rename implicit site-alias attribute 'name' to '#name'.