Changelog
2015-06-28
Changed Edit icon on profiles.
Added basic topic viewing support.
Fixed bug in the friends system where getFriends() only returns one friend.
Fixed all (found) bugs related to the previously listed change.
Removed getUserProfileData() which decodes the json in the userData column and do it in the getUser() function.
2015-06-27
Added basic topic list support.
Added support for infinite subforums.
Made some of the functions in the Configuration class more readable.
Fixed an error in the password reset process.
Changed the die() in the version checker to a trigger_error().
Put the Forum Listing and Front Page in the same PHP file as they both request nearly identical info (only difference is probably news post/forum posts).
2015-06-21
Added a bbcode parser.
Changed the options next to the avatar on the index panel.
2015-06-20
Removed remaining code for the old profile API.
Fixed settings page being usable when logged out.
Changed & to & in some URLs.
Added friends system.
2015-06-19
Added notification history section contents to settings panel.
2015-06-04
Added /header to profile for spooky things.
Redid some of the users table structure.
2015-06-02
Added JSON indentation/pretty printing function.
2015-05-30
Removed old deactivation checking method.
Fixed logged out users inherit permission strings from random user groups.
Added configuration option to enable template caching.
Compressed Yuuno back to one CSS file again.
2015-05-29
Added permission checking functions.
Added base for a novelty Mio template port.
Removed chat from the global permissions (for now) and restore the old permissions table.
Fixed issue with Gzip compression in the error handler.
Readded Gzip compression.