Skip to content

Latest commit

 

History

History
296 lines (225 loc) · 12 KB

CHANGELOG.md

File metadata and controls

296 lines (225 loc) · 12 KB

hook_update_deploy_tools 7.x-1.x --****

  • [New items go at the top of this list.]

hook_update_deploy_tools 7.x-1.36 Feb 22, 2018

  • Issue #2944556: Menu import must run as user 1.
  • Issue #2947049: Modules Remove duplicate reporting code.
  • Issue #2946745: Context Add ability to enable or disable contexts.

hook_update_deploy_tools 7.x-1.35 Nov 20, 2017

  • Issue #2924700: Modules Avoid repeated recursion by processing modules once.
  • Issue #2924940: Modules Restrict search for dependencies to non-enabled modules.
  • Issue #2924700: Modules Circular dependencies cause infinite recursion

hook_update_deploy_tools 7.x-1.34 Nov 09, 2017

hook_update_deploy_tools 7.x-1.32 Nov 08, 2017

hook_update_deploy_tools 7.x-1.31 October 24, 2017

hook_update_deploy_tools 7.x-1.30 June 07, 2017

hook_update_deploy_tools 7.x-1.29 June 02, 2017

hook_update_deploy_tools 7.x-1.27 Mar 24, 2017

hook_update_deploy_tools 7.x-1.25 Mar 20, 2017

hook_update_deploy_tools 7.x-1.24 Mar 17, 2017

hook_update_deploy_tools 7.x-1.23 Mar 10, 2017

  • Issue #2859596: Make Documentation more approachable.
  • Issue #2859388: Using Nodes::modifySimpleFieldValue the message is not outputting the node id.
  • Issue #2858631: OG: Assign members of one Group to another Group (co-opt).
  • Issue #2859243: OG: Add user id's to a Group.
  • Issue #2859240: OG: Load a Group by name, with strict checking.
  • Issue #2859333: Add Check::isGroup to strictly check for something being an Organic Group.

hook_update_deploy_tools 7.x-1.22 Mar 3, 2017

  • Issue #2857507: Add Vocabularies::add method.
  • Issue #2857625: Add Vocabularies::delete method.

hook_update_deploy_tools 7.x-1.21 Jan 12, 2017

  • Issue #2838516: Make Views check clear the view info cache.

hook_update_deploy_tools 7.x-1.20 Nov 22, 2016

  • Issue #2829468: properly evaluate dpm() prior to using in debug
  • Issue #2689145: by extralooping, Pryrios: require_once path incorrect on some environments

hook_update_deploy_tools 7.x-1.19 Sept 2, 2016

  • Removed validation for drush site-deploy-init to reduce false negatives.
  • Add better handling of workbench moderation states on Nodes import.

hook_update_deploy_tools 7.x-1.18 Aug 23, 2016

  • Issue #2776575: PHP Fatal error: Call to undefined function posix_getpwuid() when running drush site-deploy-init
  • Issue #2788765: drush import command to use importInterface.

hook_update_deploy_tools 7.x-1.17 Aug 23, 2016

  • Issue #2788045: Node import rollback/delete if invalid
  • Issue #2597269: Import nodes from node export files
  • Issue #2774773: Remove @file tag docblock from all the namespaced .php files.
  • Remove unused variables in Redirect class.
  • Add support for importing redirects from csv text files. https://www.drupal.org/node/2717339

hook_update_deploy_tools 7.x-1.16 May 6, 2016

hook_update_deploy_tools 7.x-1.15 May 4, 2016

hook_update_deploy_tools 7.x-1.14 April 11, 2016

hook_update_deploy_tools 7.x-1.13 April 6, 2016

  • Fix too narrow look for Page manager handlers on export.
  • Fix summary message variables in Features::revert.
  • README cleanup.

hook_update_deploy_tools 7.x-1.12 March 31, 2016

  • Added PageManager page export and import. https://www.drupal.org/node/2619258
  • Adjusted HudtInternal::getSummary() to report operation.
  • Adjusted HudtInternal::getStoragePath to throw an exception.

hook_update_deploy_tools 7.x-1.11 March 14, 2016

  • Fixed bug that did not allow hook_update_deploy_tools to be uninstalled. https://www.drupal.org/node/2687161
  • Removed Exception throwing from Message::make().
  • Add HudtException class that optionally handles logging on catch by calling $e->logMessage;
  • Added ExportInterface
  • Added ImportInterface
  • Abstracted Drush command to export anything that implements ExportInterface.
  • Wrapped most big actions in try catch to better handle errors.
  • Added CHANGELOG.md and populated it.
  • Added drush commands to get the last hook_update_n and to set the last N. drush site-deploy-n-lookup MODULE_NAME drush site-deploy-n-set MODULE_NAME (reduces the number of the last update) drush site-deploy-n-set MODULE_NAME 7034 (sets the last run N to 7034)

hook_update_deploy_tools 7.x-1.10 March 3, 2016

  • Added support for exporting Rules to files, using drush. https://www.drupal.org/node/2679052
  • Added support for importing Rules from files.
  • Minor Documentation cleanup.
  • Refactored how internal processes are handled.

http://web-dev.wirt.us/info/drupal-7-drush/d7-export-and-import-rules-hook-update-deploy-tools

hook_update_deploy_tools 7.x-1.9 February 22, 2016

  • Update to Message class to better identify the source of the message.
  • Add Drush command 'side-deploy-init' to generate a custom site_deploy module for use on the site. 'drush site-deploy-init' will create the module site-deploy in modules/custom. 'drush site-deploy-init "../features" will create the module site-deploy in modules/features

hook_update_deploy_tools 8.x-1.0-unstable1 February 6, 2016

  • Unstable branch for D8.
  • Not stable.
  • Full or Errors
  • DO NOT USE. For continued development purposes only.

hook_update_deploy_tools 7.x-1.8 November 12, 2015

  • Issue #2613918: Setting a variable to array value issue https://www.drupal.org/node/2613918
  • Added check for more accurate object comparison.
  • Improved accuracy of basic check for success by making it use an exact match.
  • Added a set of test update hooks to make future testing more complete.
  • Issue #2613728: Move settings menu location https://www.drupal.org/node/2613728
  • Moved the location from admin/config/hook_update_deploy_tools to admin/config/development/hook_update_deploy_tools

hook_update_deploy_tools 7.x-1.7 November 5, 2015

  • Issue #2609056: Repair setting variable to integer 0 bug. https://www.drupal.org/node/2609056
  • Repaired the bug that causes a variable set request to set integer 0 incorrectly identified that the variable was already set and did not exist.
  • Added varaible value type to the output messages for greater clarity.
  • Removed a misplaced bracket from the README example.

hook_update_deploy_tools 7.x-1.6 November 1, 2015

hook_update_deploy_tools 7.x-1.5 October 22, 2015

  • Adding method to handle Drupal variable setting in a hook_update_N. This method gives feedback on what the variable value was, and what it is now. Fails the update if the new value was not saved.

hook_update_deploy_tools 7.x-1.4 October 19, 2015

  • Improved checking of cases for existing aliases.
  • HookUpdateDeployTools\Nodes::modifyAlias($old_alias, $new_alias, $language); now makes the following decisions

| original | new | action | Assumption | | !exist | !exist | Fail update. | Bad directive. | | !exist | exist | Do nothing. Pass update. | Change already made. | | exist | !exist | Change alias. Pass update. | Conditions clear for alias change. | | exist | exist | Fail update | Alias conflict. | | same = same | Do nothing, Pass update | Silly request, but nothing to do. No reason to fail. |

hook_update_deploy_tools 7.x-1.3 October 14, 2015

  • New messaging system to make sure older versions of drush still perform output.
  • Paths: a path can now be modified easily through a hook_update_N.
  • Node: a node can have its simple values altered through a hook_update_N.

hook_update_deploy_tools 7.x-1.2 October 7, 2015

  • Adds support for module disable, uninstall and disableAndUninstall.
  • Updates to readme / help.

hook_update_deploy_tools 7.x-1.1 September 16, 2015

?

hook_update_deploy_tools 7.x-1.0 8-27-2015

Intial release.