Andras Iklody
Andras Iklody
Hello Mike, excellent summary, thanks a lot, we'll try to fix the identified issues, for internal use a checklist: - [x] Page: Administration, List Roles - unreadable table information -...
Hello there, definitely interested! If you could send it pgp encrypted to [email protected] using http://pgp.circl.lu/pks/lookup?op=get&search=0xEAADCFFC22BD4CD5 that would be great! Thanks a lot in advance.
Awesome @obert01, as always it's much appreciated. Will keep the title vs aria label issue in mind!
I've had a quick look: - new db changes ``` case 86: $sqlArray[] = sprintf("ALTER table users MODIFY description text;"); break; case 87: $sqlArray[] = "ALTER TABLE users ADD `last_login`...
Thanks a lot, merged into develop!
Hi @JakubOnderka - nice changes, good call on dropping all those indexes, initially those were queried rather than looped on after the fetch, so that's a lovely catch!
Ended up doing some changes too, sorry for diverging.
Yeah absolutely. A lot of the tables lack some indexes simply for historical reasons (for example a field that originally wasn't a target for any searches) - the problem with...
I mean the logs are really only used by the event history - whether you care about that or not is a different question. I see some value in it...
With that said - logs should never affect searches, so if you are having slow exports that is unrelated to this. It can be down to a bunch of different...