Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiu-cristea committed Jul 12, 2019
2 parents 1e37b04 + ecbc428 commit 4893a68
Show file tree
Hide file tree
Showing 134 changed files with 1,499 additions and 737 deletions.
14 changes: 9 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"drupal/config_readonly": "~1.0",
"drupal/config_sync": "^1.0-alpha7",
"drupal/config_update": "~1.4",
"drupal/core": "^8.7.1",
"drupal/core": "^8.7.4",
"drupal/diff": "^1.0@RC",
"drupal/digital_size_formatter": "^1.0-alpha1",
"drupal/ds": "^3.0",
Expand Down Expand Up @@ -48,6 +48,7 @@
"drupal/pathauto": "~1.4",
"drupal/persistent_login": "~1.0",
"drupal/phingdrushtask": "dev-7.x-2.x#f4b020f09da3c174fce40f2bd9a9617689f57124",
"drupal/publication_date": "^2.0-beta1",
"drupal/r4032login": "dev-1.x#391f10d69b9b8c466a2fddac2a6b99f1289e7781",
"drupal/rdf_entity": "^1.0.0-alpha17",
"drupal/redirect": "^1.0",
Expand All @@ -66,7 +67,7 @@
"drupal/view_unpublished": "~1.0@alpha",
"drupal/views_bulk_operations": "^2.0",
"drupal/views_data_export": "^1.0-beta1",
"drush/drush": "dev-master",
"drush/drush": "~9.7",
"easyrdf/easyrdf": "0.10.0-alpha1 as 0.9.2",
"ec-europa/infra": "dev-master",
"ec-europa/joinup-tallinn-dashboard": "dev-master",
Expand Down Expand Up @@ -192,8 +193,7 @@
"Users w/o access to content should still have configurable access to the content URL @see https://www.drupal.org/project/drupal/issues/3008254": "https://www.drupal.org/files/issues/2018-11-05/3008254-5.patch",
"Node revision routes don't convert {node} param @see https://www.drupal.org/project/drupal/issues/2730631": "https://www.drupal.org/files/issues/2019-04-04/2730631_85_0.patch",
"Disable tableselect element options @see https://www.drupal.org/project/drupal/issues/2895352": "https://www.drupal.org/files/issues/2019-01-18/2895352-8.patch",
"Make it easier to trigger a tour @see https://www.drupal.org/project/drupal/issues/3012027": "https://www.drupal.org/files/issues/2018-11-07/3012027-2.patch",
"Recalculation of display cacheability metadata during module install causing error @see https://www.drupal.org/project/drupal/issues/3060081": "https://www.drupal.org/files/issues/2019-06-07/3060081-2.patch"
"Make it easier to trigger a tour @see https://www.drupal.org/project/drupal/issues/3012027": "https://www.drupal.org/files/issues/2018-11-07/3012027-2.patch"
},
"drupal/drupal-extension": {
"Add missing negative step @see https://github.com/jhedstrom/drupalextension/pull/527": "https://patch-diff.githubusercontent.com/raw/jhedstrom/drupalextension/pull/527.diff"
Expand Down Expand Up @@ -226,6 +226,10 @@
"drupal/password_policy": {
"Do not override the default user entity view. @see https://www.drupal.org/node/2650192": "https://www.drupal.org/files/issues/properly_place_fields-2650192-4-D8.patch"
},
"drupal/publication_date": {
"Published on empty for existing nodes @see https://www.drupal.org/project/publication_date/issues/2983348": "https://www.drupal.org/files/issues/2019-07-07/2983348-19.patch",
"Provide computed properties that return the publication date or the created/updated date @see https://www.drupal.org/project/publication_date/issues/3066317": "https://www.drupal.org/files/issues/2019-07-07/3066317-3.patch"
},
"drupal/rdf_entity": {
"Allow bundle label plural variants @see https://github.com/ec-europa/rdf_entity/pull/12": "https://github.com/ec-europa/rdf_entity/compare/8.x-1.x...bd61c32c6f877f2c0376ec9aa213b89b6bcb19b8.diff",
"Rename old configs instead removing them @see https://github.com/ec-europa/rdf_entity/pull/96": "https://patch-diff.githubusercontent.com/raw/ec-europa/rdf_entity/pull/96.diff",
Expand Down Expand Up @@ -261,7 +265,7 @@
"Display schema should extend rest export @see https://www.drupal.org/project/views_data_export/issues/2896104": "https://www.drupal.org/files/issues/2896104-2-fix_display_schema.patch"
},
"drush/drush": {
"Entity type provided by a module installed via update hook not available @see https://github.com/drush-ops/drush/pull/4103": "https://patch-diff.githubusercontent.com/raw/drush-ops/drush/pull/4103.diff"
"Entity type provided by a module installed via update hook not available @see https://github.com/drush-ops/drush/pull/4103": "resources/patch/drush-4103.patch"
},
"masterminds/html5": {
"Apply default UTF-8 encoding @see https://github.com/Masterminds/html5-php/pull/168": "https://patch-diff.githubusercontent.com/raw/Masterminds/html5-php/pull/168.patch"
Expand Down
Loading

0 comments on commit 4893a68

Please sign in to comment.