-
Notifications
You must be signed in to change notification settings - Fork 282
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
Drop ini backend support #4765
Drop ini backend support #4765
Conversation
1cb4afc
to
bddaf5d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Don't remove the
DbStoreTest
, update it - Use new syntax (
[]
, type declarations, return types, etc) for the moved methods in classPreferencesStore
aacf6c2
to
5487152
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should rebase as well, the utf8 change has been merged.
95aec12
to
d61ec87
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make also sure to check the wizard
33c6eca
to
7ddf3d3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine. Didn't test yet though.
9779390
to
c847414
Compare
Remove `DbStore.php` Since all user preferences must be stored in the database, it is not necessary to have a child class.
3792502
to
53fc351
Compare
The user preferences backend is now always a `db`.
This reverts commit ea03ecd.
53fc351
to
bbbe9ee
Compare
No description provided.