-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
[5] add2scheduler-deleteactionlogs #41064
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
Merged
HLeithner
merged 42 commits into
joomla:5.0-dev
from
alikon:add2scheduleractionlogsdelete
Sep 3, 2023
Merged
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
2e165be
add2schedulerdeleteactionlogs
alikon 682011f
cs
alikon f4d8830
Merge branch '5.0-dev' into add2scheduleractionlogsdelete
richard67 8dceb85
Merge branch '5.0-dev' into add2scheduleractionlogsdelete
alikon 200385c
Merge branch '5.0-dev' into add2scheduleractionlogsdelete
alikon 60416f4
Rename 5.0.0-2023-06-27.sql to 5.0.0-2023-08-05.sql
alikon 78d561e
Rename 5.0.0-2023-06-27.sql to 5.0.0-2023-08-05.sql
alikon fbb1ee6
Merge branch '5.0-dev' into add2scheduleractionlogsdelete
alikon 2995d49
Rename 5.0.0-2023-08-05.sql to 5.0.0-2023-08-25.sql
alikon 20e30d0
Rename 5.0.0-2023-08-05.sql to 5.0.0-2023-08-25.sql
alikon fb00aa1
Merge branch '5.0-dev' into add2scheduleractionlogsdelete
richard67 244e418
Update plugins/task/deleteactionlogs/src/Extension/DeleteActionLogs.php
alikon 0e6d831
blank-line
alikon f1041ff
blank-line
alikon 4683e02
blank-line
alikon 3b8a73d
Merge branch '5.0-dev' into add2scheduleractionlogsdelete
alikon 11529ef
remove config node
alikon d536de2
Merge branch '5.0-dev' into add2scheduleractionlogsdelete
alikon f246278
Rename 5.0.0-2023-08-25.sql to 5.0.0-2023-08-30.sql
richard67 1a2b8e6
Rename 5.0.0-2023-08-25.sql to 5.0.0-2023-08-30.sql
richard67 f68baf4
Merge branch '5.0-dev' into add2scheduleractionlogsdelete
richard67 674716e
Deprecate language strings
richard67 fecf645
Single quotes
richard67 2bd6987
Remove extra reference assignment for dispatcher argument
richard67 1ffe4fc
Do it in the same way as in PR #40553
richard67 650c619
Rename 5.0.0-2023-08-30.sql to 5.0.0-2023-09-02.sql
richard67 e0f6fca
Rename 5.0.0-2023-08-30.sql to 5.0.0-2023-09-02.sql
richard67 2e374b3
Merge branch '5.0-dev' into add2scheduleractionlogsdelete
richard67 f41ad5e
Merge branch '5.0-dev' into add2scheduleractionlogsdelete
richard67 f422632
Merge branch '5.0-dev' into add2scheduleractionlogsdelete
richard67 a72b4c0
Merge branch '5.0-dev' into add2scheduleractionlogsdelete
richard67 ea4f356
Merge branch '5.0-dev' into add2scheduleractionlogsdelete
richard67 0a904c8
Fix lastrun default on update
richard67 ce98f5d
Merge branch '5.0-dev' into add2scheduleractionlogsdelete
richard67 19042c4
CS
richard67 3adbe62
Merge branch '5.0-dev' into add2scheduleractionlogsdelete
richard67 e6acc2a
deploy version
richard67 ae3d0cf
Do nothing if params is an empty JSON
richard67 65f5245
Merge branch '5.0-dev' into add2scheduleractionlogsdelete
richard67 60305b2
Fix migration methods and comment typos
richard67 b313812
Use the right task type
richard67 4ffde9b
Fix undefined array element "exec-day"
richard67 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
1 change: 1 addition & 0 deletions
1
administrator/components/com_admin/sql/updates/mysql/5.0.0-2023-09-02.sql
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
1 change: 1 addition & 0 deletions
1
administrator/components/com_admin/sql/updates/postgresql/5.0.0-2023-09-02.sql
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
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
10 changes: 10 additions & 0 deletions
10
administrator/language/en-GB/plg_task_deleteactionlogs.ini
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| ; Joomla! Project | ||
| ; (C) 2023 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_TASK_DELETEACTIONLOGS="Task - Delete Action Logs" | ||
| PLG_TASK_DELETEACTIONLOGS_DELETE_DESC="Delete Action logs after days" | ||
| PLG_TASK_DELETEACTIONLOGS_DELETE_TITLE="Delete ActionLogs - Task" | ||
| PLG_TASK_DELETEACTIONLOGS_LOG_DELETE_PERIOD="Days to delete action logs after" | ||
| PLG_TASK_DELETEACTIONLOGS_XML_DESCRIPTION="This plugin for schedule Action Logs delete Tasks." |
7 changes: 7 additions & 0 deletions
7
administrator/language/en-GB/plg_task_deleteactionlogs.sys.ini
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| ; Joomla! Project | ||
| ; (C) 2023 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_TASK_DELETEACTIONLOGS="Task - Delete Action Logs" | ||
| PLG_TASK_DELETEACTIONLOGS_XML_DESCRIPTION="This plugin for schedule Action Logs delete Tasks." |
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <extension type="plugin" group="task" method="upgrade"> | ||
| <name>plg_task_deleteactionlogs</name> | ||
| <author>Joomla! Project</author> | ||
| <creationDate>2023-07</creationDate> | ||
| <copyright>(C) 2023 Open Source Matters, Inc.</copyright> | ||
| <license>GNU General Public License version 2 or later; see LICENSE.txt</license> | ||
| <authorEmail>admin@joomla.org</authorEmail> | ||
| <authorUrl>www.joomla.org</authorUrl> | ||
| <version>5.0.0</version> | ||
| <description>PLG_TASK_DELETEACTIONLOGS_XML_DESCRIPTION</description> | ||
| <namespace path="src">Joomla\Plugin\Task\DeleteActionLogs</namespace> | ||
| <files> | ||
| <folder>forms</folder> | ||
| <folder plugin="deleteactionlogs">services</folder> | ||
| <folder>src</folder> | ||
| </files> | ||
| <languages> | ||
| <language tag="en-GB">language/en-GB/plg_task_deleteactionlogs.ini</language> | ||
| <language tag="en-GB">language/en-GB/plg_task_deleteactionlogs.sys.ini</language> | ||
| </languages> | ||
| </extension> |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.