Flarum 0.1.0-beta.13 Released
I'm wondering if someone can develop an extender that can disable or enable all party extensions, I'm so tired. ^_^
add NORMAL support MariaDB 10.4+ version (and support utf8mb_unicode_ci)
TOWUK Flarum already supports MariaDB (although I'm not sure which version is the max) and we use unicode compatible table formats. The requirements listed in the docs are the minimum requirements, not the maximum. If your having issues I recommend opening a support issue in the support tag.
Further when it comes to NORMAL support I've noted that this is not an actual table type or anything of that nature but is rather a table structure format that is 100% theoretical and to be honest makes zero sense for Flarum, especially since you can use joins and unions to call pretty much any data you want. As for the "smaller database" claim the simple matter of the fact is that we don't duplicate the same data everywhere but we rather use relationships (which is basically what normal is in the first place) and the database is really small anyways.
tankerkiller125 ok, create new test flarum with mariaDB 10.4 - its bug (required Update password and errors in DB) i use maria db 10.1 and all ok!
Just upgraded my flarum
TOWUK If you're having specific issues with Flarum on a version of MariaDB, please open a new Support discussion so we can help diagnose the issue.
jordanjay29 okay, i have someone problems with plugin "approval", one moment
We did an upgrade to Beta 13 and notice that the "replyed to this" isnt showing in posts any more on new reply's (it shows on old posts).
if i look on this thread i sometimes see it working on some posts and sometimes dont see it working, on our forum it doesnt seem to work in all cases.
Is this a known issue already?
Powermage I noticed this on previous betas as well, but it seems to happen randomly
- Edited
I think it is reported only if the reply is not immediately adjacent. Or if there are two replies (since one of the two will certainly not be adjacent).
But maybe I misunderstood the problem.
matteocontrini I think robinodds is right.
It works when there are posts in between, but it doesnt work when the replyed post is directly below the post.
luceos I am not sure, it might have been intentional..
I guess you're right: clarkwinkelmann