Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…bution into OI-74-automatically-follow-group-ideas
  • Loading branch information
nvelychenko committed Jul 24, 2020
2 parents ea6a2fe + ed2d5cb commit abe9994
Show file tree
Hide file tree
Showing 515 changed files with 40,682 additions and 26,669 deletions.
24 changes: 18 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,32 @@
}
],
"require": {
"bower-asset/slick-carousel": "^1.8",
"composer/installers": "^1.2",
"cweagans/composer-patches": "^1.6",
"drupal/addtoany": "^1.14",
"drupal/admin_toolbar": "^2.2",
"drupal/adminimal_admin_toolbar": "^1.10",
"drupal/adminimal_theme": "^1.5",
"drupal/ajax_comments": "1.x-dev",
"drupal/allowed_formats": "^1.2",
"drupal/avatars": "^1.1",
"drupal/better_exposed_filters": "^4.0",
"drupal/bootstrap": "^3.21",
"drupal/bootstrap_barrio": "^5.0",
"drupal/ckeditor_media_embed": "^1.9",
"drupal/ckeditor_mentions": "2.x-dev",
"drupal/comments_order": "^1.1",
"drupal/config_pages": "^2.6",
"drupal/ctools": "^3.4",
"drupal/default_content": "^1.0",
"drupal/dropzonejs": "^2.1",
"drupal/email_registration": "^1.0",
"drupal/entity_browser": "^2.5",
"drupal/eu_cookie_compliance": "^1.9",
"drupal/faqfield": "^1.1",
"drupal/field_permissions": "^1.0",
"drupal/flag": "^4.0",
"drupal/group": "^1.0",
"drupal/layout_builder_styles": "^1.0@beta",
"drupal/metatag": "^1.13",
"drupal/multiple_fields_remove_button": "^1.0@alpha",
"drupal/paragraphs": "^1.11",
Expand All @@ -51,6 +58,7 @@
"drupal/userpoints": "^1.0@alpha",
"drupal/user_registrationpassword": "1.x-dev",
"drupal/votingapi": "3.x-dev",
"drupal/votingapi_reaction": "^1.1",
"drupal/votingapi_widgets": "1.x-dev",
"npm-asset/dropzone": "^5.7",
"npm-asset/jquery-bar-rating": "^1.2",
Expand All @@ -66,15 +74,19 @@
"installer-name": "idea",
"patches": {
"drupal/core": {
"Fix comment access handling": "https://www.drupal.org/files/issues/2020-04-25/drupal-comment_access-2879087-61-d8_0.patch",
"Fix comment access handling": "https://www.drupal.org/files/issues/2020-07-18/2879087-65.patch",
"Dispatch events for changing content moderation states": "https://www.drupal.org/files/issues/2018-11-06/2873287-50.patch",
"Entity reference error messages are not user friendly": "https://www.drupal.org/files/issues/2020-06-04/3138631-9.patch"
},
"drupal/votingapi": {
"Vote rollover settings are missing the 'Never' option": "https://www.drupal.org/files/issues/2020-05-17/2791129-22-finish-port-of-settings-form.patch"
},
"drupal/votingapi_widgets": {
"Previewing a Voting API formatter causes the fatals": "https://www.drupal.org/files/issues/2019-01-09/3024465-votingwidgets-4.patch"
},
"drupal/ajax_comments": {
"Ajax not working when using non-default view mode": "https://www.drupal.org/files/issues/2020-02-12/ajax_comments-non-default-view-mode-2896916-24.patch"
},
"drupal/rules": {
"ServiceNotFoundException when installing a rule via configuration": "https://www.drupal.org/files/issues/2020-07-10/ServiceNotFoundException-when-installing-a-rule-via-configuration.2870851-10_0.patch",
"List of conditions includes Core conditions which do not work with Rules": "https://www.drupal.org/files/issues/2020-07-22/2927132-12-hide-other-conditions.patch"
}
}
}
Expand Down
27 changes: 0 additions & 27 deletions config/install/addtoany.settings.yml

This file was deleted.

3 changes: 3 additions & 0 deletions config/install/ajax_comments.settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
notify: true
enable_scroll: true
reply_autoclose: false
12 changes: 12 additions & 0 deletions config/install/avatars.generator.gravatar_generator.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
langcode: en
status: true
dependencies:
module:
- avatars_gravatar
id: gravatar_generator
label: 'Gravatar generator'
weight: -8
plugin: gravatar_generator
provider: null
settings:
type: identicon
9 changes: 9 additions & 0 deletions config/install/avatars.generator.user_preference.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
langcode: en
status: true
dependencies: { }
id: user_preference
label: 'User preference'
weight: -9
plugin: user_preference
provider: avatars
settings: { }
9 changes: 9 additions & 0 deletions config/install/avatars.generator.user_upload.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
langcode: en
status: true
dependencies: { }
id: user_upload
label: 'User upload'
weight: -10
plugin: user
provider: avatars
settings: { }
3 changes: 3 additions & 0 deletions config/install/avatars.settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
refresh_interval:
dynamic: 3600
static: 0
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ dependencies:
module:
- system
theme:
- bootstrap
id: bootstrap_account_menu
theme: bootstrap
region: navigation_collapsible
- bootstrap_barrio
id: bootstrap_barrio_account_menu
theme: bootstrap_barrio
region: top_header
weight: 11
provider: null
plugin: 'system_menu_block:account'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ dependencies:
module:
- system
theme:
- bootstrap
id: bootstrap_branding
theme: bootstrap
region: navigation
- bootstrap_barrio
id: bootstrap_barrio_branding
theme: bootstrap_barrio
region: top_header
weight: 0
provider: null
plugin: system_branding_block
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ dependencies:
module:
- system
theme:
- bootstrap
id: bootstrap_breadcrumbs
theme: bootstrap
- bootstrap_barrio
id: bootstrap_barrio_breadcrumbs
theme: bootstrap_barrio
region: header
weight: -100
provider: null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ dependencies:
module:
- system
theme:
- bootstrap
id: bootstrap_content
theme: bootstrap
- bootstrap_barrio
id: bootstrap_barrio_content
theme: bootstrap_barrio
region: content
weight: 0
provider: null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ dependencies:
module:
- system
theme:
- bootstrap
id: bootstrap_footer
theme: bootstrap
region: footer
- bootstrap_barrio
id: bootstrap_barrio_footer
theme: bootstrap_barrio
region: top_header
weight: 0
provider: null
plugin: 'system_menu_block:footer'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ langcode: en
status: true
dependencies:
theme:
- bootstrap
id: bootstrap_local_actions
theme: bootstrap
- bootstrap_barrio
id: bootstrap_barrio_local_actions
theme: bootstrap_barrio
region: header
weight: 20
provider: null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ langcode: en
status: true
dependencies:
theme:
- bootstrap
id: bootstrap_local_tasks
theme: bootstrap
- bootstrap_barrio
id: bootstrap_barrio_local_tasks
theme: bootstrap_barrio
region: header
weight: 10
provider: null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ dependencies:
module:
- system
theme:
- bootstrap
id: bootstrap_main_menu
theme: bootstrap
region: navigation_collapsible
- bootstrap_barrio
id: bootstrap_barrio_main_menu
theme: bootstrap_barrio
region: top_header
weight: 10
provider: null
plugin: 'system_menu_block:main'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ dependencies:
module:
- system
theme:
- bootstrap
id: bootstrap_messages
theme: bootstrap
- bootstrap_barrio
id: bootstrap_barrio_messages
theme: bootstrap_barrio
region: header
weight: -50
provider: null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ langcode: en
status: true
dependencies:
theme:
- bootstrap
id: bootstrap_page_title
theme: bootstrap
- bootstrap_barrio
id: bootstrap_barrio_page_title
theme: bootstrap_barrio
region: header
weight: 0
provider: null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ dependencies:
module:
- system
theme:
- bootstrap
id: bootstrap_powered
theme: bootstrap
region: footer
- bootstrap_barrio
id: bootstrap_barrio_powered
theme: bootstrap_barrio
region: top_header
weight: -10
provider: null
plugin: system_powered_by_block
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ dependencies:
module:
- system
theme:
- bootstrap
id: bootstrap_tools
theme: bootstrap
- bootstrap_barrio
id: bootstrap_barrio_tools
theme: bootstrap_barrio
region: sidebar_second
weight: 0
provider: null
Expand Down
27 changes: 27 additions & 0 deletions config/install/block.block.flagandlikeblock.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
langcode: en
status: true
dependencies:
module:
- node
- openideal_idea
theme:
- openideal_theme
id: flagandlikeblock
theme: openideal_theme
region: sidebar
weight: -9
provider: null
plugin: openideal_idea_flag_and_like_block
settings:
id: openideal_idea_flag_and_like_block
label: 'Flag and Like block'
provider: openideal_idea
label_display: '0'
visibility:
node_type:
id: node_type
bundles:
idea: idea
negate: false
context_mapping:
node: '@node.node_route_context:node'
27 changes: 27 additions & 0 deletions config/install/block.block.main_sites_logan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
langcode: en
status: true
dependencies:
module:
- system
theme:
- openideal_theme
id: main_sites_logan
theme: openideal_theme
region: content
weight: -8
provider: null
plugin: 'block_content:3ed7eeba-0dcc-45a5-9ade-c53cacbc3c0e'
settings:
id: 'block_content:3ed7eeba-0dcc-45a5-9ade-c53cacbc3c0e'
label: 'Main site slogan'
provider: block_content
label_display: '0'
status: true
info: ''
view_mode: full
visibility:
request_path:
id: request_path
pages: "<front>\r\n/ideas\r\n/challenges\r\n/user/*"
negate: false
context_mapping: { }
27 changes: 27 additions & 0 deletions config/install/block.block.mobile_footer_block.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
langcode: en
status: true
dependencies:
module:
- node
- openideal_footer
theme:
- openideal_theme
id: mobile_footer_block
theme: openideal_theme
region: footer
weight: 0
provider: null
plugin: openideal_footer_mobile_footer_block
settings:
id: openideal_footer_mobile_footer_block
label: 'Mobile footer block'
provider: openideal_footer
label_display: '0'
visibility:
node_type:
id: node_type
bundles:
idea: idea
negate: false
context_mapping:
node: '@node.node_route_context:node'
Loading

0 comments on commit abe9994

Please sign in to comment.