Skip to content

Commit

Permalink
General updates
Browse files Browse the repository at this point in the history
  • Loading branch information
joelsteidl committed Jan 21, 2025
1 parent 938746d commit 189b69f
Show file tree
Hide file tree
Showing 47 changed files with 6,231 additions and 965 deletions.
10 changes: 6 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"composer/installers": "^2.0",
"cweagans/composer-patches": "^1.0",
"drupal/admin_toolbar": "^3.4",
"drupal/better_exposed_filters": "^6.0",
"drupal/better_exposed_filters": "^7.0",
"drupal/bootstrap": "^3.20",
"drupal/condition_query": "^1.3",
"drupal/config_split": "^1.2",
Expand All @@ -28,10 +28,12 @@
"drupal/csv_serialization": "^4.0",
"drupal/ctools": "^3.14",
"drupal/fontawesome": "^2.26",
"drupal/gin": "^3.0@RC",
"drupal/gin_toolbar": "^1.0@RC",
"drupal/gin": "^4.0",
"drupal/jquery_ui_datepicker": "^2.1",
"drupal/jquery_ui_slider": "^2.1",
"drupal/jquery_ui_touch_punch": "^1.1",
"drupal/key": "^1.15",
"drupal/pathauto": "^1.6",
"drupal/pathauto": "^1.13",
"drupal/pco": "^2.0",
"drupal/queue_ui": "^3.1",
"drupal/r4032login": "^2.1",
Expand Down
1,864 changes: 924 additions & 940 deletions composer.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion config/sync/README.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This directory contains configuration to be imported into your Drupal site. To make this configuration active, visit admin/config/development/configuration/sync. For information about deploying configuration between servers, see https://www.drupal.org/documentation/administer/config
This directory contains configuration to be imported into your Drupal site. To make this configuration active, visit admin/config/development/configuration. For information about deploying configuration between servers, see https://www.drupal.org/documentation/administer/config
2 changes: 1 addition & 1 deletion config/sync/block_content.type.basic_block.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ status: true
dependencies: { }
id: basic_block
label: 'Basic Block'
revision: 0
revision: false
description: ''
2 changes: 1 addition & 1 deletion config/sync/node.type.group.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ third_party_settings:
name: Group
type: group
description: 'A community group.'
help: ''
help: null
new_revision: true
preview_mode: 0
display_submitted: false
2 changes: 1 addition & 1 deletion config/sync/node.type.group_attendance_record.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ third_party_settings:
name: 'Group Attendance Record'
type: group_attendance_record
description: 'A record of anytime a community group meets.'
help: ''
help: null
new_revision: true
preview_mode: 1
display_submitted: false
2 changes: 1 addition & 1 deletion config/sync/node.type.group_connection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ third_party_settings:
name: 'Group Connection'
type: group_connection
description: 'Ties an individual to a community group.'
help: ''
help: null
new_revision: true
preview_mode: 0
display_submitted: false
2 changes: 1 addition & 1 deletion config/sync/node.type.individual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ third_party_settings:
name: Individual
type: individual
description: 'A person that can be part of a community group. Synced from Planning Center.'
help: ''
help: null
new_revision: true
preview_mode: 1
display_submitted: false
2 changes: 1 addition & 1 deletion config/sync/node.type.individual_attendance_record.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ third_party_settings:
name: 'Individual Attendance Record'
type: individual_attendance_record
description: 'A record of an individuals attendance each week.'
help: ''
help: null
new_revision: true
preview_mode: 1
display_submitted: false
2 changes: 1 addition & 1 deletion config/sync/system.action.node_publish_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ _core:
id: node_publish_action
label: 'Publish content'
type: node
plugin: node_publish_action
plugin: 'entity:publish_action:node'
configuration: { }
2 changes: 1 addition & 1 deletion config/sync/system.action.node_save_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ _core:
id: node_save_action
label: 'Save content'
type: node
plugin: node_save_action
plugin: 'entity:save_action:node'
configuration: { }
2 changes: 1 addition & 1 deletion config/sync/system.action.node_unpublish_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ _core:
id: node_unpublish_action
label: 'Unpublish content'
type: node
plugin: node_unpublish_action
plugin: 'entity:unpublish_action:node'
configuration: { }
2 changes: 1 addition & 1 deletion config/sync/system.cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ _core:
threshold:
requirements_warning: 172800
requirements_error: 1209600
logging: 1
logging: true
3 changes: 2 additions & 1 deletion config/sync/taxonomy.vocabulary.group_membership_status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ status: true
dependencies: { }
name: 'Group Membership Status'
vid: group_membership_status
description: ''
description: null
weight: 0
new_revision: false
3 changes: 2 additions & 1 deletion config/sync/taxonomy.vocabulary.membership.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ status: true
dependencies: { }
name: Membership
vid: membership
description: ''
description: null
weight: 0
new_revision: false
3 changes: 2 additions & 1 deletion config/sync/taxonomy.vocabulary.neighborhood.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ status: true
dependencies: { }
name: Neighborhood
vid: neighborhood
description: ''
description: null
weight: 0
new_revision: false
1 change: 1 addition & 0 deletions config/sync/views.view.archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down
3 changes: 2 additions & 1 deletion config/sync/views.view.attendance_manager_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ display:
relationship: none
group_type: group
admin_label: ''
plugin_id: numeric
plugin_id: entity_target_id
default_action: default
exception:
value: all
Expand All @@ -210,6 +210,7 @@ display:
validate_options: { }
break_phrase: false
not: false
target_entity_type_id: user
filters:
status:
id: status
Expand Down
1 change: 1 addition & 0 deletions config/sync/views.view.block_content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down
1 change: 1 addition & 0 deletions config/sync/views.view.content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ display:
previous: '‹ Previous'
first: '« First'
last: 'Last »'
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down
2 changes: 2 additions & 0 deletions config/sync/views.view.files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,7 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down Expand Up @@ -1019,6 +1020,7 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
pagination_heading_level: h4
empty: { }
arguments:
fid:
Expand Down
1 change: 1 addition & 0 deletions config/sync/views.view.frontpage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ display:
offset: false
offset_label: Offset
quantity: 9
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down
1 change: 1 addition & 0 deletions config/sync/views.view.glossary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down
3 changes: 2 additions & 1 deletion config/sync/views.view.group_attendance_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ display:
relationship: none
group_type: group
admin_label: ''
plugin_id: numeric
plugin_id: entity_target_id
default_action: default
exception:
value: all
Expand Down Expand Up @@ -398,6 +398,7 @@ display:
validate_options: { }
break_phrase: false
not: false
target_entity_type_id: node
filters:
status:
id: status
Expand Down
4 changes: 3 additions & 1 deletion config/sync/views.view.group_guests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,7 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down Expand Up @@ -521,7 +522,7 @@ display:
relationship: none
group_type: group
admin_label: ''
plugin_id: numeric
plugin_id: entity_target_id
default_action: default
exception:
value: all
Expand Down Expand Up @@ -549,6 +550,7 @@ display:
validate_options: { }
break_phrase: false
not: false
target_entity_type_id: node
'null':
id: 'null'
table: views
Expand Down
3 changes: 2 additions & 1 deletion config/sync/views.view.group_roster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ display:
relationship: none
group_type: group
admin_label: ''
plugin_id: numeric
plugin_id: entity_target_id
default_action: default
exception:
value: all
Expand All @@ -433,6 +433,7 @@ display:
validate_options: { }
break_phrase: false
not: false
target_entity_type_id: node
filters:
status:
id: status
Expand Down
3 changes: 2 additions & 1 deletion config/sync/views.view.individual_group_connections.yml
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ display:
relationship: none
group_type: group
admin_label: ''
plugin_id: numeric
plugin_id: entity_target_id
default_action: default
exception:
value: all
Expand All @@ -471,6 +471,7 @@ display:
validate_options: { }
break_phrase: false
not: false
target_entity_type_id: node
filters:
type:
id: type
Expand Down
4 changes: 4 additions & 0 deletions config/sync/views.view.individual_history.yml
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,7 @@ display:
offset: false
offset_label: Offset
quantity: 9
pagination_heading_level: h4
exposed_form:
type: bef
options:
Expand All @@ -563,13 +564,15 @@ display:
allow_secondary: false
secondary_label: 'Advanced options'
secondary_open: false
autosubmit_textfield_minimum_length: 3
filter:
combine:
plugin_id: default
advanced:
collapsible: false
is_secondary: false
collapsible_disable_automatic_open: false
hide_label: false
field_pco_deleted_value:
plugin_id: bef_single
advanced:
Expand All @@ -579,6 +582,7 @@ display:
collapsible: false
is_secondary: false
collapsible_disable_automatic_open: false
hide_label: false
access:
type: role
options:
Expand Down
3 changes: 2 additions & 1 deletion config/sync/views.view.most_recent_individual_attendance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ display:
relationship: none
group_type: group
admin_label: ''
plugin_id: numeric
plugin_id: entity_target_id
default_action: default
exception:
value: all
Expand All @@ -176,6 +176,7 @@ display:
validate_options: { }
break_phrase: false
not: false
target_entity_type_id: node
filters:
type:
id: type
Expand Down
5 changes: 4 additions & 1 deletion config/sync/views.view.recent_group_attendance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ display:
relationship: field_group
group_type: group
admin_label: ''
plugin_id: numeric
plugin_id: entity_target_id
default_action: default
exception:
value: all
Expand All @@ -361,6 +361,7 @@ display:
validate_options: { }
break_phrase: false
not: false
target_entity_type_id: user
filters:
status:
id: status
Expand Down Expand Up @@ -515,6 +516,7 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
pagination_heading_level: h4
arguments: { }
defaults:
pager: false
Expand Down Expand Up @@ -751,6 +753,7 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
pagination_heading_level: h4
arguments:
nid:
id: nid
Expand Down
1 change: 1 addition & 0 deletions config/sync/views.view.recently_joined_a_group.yml
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,7 @@ display:
offset: false
offset_label: Offset
quantity: 9
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down
1 change: 1 addition & 0 deletions config/sync/views.view.report_simple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ display:
offset: false
offset_label: Offset
quantity: 9
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down
1 change: 1 addition & 0 deletions config/sync/views.view.search_individuals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ display:
offset: false
offset_label: Offset
quantity: 9
pagination_heading_level: h4
exposed_form:
type: input_required
options:
Expand Down
1 change: 1 addition & 0 deletions config/sync/views.view.taxonomy_term.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down
Loading

0 comments on commit 189b69f

Please sign in to comment.