forked from backdrop-contrib/og
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue backdrop-contrib#35: Port cleanup work.
By @VasasA. Progress towards completing the port. Work in progress.
- Loading branch information
Showing
23 changed files
with
350 additions
and
886 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,11 @@ | ||
{ | ||
"_config_name": "og.settings", | ||
"og_7000_add_field": "FALSE", | ||
"og_content_type_usage_typetype": "dynamic variable in file /og/includes/migrate/7000/og_add_fields.inc line 27", | ||
"og_7200_ogur_roles": "FALSE", | ||
"og_user_roles_roles_typetype": "dynamic variable in file /og/includes/migrate/7000/og_ogur_roles.migrate.inc line 37", | ||
"og_node_access_strict": "TRUE", | ||
"og_use_queue": "FALSE", | ||
"og_orphans_delete": "FALSE", | ||
"og_is_group__entity_type__bundle": "dynamic variable in file /og/og.module line 1839", | ||
"og_group_manager_full_access": "TRUE", | ||
"og_is_group_default_access__group_type__bundle": "dynamic variable in file /og/og.module line 2617", | ||
"og_maintain_overridden_roles": "TRUE", | ||
"og_features_ignore_og_fields": "FALSE" | ||
"og_7000_add_field": false, | ||
"og_7200_ogur_roles": false, | ||
"og_node_access_strict": true, | ||
"og_use_queue": false, | ||
"og_orphans_delete": false, | ||
"og_group_manager_full_access": true, | ||
"og_maintain_overridden_roles": true, | ||
"og_features_ignore_og_fields": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"_config_name": "og_access.settings", | ||
"og_access_privacy_change_batch_processing": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.