SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for drush-8.3.2-30.41.noarch.rpm :

* Wed Nov 27 2019 jimmyAATTboombatower.com- Update to version 8.3.2:
* Prep for 8.3.2.
* #4253: Include \'src\' directory in phar builds.
* Back to dev
* Fri Oct 25 2019 jimmyAATTboombatower.com- Update to version 8.3.1:
* Prep for 8.3.1
* Try out Drupal 9 support (#4227)
* Better UX in case of mixing Drupal 7 sources with Drupal 8 root (#4143)
* Updated subscription options in README.md (#4125)
* Back to dev
* Wed Jul 10 2019 jimmyAATTboombatower.com- Update to version 8.3.0:
* Prep for 8.3.0
* Support wildcard aliases for Drush 8 (#4109)
* Fix 8.x build (#4110)
* Convert Drush Make to Composer more accurately (#4082)
* Back to dev
* Prep for 8.2.3
* No timeout by default in DrushTT. (#4029)
* Back to dev
* Tue Mar 26 2019 jimmyAATTboombatower.com- Update to version 8.2.2:
* Prep for 8.2.2
* Drush test traits for 8.x branch (#4008)
* Test Drupal 8.7.0-alpha1, and update exact versions tested for older minor releases of Drupal 8. (#4000)
* Back to dev
* Thu Mar 14 2019 jimmyAATTboombatower.com- Update to version 8.2.1:
* Prep for 8.2.1
* Fix $this being used in a static context in Drush.php. (#3994)
* Fix backported command aliases: some that had too many \':\'s should have been using \'-\'s instead. (#3991)
* Fixes #3988: Move code to get version directly to the static access methods in case someone (e.g. a module) calls them directly. (#3990)
* Update composer.lock
* Bump minimum version of consolidation/annotated-command
* Back to dev
* Tue Mar 12 2019 Jimmy Berry - Include which as runtime requirement.
* Tue Mar 12 2019 jimmyAATTboombatower.com- Update to version 8.2.0:
* Prep for 8.2.0
* Fix up config export data to have the same structure as Drush 9 where it is possible and convenient to do so.
* Add placeholder \'export\' function to DrushConfig
* Inject InputInterface into callback parameters
* Fill in \'timestamp\' if it is missing in logger to avoid warning
* Add drush 9 style command aliases
* Fix up process manager
* Add ConfigAdapter
* Improve process manager support
* Add adaptors for the alias managor and the process manager. These are not included in our vendor directory by default, but can be used if they exist in the bootstrapped Drupal site. Also add UserAbortException. TODO: Catch UserAbortException
* Drush make is no longer maintained (fixes #3946). (#3953)
* Improve consistency of command files between Drush 9 and Drush 8: (#3928)
* Skip Drupal 8.4.x in pmEnDisUnListInfoTest.php (fix previous commit) (#3935)
* Skip failing test; panels has a problem with an EOL verison of Drupal. No need to fix or work around that.
* D7: file_get_stream_wrappers cache poisoning in update_check_requirements() (#3789)
* Drupalorg updates (#3915)
* Revert \"git:// is discontinued on drupal.org - https://twitter.com/drupal_infra/status/1088571024918994945 (#3899)\"
* git:// is discontinued on drupal.org - https://twitter.com/drupal_infra/status/1088571024918994945 (#3899)
* Convert lint tests on 8.x branch from Circle 1 to Circle 2 (#3910)
* Fix boolean logic check of --local option for commands (#3777)
* Guard against bad return value in config-pull
* Back to dev.
* Wed Nov 21 2018 jimmyAATTboombatower.com- Update to version 8.1.18:
* Prep for 8.1.18
* Restore 91da7528, inadvertantly reverted. (#3791)
* Add tests for Drupal 8.46 with PHP 7.
* Only remove the fallback if the \'mysql\' extension isn\'t available
* Fixed that Drush always sneakily uses the mysql extension even though mysqli is configured and the extension is enabled
* Fixes #3761. Taking into account unreadable output of \'stty size\' when... (#3764)
* Set a non-zero exit status for \"sql-create\" on failure (#3733)
* Fix #2282, #2079. Do not pass this->query_extra to pg_dump. Refs #3727.
* Remove fifth argument of error handler. (#3712)
* Backport #3687: preserve \'contrib\' and \'custom\' dir placements (#3702)
* adding drush option to core-cli so that we can change the default working directory
* Set maintenance mode to update when running updates (#3605)
* #2183: Mention possible conflict of ~/.my.cnf vs --defaults-extra-file (#3581)
* fix Drush command sql-query with option \"--db-prefix\" in use (#3529)
* Back to dev.
* Wed May 30 2018 jimmyAATTboombatower.com- Update to version 8.1.17:
* Prep for 8.1.17.
* #3039 : Fixed numeric notice in PHP 7.x.
* Fix #2285, #2268. Recognize current working dir for multisites when bootstrapping a site. Affects hosts that have pcntl_exec(). (#3550)
* Fix PHP 7.2 warning regarding count() (#3545)
* Fix drush make-convert --format=composer (#3499)
* Call batch finished with call_user_func_array() to use static method call. (#3517)
* Remove failing assertion that provides no value.
* Remove docs that were copied from drush9 in error.
* Change URL of feed in a test to bypass unicode SQL error. Woop woop for Goofy theme!
* Change installation instructions to recommend cgr instead of \'composer global\'. (#3471)
* Add tests for Drupal 8.5. (#3438)
* Prevent \'drush AATTlocal uli\' and related commands from executing twice. (#3428)
* Fix php 7.1 warning for COLUMNS env variable.
* Stop all processing of queue on SuspendQueueException (#3327)
* back to dev.
* Wed Feb 07 2018 jimmyAATTboombatower.com- Update to version 8.1.16:
* prep for 8.1.16.
* Allow updatedb to proceed despite requirements errors if user confirms.
* Updated pear/console_table package. (#3352)
* Fix #3078. Environment variables are prepended to Drush command in the wrong order (#3361)
* Fix #3360. Clarify that example is for Drupal 6,7 only.
* Fixes #3351: site-install Drupal 7 with PHP 7.2 (#3353)
* Update build rules for shippable on the 8.x branch. (#3349)
* sql-sanitize to generate random user password (fixes #3086) (#3343)
* Fix router.php to work with update.php (#3247)
* Use new License identifier
* Update pear/console_table package (#3325)
* Backport of #3174, SSH command escaping (#3185)
* Fix PHP 7.2 count() notices due to pear/console_table (#3292)
* Issue #3199: Add ignored-directories option to 8.x (#3205)
* Fix .travis.yml error: run \'composer install\' before \'box build\' rather than after. Note that this saves >1M from the size of the .phar.
* Remove pin of reflection-docblock. Update to latest version of annotated-command, which no longer requires reflection-docblock. (#3157)
* Check requirements before running updatedb (#2708)
* Back to dev.
 
ICM