John Rayes

Results 54 issues of John Rayes

- Fixes #7227

Package Manager

- A side effect is more speed which is expected because memory allocations are slow. - This retains the same behavior which duplicates permission profiles for the sake of showing...

Performance
Administrative
PR: draft

Also remove the `disabled` flag as it really wasn't needed - Alternative fix for #6925 - ref #6926 Signed-off-by: John Rayes

Theme

https://github.com/SimpleMachines/SMF2.1/blob/0f375f1b9b6682e9cf8415624296281b1559441e/Sources/RepairBoards.php#L603-L618 ```sql ANALYZE format=json SELECT t.id_topic, t.id_first_msg, t.id_last_msg, CASE WHEN MIN(ma.id_msg) > 0 THEN CASE WHEN MIN(mu.id_msg) > 0 THEN CASE WHEN MIN(mu.id_msg) < MIN(ma.id_msg) THEN MIN(mu.id_msg) ELSE MIN(ma.id_msg) END...

Database
Performance

The lookarounds prevented colors in backgrounds or box shadows from being matched. They also a little slow. And that huge alternation built up from the array needlessly slows everything down.

I find myself always doing a double take when going for the code button. I would accidentally click the quote icon (it is adjacent). For reference, the editor we were...

Enhancement
themes

This is the new theme started by @twitchismental I still need to convert several form grids to use CSS grids instead of floats. Also the grids abuse definition list markup,...

Theme

from https://stackoverflow.com/a/62470009/4710434 > If you haven't configured timeout in your code, It will be the default request timeout of your browser. > > **1) Firefox - 90 seconds** > >...

JavaScript

from https://www.simplemachines.org/community/index.php?topic=579109.msg4099001#msg4099001 > 1. About a third of a time, the Quote Selected Text button does not appear, regardless of whether the text is selected from beginning to end, or...

JavaScript