Changelog
2015-08-19
Cleaned up unneeded things from profile.php.
Added expirimental site wide profile background feature.
Switched currently logged in user data to the new API and fixed some references to checkLogin.
Made it possible to initialise a User object with the username_clean of that user.
Added OR statement capabilities to the database library.
Converted profile.php to the new user API.
Fixed incorrect counting on the List view in the memberlist (how did I miss this for 4 months?).
Begin work on a User class (different from the Users class) to easily get a user's data in a usable state.
Fixed the lie in the previous change changing the __only__ use of it to associative.
Made the SQL wrapper only fetch an associative array since the numbered one is not used anywhere.
2015-08-18
Added username glow based on the user's username colour.
Fixed urls in Misaki.
2015-08-13
Added permission check when trying to enter manage.
Fixed some broken links on manage.
2015-08-12
Added device icons to Yuuno.
2015-08-11
Added dynamicness(?) to the profile editing section.
Fixed error caused by users table being empty on front page.
Removed unneeded rules from .htaccess in the content folder.
2015-08-10
Cleaned settings templates up.
Fixed usage of wrong variable to check if user is online on the profiles.
Removed old userpages code.
Removed the function for changing password using a legacy pass.
Added background uploading.
Fixed user actions showing up for deleted users.
Added AJAX friend actions on viewtopic.
Fixed user actions showing up when logged out on viewtopic.
Made AJAX object generator more convenient.
Show person that made the change in the changelog.
Use "Revision" instead of "Build" on the changelog.
Removed legacy password hash support, if your account still uses this method request a password reset email.