Changelog
2015-10-22
Added post deletion.
Hid the last posts container on the forum frontpage when a display is smaller than 512px.
2015-10-20
Made the close button animation on the notifications smoother.
Added proper reply-mode and quote-mode to the forum.
2015-10-19
Fixed direct link to post link not working.
Fixed notification error being triggered when navigating quickly.
Fixed a timestamp being set as the last id instead of the post id.
Added lastInsertID support to the database wrapper.
2015-10-18
Fixed bug where user title doesn't show next to forum posts.
Removed development mode banner again.
Fixed the massive amount of shit PHP Storm was yelling at me about.
Fixed forum online indicator not working.
Fixed session destruction.
Added development mode banner.
Added a very early version of forum posting.
Implemented new session class.
2015-10-17
Partially fixed the session system thinking you're logged in to a deleted account were something to happen to the user id cookie.
Made warnings displayed on a user's profile.
Made the navbar in misaki sticky.
Added sidebar table styling.
Fixed resizing of tenshi benefits on yuuno on mobile.
2015-10-16
Fixed not 1:1 avatars being positioned weirdly in Misaki.
Moved all inline profile styling to a css block in misaki.
Added a new "user not found" page to misaki.
Removed special case for userid == 0 from imageserve.php so it actually serves the "User Deactivated" avatar instead of the "No avatar" one.
Fixed sakura using a wrong method to get the current URL.
Fixed user media links not being white on misaki.
Improved the look of the frontpage changelog.
Did the same for jQuery (which is required for bootstrap in manage, wouldn't want to be found dead using it myself).
Removed maxcdn link for font-awesome in favour of a locally hosted copy.