Changelog
2018-09-19
Fixed incorrect colour variable usage in profile header.
Made user cards match new profile look.
Made new profile's avatar styling reusable.
2018-09-18
Changed follow button text depending on mutuality.
Added a basic friends system.
2018-09-17
Restyled the accounts section accordingly with the new profile.
Added styling for relation display.
Added edit profile button to own profile.
2018-09-16
Updated the profile header massively.
Made changelog date headers not look out of place.
Rewrote the error reporter.
Always display page generation times to the administrator.
Allow running without a config file.
Added character check to colour_from_hex.
Removed some unnecessary OOP/"modularity" bloat.
2018-09-15
Removed custom config manager.
Fixed non-multibyte string checks being used.
2018-09-09
Updated the stylesheet to use CSS variables.
Removed remnants of the old dark theme.
2018-08-26
Added basic permission manager to the broom closet.
2018-08-23
Added the permission checks where required.
2018-08-19
Added permission checking to the forum listings.
2018-08-18
Renamed the global permission constants to a more sensible format.
Added library side of forum permissions code.
2018-08-17
Added @mentions to the comments.
Removed dormant usernames checks due to removal of spaces in usernames.
2018-08-16
Disallow spaces in usernames.
Made the management design so far more responsive.
Restyled changelog related manage pages.
Fixed user card wrapping issues.