-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
refactor: flarum 2.0 upgrade #43
Conversation
Update dependencies to Flarum 2.0 compatible versions.
Update the extension infrastructure
Some Flarum modules are now lazy loaded. Extending them requires a different approach.
Miscellaneous frontend changes
Miscellaneous backend changes
Start by formatting your code with Prettier.
Flarum 2.0 completely changes the JSON:API implementation
Flarum 2.0 uses PHPUnit 11 and encourages use of model factories for easier cross-database testing.
Many variables have been renamed to light/dark specific names and most are now used as CSS variables instead.
…views You now need to provide both plain text and HTML views for notification emails.
@SychO9 must have been a global str replace that did this, ammended
Should this PR also handle the renaming of the extension? I remember it was discussed for 2.0, but I don't know if one was chosen, ie |
@iamdarkle we just renamed it to flarum/gdpr from blomstra/gdpr so i don't think we'll want to rename it again. |
@iamdarkle feel free to push this onto the ideation discussion for 2.0+, we can either complete functionality to make it further GDPR compliant or focus entirely on data management alone 🤔 |
No description provided.