-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Convert the content plugins to service providers #40561
Convert the content plugins to service providers #40561
Conversation
@laoneo PHPCS fails due to method names with underscores. It either needs to fix that in the file itself, or you add the file to this rule at the right place: https://github.com/joomla/joomla-cms/blob/4.4-dev/ruleset.xml#L150 Update: Details from drone
|
@sandewt do you have time to test this one? |
I'll make some time. Testing is phased. Vote plugin: tested successfully (1)
Load Modules plugin: tested successfully (2)
Finder plugin: tested successfully (3)
Rest follows... [EDIT] |
* get application from plugin * Revert pagenavigation
I have tested this item ✅ successfully on f391d2f This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/40561. |
@MacJoom Hmm, not really helpful to do a branch update without restoring @heelc29 's test result in the issue tracker using the "Alter test" button. A branch update always resets the human tests counter, and so we won't find this PR later after another human test when we are searching for PR's which have 2 tests for setting them RTC. I have restored the test in the issue tracker now, but you can't always count on me being around. |
* Add deleted files from #40066 , #40092 , #40142 and #40146 * Add deleted files from #40180 and #40174 * Add deleted files from #39527 , #39535 , #40169 and #40173 * Add deleted files from #39552 , #39931 , #39628 and #40328 * Add deleted files from #40216 * Add deleted files from #40561 , #40190 and #40205
It's great that this PR has been merged, but I can't keep up with the pace of testing. See above. 😓 |
No problem, target was to ship it with the first alpha. Hopefully we get then a bigger audience which will check it. |
Summary of Changes
Converts the rest of the content plugins to service providers.
Testing Instructions
Actual result BEFORE applying this Pull Request
All works.
Expected result AFTER applying this Pull Request
All works.
Link to documentations
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