mybb
mybb copied to clipboard
MyBB is a free and open source forum software.
Change the PgSQL implementation of `DB_Base::replace_query()` to use `ON CONFLICT`, similar to other drivers (adjusting database requirements as needed), to avoid time-of-check to time-of-use (TOCTOU) issues. Implementations: - https://github.com/mybb/mybb/blob/mybb_1830/inc/db_pgsql.php#L1327 (old)...
Resolves #3123 This is still a work in progress. **TODO** - [X] Add a new interface for classes to check against anti-spam interfaces - [X] Better handling for errors when...
- Add Empty Folders & Export Messages back on PM menu. I'm not sure they're missing for an intentional reason. Icons might need replacement, ping @justinsoltesz here. - Fix wrong...
Hello! I'm trying to make it so certain events repeat every month. For example, from the 1st-8th of every month is a certain event. For some reason I cannot get...
- Resolves #4529 - resolves ACP's _Database Backups_ issue affecting binary fields (https://github.com/mybb/mybb/issues/4485#issuecomment-1073503619)
Using latest github pull. Apache 2.4.52 PHP-81 pgSQL-14.2(1) (PDO driver) 2022-03-24 07:11:01.002 UTC [2900] mybb@mybb ERROR: lastval is not yet defined in this session 2022-03-24 07:11:01.002 UTC [2900] mybb@mybb STATEMENT:...
I just did a test upgrade to php 8.0 (while running 1.8.30) and while a majority of things seemed to work, the Mark Forums Read (from the bottom of the...
Resolves #4525
Deprecate and prepare to remove the `php` setting type that may be used by plugins to render custom form entries on _Change Settings_ pages: https://github.com/mybb/mybb/blob/89ba6fd39fca4ede328f69deca9aba7b57f2c5d1/admin/modules/config/settings.php#L1537-L1541 During the deprecation period, add...
Resolves #4527