-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
60 additions
and
2 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
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 @@ | ||
File |
1 change: 1 addition & 0 deletions
1
_output/phrases/tckDeveloperTools_hidden_file_based_email_transport.txt
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 @@ | ||
Hidden file-based email transport |
2 changes: 1 addition & 1 deletion
2
_output/template_modifications/admin/developerTools_option_template_emailTransport.json
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
9 changes: 9 additions & 0 deletions
9
_output/template_modifications/admin/tckDevTools_option_template_advancedEmailTransport.json
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 @@ | ||
{ | ||
"template": "option_template_advancedEmailTransport", | ||
"description": "Custom label for email transport method is using \"file\" type", | ||
"execution_order": 6119, | ||
"enabled": true, | ||
"action": "preg_replace", | ||
"find": "{(^\\s<xf:if is=\"\\$option\\.option_value\\.emailTransport.*?>.*?)(<xf:else \\/>$)}sm", | ||
"replace": "$1<xf:elseif is=\"$option.option_value.emailTransport == 'file'\" />\n\t\t<div>{{ phrase('tckDeveloperTools_hidden_file_based_email_transport') }}</div>\n\t$2" | ||
} |
9 changes: 9 additions & 0 deletions
9
_output/template_modifications/admin/tckDeveloperTools_option_email_transport_setup_a.json
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 @@ | ||
{ | ||
"template": "option_email_transport_setup", | ||
"description": "Enable hidden file-based email transport option (XF 2.3)", | ||
"execution_order": 6119, | ||
"enabled": true, | ||
"action": "str_replace", | ||
"find": "<xf:option value=\"smtp\"", | ||
"replace": "\t<xf:option value=\"file\">{{ phrase('tckDeveloperTools_file') }}</xf:option>\n$0" | ||
} |
9 changes: 9 additions & 0 deletions
9
_output/template_modifications/admin/tckDeveloperTools_option_email_transport_setup_b.json
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 @@ | ||
{ | ||
"template": "option_email_transport_setup", | ||
"description": "Enable hidden file-based email transport option (XF 2.3)", | ||
"execution_order": 6119, | ||
"enabled": true, | ||
"action": "str_replace", | ||
"find": "$option.option_value.emailTransport|to_upper", | ||
"replace": "($option.option_value.emailTransport == 'file') ? phrase('tckDeveloperTools_hidden_file_based_email_transport') : $0" | ||
} |