User tests: Successful: Unsuccessful:
deprecate $app
and $db
property in ActionLogPlugin and their possible use replaced
I'm not sure about the horizon (J6.0 or J7.0) of the removal of the properties
check action logs are still working
deprecation messages are logged
joomla-cms/libraries/src/Plugin/CMSPlugin.php
Line 138 in bd79fd3
joomla-cms/libraries/src/Plugin/CMSPlugin.php
Line 148 in bd79fd3
deprecation messages are still logged, but properties are no longer used and now themselves deprecated
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org: joomla/Manual#210
Status | New | ⇒ | Pending |
Category | ⇒ | Administration |
So the code to set the properties (in CMSPlugin) is not removed before 7.0?
Labels |
Added:
PR-5.1-dev
|
So the code to set the properties (in CMSPlugin) is not removed before 7.0?
yes next+1 major version
also can you please create a deprecation entry in https://manual.joomla.org/migrations/50-51/new-deprecations
Labels |
Added:
Feature
|
also can you please create a deprecation entry in https://manual.joomla.org/migrations/50-51/new-deprecations
Done. joomla/Manual#210
So the code to set the properties (in CMSPlugin) is not removed before 7.0?
If we will do that, then we still can copy the code to this class to support the properties till 7.0. But I doubt that we go to remove the code in CMSPlugin in 7.0.
I have tested this item ✅ successfully on 4fbb778
I have tested this item ✅ successfully on 4fbb778
Tested with the action log plugin of DPCalendar.
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2024-03-04 12:44:48 |
Closed_By | ⇒ | LadySolveig |
If you do it in 5.0,then the removal must be 7.0.