
The commons_activity_streams_message_access_alter hook was not checking for empty arrays, and throw a ton of notice and warning messages. Related issue report: https://www.drupal.org/node/2596651 Change-Id: Ife614d97908758b01f927ed01656a0962e5a44cb
11 lines
480 B
Makefile
11 lines
480 B
Makefile
api = 2
|
|
core = 7.x
|
|
|
|
; Download the Commons install profile and recursively build all its dependencies.
|
|
projects[commons][type] = "profile"
|
|
projects[commons][version] = "3.39"
|
|
projects[commons][patch][] = "patches/0005-commons-libraries-search-paths-alter.patch"
|
|
projects[commons][patch][] = "patches/0004-accomodate-flag-v3.patch"
|
|
projects[commons][patch][] = "patches/0009-commons-flag-v3.patch"
|
|
projects[commons][patch][] = "patches/0010-commons-activity-streams-warning.patch"
|