[4.4] Rebuild mod_footer with new Joomla 4 structure#40066
[4.4] Rebuild mod_footer with new Joomla 4 structure#40066laoneo merged 32 commits intojoomla:4.4-devfrom
Conversation
joomdonation
left a comment
There was a problem hiding this comment.
Thanks for working on on this @sandewt . Overall, it looks good. Just some minor suggestions from me and I think it should be fine.
Is no longer necessary
no need to use Helper
No longer necessary
$list moved by $lineOne
Forgot somethingto change
sergeytolkachyov
left a comment
There was a problem hiding this comment.
I would be careful when changing the layout files, since many people may have redefinitions that are in the tmpl module or in the template and their files will have old variable names, which will cause an error when updating Joomla and force them to look for the cause.
joomdonation
left a comment
There was a problem hiding this comment.
Thanks. There are still some minor things left and we should be good.
$data['lineOne'] to $data['lineone']
$lineOne to $lineone
|
Can you guys rebase this and the other pr's which do convert the modules to service providers to the 4.4 branch? |
More consistent with other provider.php files
Small type
How can I convert this PR in an easy way? |
|
Click on the edit button next to the title and then change the target branch. |
|
Thanks! |
* 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
Pull Request for Issue # .
Summary of Changes
Rebuild mod_footer with new Joomla 4 structure
See: testing Instructions
Testing Instructions
Just try to use it as usual.
Actual result BEFORE applying this Pull Request
Module works
Expected result AFTER applying this Pull Request
Module 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
Related to #39931 (mod_custom). Thks @sergeytolkachyov and @joomdonation
[EDIT mod_footer system test #40114]