Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download site_install_hooks-7.x-1.0-alpha2.tar.gztar.gz 10.87 KB
MD5: 7eaa99a57ce6cf342ea91e4c4cd511d8
SHA-1: 0fcc61e5634c6751062aef31a590c2b4eacfd545
SHA-256: 66e1ea2b46a1a367b1f777df89446c683bb5b5eea30013540beaec90202ef79c
Download site_install_hooks-7.x-1.0-alpha2.zipzip 12.43 KB
MD5: 8ceae3f42b5b25cfa6158b8903122a20
SHA-1: 3551bed2ea083fe0303210a0bcb33988e72e11b5
SHA-256: 292563ede52007baacedbf114b32f9e5fc72b0ae72c178b6d972ab269dcb0ca8

Release notes

  • Fixed a bug where hook_site_post_install() was only firing off in unattended installs (i.e. via CI or Aegir) but not during manual attended installs (the post-install step was being put after the "Finished" page of manual install).
  • Watchdog logging output is now more verbose and the pre-install and post-install steps of install are now displayed on manual installs as "Starting installation" and "Finalizing installation" to make verifying that the hooks are working easier.
  • Added code to allow modules to use hook_module_implements_alter() to adjust the order that post-install hooks fire.
  • Tweaked PHPdoc comments to follow Drupal standards.
  • Added an additional API example for hook_module_implements_alter().
  • Clarified documentation wording.
Created by: GuyPaddock
Created on: 30 Apr 2015 at 14:07 UTC
Last updated: 30 Apr 2015 at 14:09 UTC
Bug fixes
New features

Other releases