[4.1] Schedule Tasks notification dates#37556
Merged
richard67 merged 2 commits intojoomla:4.1-devfrom Apr 15, 2022
Merged
Conversation
Change to use DATE_FORMAT_LC instead of RFC822 to enable translated dates in the notification emails. To test make sure that your test site will send emails Create a scheduled task and set the notification for task success to enabled Install russian language and set to default for admin Go to the list of scheduled tasks and perform a test run of the scheduled task. ### Before PR The email will look similar to > Задача #3, checking images, успешно выполнена Fri, 15 Apr 2022 08:54:34 +0000. ### After PR The email will look similar to > Задача #3, checking images, успешно выполнена Пятница, 15 апреля 2022, 09:09.
Contributor
|
I have tested this item ✅ successfully on 36dc0ff This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/37556. |
Contributor
|
I have tested this item ✅ successfully on 36dc0ff This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/37556. |
Contributor
|
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/37556. |
Member
|
Thanks all. |
Contributor
Author
|
Thanks |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change to use DATE_FORMAT_LC instead of RFC822 to enable translated dates in the notification emails.
To test
make sure that your test site will send emails
Create a scheduled task and set the notification for task success to enabled
Install russian language and set to default for admin
Go to the list of scheduled tasks and perform a test run of the scheduled task.
Before PR
The email will look similar to
After PR
The email will look similar to
Pull Request for Issue #36522 .