Changelog
2016-01-22
Fixed full country name not being displayed.
Removed the 600px minimum height of the main container.
Removed SSL redirector.
Fixed word explosion.
Fixed ranks causing an PHP error due to a missing variable.
Hide deactivated and restricted users from the all users list.
Display post id on before the post date.
Fixed age display.
Added user bbcode (usage: [user]2[/user] -> styled "Flashwave" with link to profile).
2016-01-20
Added jlist ads (hardcoded for now).
Fixed signatures not filtering htmlentities.
Removed parsedown and dependencies.
Fixed user being deactivated after being unrestricted.
Fixed error 500 while trying to restrict someone.
Moved sorting code for the memberlist to the template instead of the php file.
Fixed username change date displays.
Removed background parallax effect.
2016-01-18
Fixed denying friend requests, albeit in a strange way.
Fixed ghastly commas in the online list.
"Removed" visible references to the PM system.
Fixed error on authentication page while logged in (why would you go there while logged in anyway?).
Fixed notification close button being broken on small screens.
Fixed reference to User::email() during registration.
2016-01-17
Fixed the profile explosion bug.
Changed the way online users are displayed.
Added profile headers to yuuno.
2016-01-16
Moved all option/profilefield data to separate tables instead of a dodgy json in the users table.
Moved uploads to the database.
Added an unread indicator to sub-forums.
Renamed Main class to Utils as it doesn't serve as a "main" class anymore