-
Notifications
You must be signed in to change notification settings - Fork 186
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
Remove UTF-8 charset warning from news #496
Comments
Nice find, I'd be happy to get rid of this. Please look at documentation too when you remove it 👍 |
danopz
added a commit
to danopz/news
that referenced
this issue
Apr 16, 2019
danopz
added a commit
to danopz/news
that referenced
this issue
Apr 17, 2019
…ud#496 Signed-off-by: Daniel Opitz <git@copynpaste.de>
Thanks |
nachoparker
added a commit
to nachoparker/news
that referenced
this issue
May 11, 2019
…reen * origin/master: (32 commits) prevent menu actions from collapsing sidebar (nextcloud#504) add "mark read" floating button mobile. Fixes nextcloud#469 (nextcloud#505) [tx-robot] updated from transifex [tx-robot] updated from transifex update js dependencies (nextcloud#500) [tx-robot] updated from transifex removed warning about non utf8mb4 charset for mysql/mariadb - nextcloud#496 (nextcloud#497) [tx-robot] updated from transifex [tx-robot] updated from transifex Update feed-io: adds UT timezone (nextcloud#495) [tx-robot] updated from transifex [tx-robot] updated from transifex Release 13.1.6 (nextcloud#490) Use nextclouds temp dir (nextcloud#493) [tx-robot] updated from transifex [tx-robot] updated from transifex UI: Make BasicAuth Credentials less important in subscribtion form Set tmp dir as cache for favicon embed codecov status remove coverage from integration run, upload to codecov ... Signed-off-by: nachoparker <nacho@ownyourbits.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Explain the Problem
Currently when we are running Nextcloud with MySQL without utf8mb4 enabled we are showing a notice in the notifications for this:
Non UTF-8 charset for MySQL/MariaDB database detected!
.Now that this warning is added to the server (nextcloud/server#14398, nextcloud/server#14857) setup check directly we could probably remove it from the news app - we shouldn't duplicate warnings here.
I would just like to know what you think. If decided I will create a pull request for that.
The text was updated successfully, but these errors were encountered: