albertlast

Results 22 issues of albertlast

This issue is copy of smf, so i only looked in the possible critical part of elkarte to check if ther the same logic exists, so i don't test this...

enhancement
question

Maybe another pr which could be interessting for you: https://github.com/SimpleMachines/SMF2.1/pull/3636 Try to make this function more less db depended.

enhancement

I would like to notice that your pg table optimize( https://github.com/elkarte/Elkarte/blob/development/sources/database/DbTable-postgresql.php#L786 ) only refresh the planer stats but doesn't shrink the database/tables. For such like this you should look in...

fixes: #7525

PR: unreviewed

fixes: #7532

PR: unreviewed

Because of https://www.simplemachines.org/community/index.php?topic=581859.0 and https://www.simplemachines.org/community/index.php?topic=581859.0 i notice that the text of error loop got not enough information for support. So i extend the error message, to provide admin/support more information...

Tweak
Localization

extraced the group by logic in a own var, with the hope that it better is to read, instead of compress more logic into this inline. fixes: #7508 tested in...

PM
PR: unreviewed

i notice a thread about redis cache, so i implement this version, need to do some kind of test (i'm not able to test all the things like socket or...

Enhancement
Caching

PG got different syntax for deleting index. Atm we can't delete the ftx.

PostgreSQL
Database
PR: unreviewed

When the cache fail, smf is still using the cache, lead into a lock out from smf. Change to: Cache connection failed, cache is not used. Signed-off-by: albertlast [email protected]

Caching
PR: unreviewed