User tests: Successful: Unsuccessful:
Static function getList is after applying pull request deprecated and new non-static method getStats created in StatsHelper.
Module works as expected
Module works same way as before applying pull request
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
Status | New | ⇒ | Pending |
Category | ⇒ | Modules Front End |
I have tested this item ✅ successfully on 15ba980
Using nightly build.
Just realised I am testing with PHP8.3 - everything seems to work. For this PR I do not see a deprecated notice with or without the patch. Am I supposed to?
Just realised I am testing with PHP8.3 - everything seems to work. For this PR I do not see a deprecated notice with or without the patch. Am I supposed to?
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/42907.
@ceford No, deprecated static function in helper file may be still used by other extensions (probably only 3rd party), so this is the case, when this deprecated function is called. Module mod_stats is now using new non-static method from helper, so there is no deprecation notice.
I have tested this item ✅ successfully on 15ba980
Status | Pending | ⇒ | Ready to Commit |
Labels |
Added:
PR-5.1-dev
|
RTC
Labels |
Added:
RTC
|
Status | Ready to Commit | ⇒ | Pending |
Back to pending as there have been made changes.
Labels |
Removed:
RTC
|
I have tested this item ✅ successfully on 1dbe39e
Was successful and noticed that in Joomla Debug, there seems to be fewer Queries after Patch.
Before Patch: 28 statements were executed, 6 of which were duplicates, 22 unique
After Patch: 25 statements were executed, 2 of which were duplicates, 23 unique
so if intended great and even if not, fewer = better so great :)
Thanks for yet another good fix.
I have tested this item ✅ successfully on 1dbe39e
Status | Pending | ⇒ | Ready to Commit |
RTC
I have tested this item ✅ successfully on 1dbe39e
great to see all these tests @cybersalt - hope this will become a regular thing
This pull request has been automatically rebased to 5.2-dev.
Title |
|
Labels |
Added:
Feature
RTC
PR-5.2-dev
|
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2024-05-07 09:20:05 |
Closed_By | ⇒ | pe7er |
Thanks @joomlaweby !
After click on
Apply Patch
in Patchtester only a red Message is shown: "The file marked for modification does not exist: modules/mod_stats/src/Dispatcher/Dispatcher.php".