Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4.1] Move the new task ini files to the correct folder #2138

Closed
jgerman-bot opened this issue Nov 28, 2021 · 0 comments · Fixed by #2166
Closed

[4.1] Move the new task ini files to the correct folder #2138

jgerman-bot opened this issue Nov 28, 2021 · 0 comments · Fixed by #2166

Comments

@jgerman-bot
Copy link

New language relevant PR in upstream repo: joomla/joomla-cms#36135 Here are the upstream changes:

Click to expand the diff!
diff --git a/administrator/language/en-GB/plg_system_schedulerunner.ini b/administrator/language/en-GB/plg_system_schedulerunner.ini
index 4c638f443e55..0b420aa189de 100644
--- a/administrator/language/en-GB/plg_system_schedulerunner.ini
+++ b/administrator/language/en-GB/plg_system_schedulerunner.ini
@@ -2,5 +2,6 @@
 ; (C) 2021 Open Source Matters, Inc. <https://www.joomla.org>
 ; License GNU General Public License version 2 or later; see LICENSE.txt
 ; Note : All ini files need to be saved as UTF-8
+
 PLG_SYSTEM_SCHEDULERUNNER="System - Schedule Runner"
 PLG_SYSTEM_SCHEDULERUNNER_XML_DESCRIPTION="This plugin is responsible for the lazy scheduling, webcron and click to run functionalities of com_scheduler. Besides that, this also implements form enhancers/manipulators for the com_scheduler component configuration."
diff --git a/administrator/language/en-GB/plg_system_schedulerunner.sys.ini b/administrator/language/en-GB/plg_system_schedulerunner.sys.ini
index 4c638f443e55..0b420aa189de 100644
--- a/administrator/language/en-GB/plg_system_schedulerunner.sys.ini
+++ b/administrator/language/en-GB/plg_system_schedulerunner.sys.ini
@@ -2,5 +2,6 @@
 ; (C) 2021 Open Source Matters, Inc. <https://www.joomla.org>
 ; License GNU General Public License version 2 or later; see LICENSE.txt
 ; Note : All ini files need to be saved as UTF-8
+
 PLG_SYSTEM_SCHEDULERUNNER="System - Schedule Runner"
 PLG_SYSTEM_SCHEDULERUNNER_XML_DESCRIPTION="This plugin is responsible for the lazy scheduling, webcron and click to run functionalities of com_scheduler. Besides that, this also implements form enhancers/manipulators for the com_scheduler component configuration."
diff --git a/plugins/system/tasknotification/language/en-GB/plg_system_tasknotification.ini b/administrator/language/en-GB/plg_system_tasknotification.ini
similarity index 91%
rename from plugins/system/tasknotification/language/en-GB/plg_system_tasknotification.ini
rename to administrator/language/en-GB/plg_system_tasknotification.ini
index ba7edac52e74..33e6f6bbcf83 100644
--- a/plugins/system/tasknotification/language/en-GB/plg_system_tasknotification.ini
+++ b/administrator/language/en-GB/plg_system_tasknotification.ini
@@ -1,3 +1,8 @@
+; Joomla! Project
+; (C) 2021 Open Source Matters, Inc. <https://www.joomla.org>
+; License GNU General Public License version 2 or later; see LICENSE.txt
+; Note : All ini files need to be saved as UTF-8
+
 PLG_SYSTEM_TASK_NOTIFICATION="System - Task Notification"
 PLG_SYSTEM_TASK_NOTIFICATION_FAILURE_MAIL_BODY="Hello,\n\n\nPlanned execution of Scheduled Task#{TASK_ID}, {TASK_TITLE}, has failed with exit code {EXIT_CODE} at {EXEC_DATE_TIME}.\n\nPlease visit the Joomla! backend for more information.\n\n{TASK_OUTPUT}"
 PLG_SYSTEM_TASK_NOTIFICATION_FAILURE_MAIL_SUBJECT="Task Failure"
diff --git a/administrator/language/en-GB/plg_system_tasknotification.sys.ini b/administrator/language/en-GB/plg_system_tasknotification.sys.ini
new file mode 100644
index 000000000000..58d22c600cb4
--- /dev/null
+++ b/administrator/language/en-GB/plg_system_tasknotification.sys.ini
@@ -0,0 +1,7 @@
+; Joomla! Project
+; (C) 2021 Open Source Matters, Inc. <https://www.joomla.org>
+; License GNU General Public License version 2 or later; see LICENSE.txt
+; Note : All ini files need to be saved as UTF-8
+
+PLG_SYSTEM_TASK_NOTIFICATION="System - Task Notification"
+PLG_SYSTEM_TASK_NOTIFICATION_XML_DESCRIPTION="Responsible for email notifications for execution of Scheduled tasks."
diff --git a/plugins/task/checkfiles/language/en-GB/plg_task_checkfiles.ini b/administrator/language/en-GB/plg_task_checkfiles.ini
similarity index 100%
rename from plugins/task/checkfiles/language/en-GB/plg_task_checkfiles.ini
rename to administrator/language/en-GB/plg_task_checkfiles.ini
diff --git a/plugins/task/checkfiles/language/en-GB/plg_task_checkfiles.sys.ini b/administrator/language/en-GB/plg_task_checkfiles.sys.ini
similarity index 100%
rename from plugins/task/checkfiles/language/en-GB/plg_task_checkfiles.sys.ini
rename to administrator/language/en-GB/plg_task_checkfiles.sys.ini
diff --git a/plugins/task/demotasks/language/en-GB/plg_task_demotasks.ini b/administrator/language/en-GB/plg_task_demotasks.ini
similarity index 100%
rename from plugins/task/demotasks/language/en-GB/plg_task_demotasks.ini
rename to administrator/language/en-GB/plg_task_demotasks.ini
diff --git a/plugins/task/demotasks/language/en-GB/plg_task_demotasks.sys.ini b/administrator/language/en-GB/plg_task_demotasks.sys.ini
similarity index 100%
rename from plugins/task/demotasks/language/en-GB/plg_task_demotasks.sys.ini
rename to administrator/language/en-GB/plg_task_demotasks.sys.ini
diff --git a/plugins/task/requests/language/en-GB/plg_task_requests.ini b/administrator/language/en-GB/plg_task_requests.ini
similarity index 100%
rename from plugins/task/requests/language/en-GB/plg_task_requests.ini
rename to administrator/language/en-GB/plg_task_requests.ini
diff --git a/plugins/task/requests/language/en-GB/plg_task_requests.sys.ini b/administrator/language/en-GB/plg_task_requests.sys.ini
similarity index 100%
rename from plugins/task/requests/language/en-GB/plg_task_requests.sys.ini
rename to administrator/language/en-GB/plg_task_requests.sys.ini
diff --git a/plugins/task/sitestatus/language/en-GB/plg_task_sitestatus.ini b/administrator/language/en-GB/plg_task_sitestatus.ini
similarity index 100%
rename from plugins/task/sitestatus/language/en-GB/plg_task_sitestatus.ini
rename to administrator/language/en-GB/plg_task_sitestatus.ini
diff --git a/plugins/task/sitestatus/language/en-GB/plg_task_sitestatus.sys.ini b/administrator/language/en-GB/plg_task_sitestatus.sys.ini
similarity index 100%
rename from plugins/task/sitestatus/language/en-GB/plg_task_sitestatus.sys.ini
rename to administrator/language/en-GB/plg_task_sitestatus.sys.ini
diff --git a/plugins/system/tasknotification/language/en-GB/plg_system_tasknotification.sys.ini b/plugins/system/tasknotification/language/en-GB/plg_system_tasknotification.sys.ini
deleted file mode 100644
index dffb2ef6e97f..000000000000
--- a/plugins/system/tasknotification/language/en-GB/plg_system_tasknotification.sys.ini
+++ /dev/null
@@ -1,2 +0,0 @@
-PLG_SYSTEM_TASK_NOTIFICATION="System - Task Notification"
-PLG_SYSTEM_TASK_NOTIFICATION_XML_DESCRIPTION="Responsible for email notifications for execution of Scheduled tasks."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

3 participants