Skip to content
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

Update modules in ExtensionHelper.php core extensions list to fix PHP notice after update #39

Conversation

richard67
Copy link

@richard67 richard67 commented Aug 11, 2019

Pull Request (PR) for joomla#25570.

This fixes the PHP notice mentioned in the comment here:#37 (comment), I've just tested this.

The reason is that the extensions helper holds a table of core extensions for which no update check is made like it would be for 3rd party extensions. The new modules from the backend template were not in the list and so caused an update check which failed.

@bembelimen bembelimen merged commit 397ac69 into bembelimen:backend-template Aug 12, 2019
@bembelimen
Copy link
Owner

Thanks @richard67 for all of your PRs

@richard67 richard67 deleted the backend-template-extensions-helper branch August 12, 2019 22:47
@richard67
Copy link
Author

Welcome. Just wanted to help to fix db stuff. New template looks good by the way.

bembelimen pushed a commit that referenced this pull request Dec 7, 2020
- Move the fonts abd their scss to `build/media_source/fonts`
- Modify the the css build script so it copies the fonts and the compiled css to `media/fonts`.
- Use a `filelist` field for selecting the fonts => No need to edit `templateDetails.xml` anymore for adding new fonts.
- Dynamically register the asset so no need to edit `joomla.asset.json` anymore for adding new fonts.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants