Changelog
2015-11-15
Made $_GET and $_POST accessible through the templating engine.
2015-11-13
Removed `topic_last_reply` from the `threads` table because it's used literally nowhere.
Dynamically load everything in the components folder as opposed to the static definitions before.
2015-11-12
Moved empty rank data from Users to Rank.
Set original filenames of images served through imageserve.php in the header.
Fixed alignment of Tenshi button and country flag with country name.
Fixed the onlineFriends session variable not being set when no friends are online.
Changed round() to floor() in the Main::timeElapsed function.
2015-11-11
Fixed the error handler using `id` instead of `error_id` for getting earlier logs.
Added a special method for requests using AJAX in the error handler.
Fixed friend online notifications happening on login.
Fixed confirming a friend request saying that a request has been sent.
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.