Changelog
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
Added rank manager.
Added session manager.
Added account deactivation.
Fixed Age calculation (didn't take leap years in account).
2016-01-14
Removed Personal Statistics from the settings homepage.
Removed HTTP_HOST from sakura.currentPage in the templating vars (everything happens on a single domain now).
Fixed PayPal redirect not using HTTPS.
Removed the bundled Sock Chat integration along with the integrations folder.
Display the logged IPs and e-mail of users on their profiles for moderators.
Made the notification sound less loud.
2016-01-10
Made the banned avatar be displayed for banned users.
Added (ghetto) restricted mode toggle.
Fully implemented forum permissions.
Added forum moderation tools.
Made thread locking effective.
Changed the announcement thread icon.
Removed the refresh button from the thread view.
Fixed errors in the post deletion code.
Fixed the post editor never displaying errors.
2016-01-09
Removed the `sakura_posts.post_signature` column.
Fixed post editing.
Fixed news posts in different categories (I honestly forgot this was a feature) not linking to their posts properly.
Implemented checking if an e-mail address has already been used by someone else.