-
Notifications
You must be signed in to change notification settings - Fork 399
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #968 from HDInnovations/2.x.x
v2.2.3 Release
- Loading branch information
Showing
29 changed files
with
258 additions
and
225 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
@component('mail::message') | ||
# @lang('email.register-header') {{ config('other.title') }} ! | ||
**@lang('email.register-code')** | ||
@component('mail::button', ['url' => route('activate', $code), 'color' => 'blue']) | ||
@lang('email.activate-account') | ||
@endcomponent | ||
<p>@lang('email.register-footer')</p> | ||
<p style="word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;">{{ route('activate', $code) }}</p> | ||
# @lang('email.register-header') {{ config('other.title') }} ! | ||
**@lang('email.register-code')** | ||
@component('mail::button', ['url' => route('activate', $code), 'color' => 'blue']) | ||
@lang('email.activate-account') | ||
@endcomponent | ||
<p>@lang('email.register-footer')</p> | ||
<p style="word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;">{{ route('activate', $code) }}</p> | ||
@endcomponent |
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,7 +1,5 @@ | ||
@component('mail::message') | ||
# @lang('email.banned-header')! | ||
|
||
**Reason:** {{ $ban->ban_reason }} | ||
|
||
*@lang('email.banned-footer')* | ||
# @lang('email.banned-header')! | ||
**Reason:** {{ $ban->ban_reason }} | ||
*@lang('email.banned-footer')* | ||
@endcomponent |
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,7 +1,5 @@ | ||
@component('mail::message') | ||
# @lang('email.contact-header') {{ $input['email'] }} | ||
|
||
**@lang('email.contact-name'):** {{ $input['contact-name'] }} | ||
|
||
**@lang('email.contact-message'):** {{ $input['message'] }} | ||
# @lang('email.contact-header') {{ $input['email'] }} | ||
**@lang('email.contact-name'):** {{ $input['contact-name'] }} | ||
**@lang('email.contact-message'):** {{ $input['message'] }} | ||
@endcomponent |
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,10 +1,7 @@ | ||
@component('mail::message') | ||
# Your {{ config('other.title') }} Application | ||
|
||
Your application has been denied for the following reason: | ||
|
||
{{ $denied_message }} | ||
|
||
Thanks, | ||
{{ config('other.title') }} | ||
# Your {{ config('other.title') }} Application | ||
Your application has been denied for the following reason: | ||
{{ $denied_message }} | ||
Thanks, | ||
{{ config('other.title') }} | ||
@endcomponent |
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,11 +1,7 @@ | ||
@component('mail::message') | ||
# @lang('email.disabled-header')! | ||
|
||
Your account has been flagged as inactive and placed within the disabled group. In order to keep your account you MUST | ||
login within {{ config('other.soft_delete') }} days of receiving this email. Failure to do so will result in your | ||
account | ||
being permanently pruned from use on {{ config('other.title') }}! To avoid this in the future please login at least one | ||
time | ||
every {{ config('other.last_login') }} days. | ||
|
||
# @lang('email.disabled-header')! | ||
Your account has been flagged as inactive and placed within the disabled group. In order to keep your account you MUST | ||
login within {{ config('other.soft_delete') }} days of receiving this email. Failure to do so will result in your account | ||
being permanently pruned from use on {{ config('other.title') }}! To avoid this in the future please login at least one time | ||
every {{ config('other.last_login') }} days. | ||
@endcomponent |
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,10 +1,9 @@ | ||
@component('mail::message') | ||
# @lang('email.invite-header') {{ config('other.title') }} ! | ||
**@lang('email.invite-message'):** @lang('email.invite-invited') {{ config('other.title') }}. {{ $invite->custom }} | ||
@component('mail::button', ['url' => route('register', $invite->code), 'color' => 'blue']) | ||
@lang('email.invite-signup') | ||
@endcomponent | ||
<p>@lang('email.register-footer')</p> | ||
<p style="word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;"> | ||
{{ route('register', $invite->code) }}</p> | ||
# @lang('email.invite-header') {{ config('other.title') }} ! | ||
**@lang('email.invite-message'):** @lang('email.invite-invited') {{ config('other.title') }}. {{ $invite->custom }} | ||
@component('mail::button', ['url' => route('register', $invite->code), 'color' => 'blue']) | ||
@lang('email.invite-signup') | ||
@endcomponent | ||
<p>@lang('email.register-footer')</p> | ||
<p style="word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;">{{ route('register', $invite->code) }}</p> | ||
@endcomponent |
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,10 +1,10 @@ | ||
@component('mail::message') | ||
# @lang('email.newreply-header'): {{ $topic->name }} | ||
**@lang('email.newreply-message'):** | ||
<a href="{{ route('users.show', ['username' => $user->username]) }}">{{ $user->username }}</a> | ||
{{ strtolower(trans('email.newreply-replied')) }} | ||
<a href="{{ route('forum_topic', ['id' => $topic->id]) }}">{{ $topic->name }}</a> | ||
@component('mail::button', ['url' => route('forum_topic', ['id' => $topic->id]), 'color' => 'blue']) | ||
@lang('email.newreply-view') | ||
@endcomponent | ||
# @lang('email.newreply-header'): {{ $topic->name }} | ||
**@lang('email.newreply-message'):** | ||
<a href="{{ route('users.show', ['username' => $user->username]) }}">{{ $user->username }}</a> | ||
{{ strtolower(trans('email.newreply-replied')) }} | ||
<a href="{{ route('forum_topic', ['id' => $topic->id]) }}">{{ $topic->name }}</a> | ||
@component('mail::button', ['url' => route('forum_topic', ['id' => $topic->id]), 'color' => 'blue']) | ||
@lang('email.newreply-view') | ||
@endcomponent | ||
@endcomponent |
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,4 @@ | ||
@component('mail::message') | ||
# @lang('email.pruned-header')! | ||
|
||
Your account has been permanently pruned from use on {{ config('other.title') }} due to prolonged inactivity! | ||
|
||
# @lang('email.pruned-header')! | ||
Your account has been permanently pruned from use on {{ config('other.title') }} due to prolonged inactivity! | ||
@endcomponent |
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,10 +1,7 @@ | ||
@component('mail::message') | ||
# @lang('email.report-header') {{ config('other.title') }} ! | ||
**@lang('email.report-email'):** {{ $report->email }} | ||
|
||
**@lang('email.report-link'):** {{ $report->url }} | ||
|
||
**@lang('email.report-link-hash'):** {{ $report->link->hash }} | ||
|
||
**@lang('email.report-comment'):** {{ $report->comment }} | ||
# @lang('email.report-header') {{ config('other.title') }} ! | ||
**@lang('email.report-email'):** {{ $report->email }} | ||
**@lang('email.report-link'):** {{ $report->url }} | ||
**@lang('email.report-link-hash'):** {{ $report->link->hash }} | ||
**@lang('email.report-comment'):** {{ $report->comment }} | ||
@endcomponent |
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,8 +1,6 @@ | ||
@component('mail::message') | ||
# Test Email | ||
|
||
Your test email has been successfully delivered! Looks like your mail configs are on point! | ||
|
||
Thanks, | ||
{{ config('other.title') }} | ||
# Test Email | ||
Your test email has been successfully delivered! Looks like your mail configs are on point! | ||
Thanks, | ||
{{ config('other.title') }} | ||
@endcomponent |
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,7 +1,5 @@ | ||
@component('mail::message') | ||
# @lang('email.unban-header')! | ||
|
||
**Reason:** {{ $ban->unban_reason }} | ||
|
||
*@lang('email.unban-footer')* | ||
# @lang('email.unban-header')! | ||
**Reason:** {{ $ban->unban_reason }} | ||
*@lang('email.unban-footer')* | ||
@endcomponent |
Oops, something went wrong.