-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VOTE-967: disable disable_language module for non production environm…
…ents. (#613)
- Loading branch information
1 parent
032d6fb
commit 27d7aef
Showing
24 changed files
with
106 additions
and
55 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,5 @@ adding: | |
module: | ||
dblog: 0 | ||
devel: 0 | ||
disable_language: 0 | ||
removing: { } |
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,9 @@ | ||
adding: | ||
dependencies: | ||
module: | ||
- disable_language | ||
third_party_settings: | ||
disable_language: | ||
disable: true | ||
redirect_language: en | ||
removing: { } |
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,9 @@ | ||
adding: | ||
dependencies: | ||
module: | ||
- disable_language | ||
third_party_settings: | ||
disable_language: | ||
disable: true | ||
redirect_language: en | ||
removing: { } |
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,8 @@ | ||
adding: | ||
dependencies: | ||
module: | ||
- disable_language | ||
permissions: | ||
- 'create content in disabled language' | ||
- 'view disabled languages' | ||
removing: { } |
8 changes: 8 additions & 0 deletions
8
config/local/config_split.patch.user.role.content_manager.yml
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,8 @@ | ||
adding: | ||
dependencies: | ||
module: | ||
- disable_language | ||
permissions: | ||
- 'create content in disabled language' | ||
- 'view disabled languages' | ||
removing: { } |
File renamed without changes.
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 |
---|---|---|
|
@@ -6,4 +6,4 @@ adding: | |
samlauth: 0 | ||
usagov_login: 0 | ||
externalauth: 10 | ||
removing: { } | ||
removing: { } |
10 changes: 10 additions & 0 deletions
10
config/non_production/config_split.patch.system.performance.yml
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,10 @@ | ||
adding: | ||
css: | ||
preprocess: true | ||
js: | ||
preprocess: true | ||
removing: | ||
css: | ||
preprocess: false | ||
js: | ||
preprocess: false |
This file was deleted.
Oops, something went wrong.
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,6 +1,7 @@ | ||
adding: | ||
module: | ||
new_relic_rpm: -20 | ||
disable_language: 0 | ||
log_stdout: 0 | ||
s3fs: 0 | ||
samlauth: 0 | ||
|
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,9 @@ | ||
adding: | ||
dependencies: | ||
module: | ||
- disable_language | ||
third_party_settings: | ||
disable_language: | ||
disable: true | ||
redirect_language: en | ||
removing: { } |
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,9 @@ | ||
adding: | ||
dependencies: | ||
module: | ||
- disable_language | ||
third_party_settings: | ||
disable_language: | ||
disable: true | ||
redirect_language: en | ||
removing: { } |
10 changes: 10 additions & 0 deletions
10
config/production/config_split.patch.system.performance.yml
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,10 @@ | ||
adding: | ||
css: | ||
preprocess: true | ||
js: | ||
preprocess: true | ||
removing: | ||
css: | ||
preprocess: false | ||
js: | ||
preprocess: false |
8 changes: 8 additions & 0 deletions
8
config/production/config_split.patch.user.role.content_editor.yml
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,8 @@ | ||
adding: | ||
dependencies: | ||
module: | ||
- disable_language | ||
permissions: | ||
- 'create content in disabled language' | ||
- 'view disabled languages' | ||
removing: { } |
8 changes: 8 additions & 0 deletions
8
config/production/config_split.patch.user.role.content_manager.yml
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,8 @@ | ||
adding: | ||
dependencies: | ||
module: | ||
- disable_language | ||
permissions: | ||
- 'create content in disabled language' | ||
- 'view disabled languages' | ||
removing: { } |
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,7 @@ | ||
_core: | ||
default_config_hash: 6zW_rU8a954fIICyUPwbzqTIo1LijBemdAEjafOYQ2s | ||
redirect_override_routes: | ||
- user.reset.login | ||
- entity.user.edit_form | ||
exclude_request_path: | ||
pages: '' |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -23,3 +23,4 @@ complete_list: | |
- views.view.watchdog | ||
partial_list: | ||
- core.extension | ||
- system.performance |
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
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