Changelog
2015-11-06
Renamed Configuration class to Config.
Removed old template engine wrapper.
Implemented the new template engine wrapper everywhere.
Renamed Forum class to Forums.
2015-11-04
Fixed the error happening on submission of a comment when not logged in.
Restyled the navigation bar in Misaki using flexbox.
Fixed sticky elements in Misaki not working in other browsers than Firefox.
2015-11-01
Added forum index to Misaki.
Added some beginning bits for pagination in viewforum and viewtopic.
Added placeholder templates in Misaki.
Removed fallback stuff from the new templating wrapper.
2015-10-31
Made index.php use this new templating engine.
Added new template engine wrapper.
Made the size of the navigation change in size when entering float mode.
Made the profile header float.
2015-10-24
Quick signature patch.
Added signatures.
2015-10-23
Changed some of attributes of the internal fallback user and rank.
2015-10-22
Added login rate limiting.
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.