Changelog
2015-11-11
Dynamically calculate the amount of minutes the limit of online users is in indexPanel.tpl instead of a static 5 minutes.
Implemented new friends functions site wide.
Moved 67% of the premium related functions to the single User class.
Removed compatibility place holders.
Removed old friends functions in favour of the newer ones in the User object.
Don't automatically log the user out when viewing the ban page.
Added a notification when a friend comes online or goes offline (further improvement in detection is planned).
2015-11-10
Added new method to get friends (including pending ones), not yet site wide supported but I will add this all along with the removal of the legacy functions tomorrow.
2015-11-08
Moved some more functions from Users to User.
Fixed the ranks list not being populated.
Moved empty user data from Users to User.
2015-11-07
Changed deactivated avatar for the Yuuno.
Made the raw data variables in the User class private.
Added more accessible user data methods to the User class.
Removed Users::getUser and Users::getRank.
2015-11-06
Removed buggy template type checker.
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.