Jon Stovell
Jon Stovell
#### Description Suppose that User A writes a post and has like notifications turned on. Then suppose that User B clicks the like button for that post twice (i.e. liking...
Release 2022b of the TZDB includes a rename of `Europe/Kiev` to `Europe/Kyiv`. This PR updates SMF to match. See https://data.iana.org/time-zones/tzdb/NEWS Also expands our coverage for time zone fallbacks. This helps...
@jdarwood007, let's use this to work collaboratively on the installer/upgrader rewrite. - [x] Add Schema for 3.0 - [x] Add Initial framework for Maintenance logic - [x] Build Installer logic...
### Basic Information Attachments are being served to mobile browsers with a "Content-Disposition: inline" header when they should be served with a "Content-Disposition: attachment" header. https://www.simplemachines.org/community/index.php?msg=4169626 ### Steps to reproduce...
Inspired by discussion in SimpleMachines/SMF2.0#212, this PR consolidates and simplifies a bunch of redundant code that was used for handling HTML entities. The changes can be summarized as follow: 1....
- [ ] Upgrade all MySQL tables to use utf8mb4. - [ ] Get rid of `Utils::$context['utf8']` - [ ] Change `Utils::fixUtf8mb4()` to encode **or decode** as appropriate based on...
From the PR notes for #7676: > Because changes to theme templates in a patch release have a high likelihood of causing problems for existing custom themes, I took extra...
The continuing proliferation of TLDs is causing a steady increase in complaints about unexpected links in text. For example, writing [files.zip](https://files.zip/) in a post now creates a link, because zip...
To prevent attempts to use Unicode character spoofing to cause mischief, integrate the [Spoof Detector](https://custom.simplemachines.org/index.php?mod=4329) mod directly into SMF.