Changelog
2015-08-23
Restructured the startup process.
Added special cases for restricted users.
Merged messages.php and settings.php.
Rewrote settings page handling.
Fixed broken reference to current page variable in the logout link.
Added repeated linear gradient to the JavaScript message because I could.
Removed a reference to the legacy password hashing method in Users::checkLogin().
2015-08-22
Fixed premium purchasing being broken somehow.
2015-08-21
Fixed sitewide background making text on Members page unreadable.
Switched to a less disgusting purple for the selection of user boxes.
Fixed youtubetype being ignored on the profile.
Implemented permission checking for all the settings in the Aesthetics category.
Added a fallback to the User class that checks using a LIKE statement.
Added banner to footer on unstable revisions.
Fixed values of additional profile values not showing up properly.
Split the SQL fetch function up into select and fetch functions for possible future use.
Fixed an ancient issue where the avatar in the header leaves its containers.
Fixed user uploads removal.
Added new options menu (replaces site wide background checkbox).
Changed /r/ urls to /p/ to not have it be confused with subreddit.
Moved image serving file to the new user api.
2015-08-20
Made the "Enable JavaScript" message look a bit less mentally challenged.
Fixed font on changelog not displaying correctly.
Cleaned up the sakura template variable.
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.