Changelog
2025-02-20
Removed unused easter egg.
Fixed deleting (hopefully).
Imported core stuff from Misuzu.
Updated assproc.
Use JSX where possible.
Ported array and html funcs from Misuzu.
Slight adjustment to style assignment.
Adjusted fragment creation.
Reverted to the old removeChildren implementation.
Updated assproc for compat.
Bumped VERSION.
Rewrote the comments system. (#1)
2025-02-11
Added ability to filter search by topic.
2025-02-09
Use .env file instead of local config.
Moved constants out of misuzu.php.
No longer use random anonymous object for asset info.
Moved database methods into own context class.
Cleaned up use statements in misuzu context.
Added user name history beginnings.
Fixed detections.
Moved passwords out of the users table.
2025-02-08
Made timestamps be at the end of the users table like every other table.
Moved profile about sections into their own table.
Moved forum signatures into dedicated table.
Fixed query oversights.
Included new tables in account data exports.
Added id to the audit logs table.
Ran PHPstan checks.
Moved birthdate into separate table.
That's not nullable, oops.