Commit Graph

19 Commits

Author SHA1 Message Date
Marton Kiss e825e37696 Fix flag module unsupported operand types issue
The flag module had an issue on php5.5.9, this patch applies a fix
for that.

https://www.drupal.org/node/2347297

Change-Id: Icdd619da23e7f38e5577b464d231aa1903226721
2017-08-30 22:58:52 +02:00
Marton Kiss fd4fd96740 Upgrade entity reference to 1.5
Fix entity reference module security issue:
  DRUPAL-SA-CONTRIB-2017-067
  https://www.drupal.org/node/2902596

This patch removes the "Autocomplete widgets cannot reference a single
entity result" https://drupal.org/node/1959624#comment-8451891 - it was
merged as d8e3926 commit.

Change-Id: If5b997dac31016e8ebaf3b5b1fc0216bd456b3b0
2017-08-30 16:49:26 +02:00
Marton Kiss 378e97c05f Upgrade views to 3.18
Fix Views module security issue:
  DRUPAL-SA-CONTRIB-2017-068
  https://www.drupal.org/node/2902604

Change-Id: I909e2e9ce1ef991efce81fac422e90bd3ff0751d
2017-08-30 15:59:25 +02:00
Marton Kiss 0f251117c9 Upgrade media module to 2.9
Security fix of media module:
https://www.drupal.org/project/media/releases/7.x-2.9

The dependent file entity module was updated to version 2.3

Change-Id: If383e61411a9ed7c6ec66f58a5fc689d5afa4c9a
2017-07-23 17:38:55 +02:00
Marton Kiss f3f8e12b76 Upgrade Media module to 2.0
Module release notes:
https://www.drupal.org/project/media/releases/7.x-2.0

Change-Id: Ie15d1afb113906e6b9b9c3c0064316d90cfa17f3
2017-04-25 22:11:45 +02:00
Marton Kiss 22befe9cd7 Upgrade Metatag module to 1.21
Fix security issue SA-CONTRIB-2017-019
https://www.drupal.org/node/2852937

Change-Id: I82e80063022208978a9b3527efccdd10b7a7aae6
2017-02-27 16:58:14 +01:00
Marton Kiss bf700e202a Upgrade Views module to 3.15
Fix security issue SA-CONTRIB-2017-022
https://www.drupal.org/node/2854980

Change-Id: If1474540aa81aea0bbfa779f449a35362b7dbb7b
2017-02-27 15:14:32 +01:00
Marton Kiss 229ded3bc3 Security update for title module
https://www.drupal.org/project/title/releases/7.x-1.0-alpha9
https://www.drupal.org/node/2757739

Update title module to 7.x-1.0-alpha9

Change-Id: I33295426cbfe49b33222d3483203ba01279f63ea
2017-02-02 17:50:52 +01:00
Marton Kiss cd6fe22acc Security update for media module
https://www.drupal.org/project/media/releases/7.x-2.0-beta12

Change-Id: I270de7cc24b7f6dacc1c985ca4dddd6fa0a4f1dd
2016-12-07 16:14:09 +01:00
Marton Kiss d85c1e9e67 Resolve commons_activity_streams errors
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
2016-10-14 20:34:58 +02:00
Marton Kiss 162f62c3e0 Upgrade Drupal Commons to 3.39
Add recent commons as a separate project, upgrade to version 3.39
and provide separate patches in commons.make file.

This changeset also introduce profile inheritance, so groups profile
inherit the entire commons stack. The installation profile is refactored
and duplicates were removed.

Change-Id: Idc4e4ab24680fa6e1b045350c1dc1c66cad9e5e7
2016-10-12 18:17:24 +02:00
Marton Kiss b026be86bc Add Flag module v3 commons refactor patch
The Flag module 2.x branch is discontinued and a security issue
enforce the upgrade to 3.x. This patch contains all the changes
required in commons modules.

Change-Id: Ifb4b29198aeb8067878897bf16acf6391db0c321
2016-09-28 14:57:42 +02:00
Marton Kiss 3cc6a7756c Cleanup Drupal 7.50 install.inc patches
According to Drupal Commons latest updates, the
install_profile_requirements_on_install.patch was removed from
core make file.

c6a52f7e9d

Change-Id: I67defd4895e937d58a3d4fc1c42c37b73f31215b
2016-08-19 11:01:31 +02:00
Marton Kiss 85c8e5fa63 Upgrade to Drupal Core 7.50
Upgrade to Drupal Core 7.50 maintenance release meanwhile the
attached custom patch required to fix a deployment issue of
groups profile caused by a 7.50 feature and the
https://www.drupal.org/files/issues/I1971072.patch

Change-Id: Icbf76c4090a00ee913aad95ca0af55c5cef654f6
2016-07-14 11:30:55 +02:00
Marton Kiss c2acc71500 Upgrade Drupal Commons to 7.x-3.23
Apply the security fixes including:
- Drupal Core - Moderately Critical - Multiple Vulnerabilities - SA-CORE-2015-001
- SA-CONTRIB-2015-079 - Chaos tool suite (ctools) - Multiple vulnerabilities

The following patches were applied to 7.x-3.23 commons modules:
- patches/0001-utility-links-block-install-theme.patch
- patches/0002-events-page-refactor-to-pages-module.patch

Installation profile got a refactor of module installation, as groups_ modules
and l10n_updates deployed from an installation task to avoid memory
exhausted errors of the installation process.

Change-Id: I48481657124fdbbee84e1cbfec3a3a2b5f475c2c
2015-03-24 16:38:09 +01:00
Marton Kiss 20ef08a6e0 Organic groups patch to fix class override bug in subscription field
Organic groups 2.7 and actual dev version contain a bug that overrides
subscription field classes when it contains another #option attribute
insted of merge. drupal.org.make og module contains the local patch
until this bug is fixed in a stable upstream release.

Change-Id: Ic729e368c1eb07b56feef187bf3e1fe4c2cc31a2
2014-10-29 07:35:39 +01:00
Marton Kiss eba6c5a2c8 Commons events module refactor pages
Move events pages from commons_events module to commons_events_pages
module. The following patch was applied against commons 3.15 upstream:
- 0002-events-page-refactor-to-pages-module.patch

This patch allows to override the events page by groups modules.

Change-Id: I13ab0fd1c7644ecfc89768b70df3577578b4f00a
2014-07-21 16:33:00 +02:00
Marton Kiss d5153ccd62 Openstack Theme Utility links block
Add utility links block to openstack theme instead of commons_origins.

Change-Id: Ib587c32a4d48070fbfdd6c3de9bbd604123d1a34
2013-10-24 23:24:12 +02:00
Marton Kiss f2a0cda66b Commons group module remove privacy settings wrapper
Apply upstream Commons patch https://drupal.org/node/2039619.
This patch requires drush verson 6.0.0 due local patch feature.

Change-Id: I43a897b9228f7a288586e908c082c2d6619826b6
Closed-Bug: #1228206
2013-09-23 15:11:08 +02:00