Commit Graph

15 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 8ac59801be Refactor commons build process
Update commons modules to release 7.12, and move the codebase under
modules/commons instead of constant fetching from remote repository.
The commons.make file removed so it is not required to rebuild
groups distribution.

Change-Id: I3be393ba1af34427e2915b18ab1ad718fd4e54db
2014-05-28 15:58:33 +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
Marton Kiss 1502873142 Initial clean-up commons makefile
Remove or disable the not used features of commons, like wiki page and
qa. Inherited commons profile is dropped due several missing features
like inherited library handling and installation task execution order.

Change-Id: Iaa2abf00edb3e5d854ffc51ff6aa6c22419145da
2013-09-13 09:46:40 +02:00