Skip to content

Commit

Permalink
Composer and gulp fixes. (#135)
Browse files Browse the repository at this point in the history
* OI-246 Removed link to content from News title, fixed tags visibility on News page itself and inside the /news. Fixed "User page" condition submit logic.

* OI-206 Changed thumbnail style to compact_user_icon in next user view modes: additional details, default, edit.

* OI-243 Change OpenidealIdeaUpdateInfo create and change date formats. Fix CSS styles for right sidebar of content types canonical pages.

* OI-85 Fix CSS for workflow block, and mobile view of /idea page.

* Reverted composer.json changes.

* OI-243 Removed unneeded code.

* OI-125,142 Changed moderation content view title, and altered local task title. Changed slideshow arrows.

* OI-246. Implemented OpenidealRRSSBBlock, which provide ability to set an entity from context e.g. from layout builder. Implemented styles for /news page.

* OI-00 Change the gulp script, remove source map and cleanCss gulp plugins.

* OI-00 npm audit fix.

* OI-276 Composer dependencies fix.

Co-authored-by: Ivan Doroshenko <i.doroshenko@dev-branch.com>
Co-authored-by: Ivan Doroshenko <57439293+db-Matroskeen@users.noreply.github.com>
  • Loading branch information
3 people committed Nov 3, 2020
1 parent 513126a commit 2ec3cae
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
"drupal/faqfield": "^1.1",
"drupal/field_permissions": "^1.0",
"drupal/flag": "^4.0",
"drupal/group": "^1.0",
"drupal/group": "1.3",
"drupal/honeypot": "^2.0",
"drupal/layout_builder_styles": "^1.0@beta",
"drupal/metatag": "^1.13",
Expand All @@ -219,7 +219,7 @@
"drupal/moderation_state_buttons_widget": "^1.0@alpha",
"drupal/multiple_fields_remove_button": "^1.0@alpha",
"drupal/paragraphs": "^1.11",
"drupal/rabbit_hole": "^1.0",
"drupal/rabbit_hole": "^1.0-beta7",
"drupal/redirect": "^1.6",
"drupal/route_condition": "^1.1",
"drupal/rrssb": "^2.2",
Expand All @@ -237,7 +237,7 @@
"drupal/views_data_export": "^1.0",
"drupal/votingapi": "3.x-dev",
"drupal/votingapi_reaction": "^1.1",
"drupal/votingapi_widgets": "1.x-dev",
"drupal/votingapi_widgets": "1.0-alpha5",
"npm-asset/masonry-layout": "^4.2",
"npm-asset/imagesloaded": "^4.1",
"npm-asset/dropzone": "^5.7",
Expand Down Expand Up @@ -278,7 +278,6 @@
"Use the official CKEditor mention plugin": "https://www.drupal.org/files/issues/2020-09-15/ckeditorplugin-3009308-28.patch"
},
"drupal/group": {
"Don't deny access to update/delete unpublished entities if we don't support it yrt": "https://www.drupal.org/files/issues/2020-08-06/group-3163727-2.patch",
"Permissions to choose which roles a member can assign, edit or delete": "https://www.drupal.org/files/issues/2020-07-27/group-user-manage-by-role-permissions-3027685-29.patch"
},
"drupal/rabbit_hole": {
Expand Down

0 comments on commit 2ec3cae

Please sign in to comment.