Changelog
2015-12-29
Implemented new permissions handler.
Fixed Sock Chat integration.
Removed XML feed for news.
Fixed cron.php.
Made old profile urls link to new ones when a new user with the same name doesn't exist.
2015-12-28
Added caching to User objects.
Renamed both Permissions classes to Perms.
Fixed static reference to /content in viewtopic.tpl.
2015-12-27
Removed (pretty much permanently broken) friends section from settings panel index.
Split `dev.enable` up in `dev.show_changelog` and `dev.show_errors`.
Removed last bit of `password_new` preventing login from working.
2015-12-24
Exported newer table structure and default data.
Removed `password_new` from table structure.
2015-12-16
Fixed JavaScript errors during registration.
Fixed the lastPost function returning the firstPost.
Added a refresh button to forum threads.
2015-12-13
Fixed direct post linking going to the wrong page on certain occasions.
Added length checking on the title and post on the forum.
2015-12-12
Fixed some issues in the notifications code.
Removed the registration keys.
Populated the manage/ directory in the Yuuno template.
Integrated the management panel into the main site style.
Removed broomcloset style.
Removed old background sound for the 404 page (embed has been gone for a while but the audio files were still there).
Changed the notification sound (no more osu! cymbal ;_;).
2015-12-11
Removed forum permissions from the global permission system.
Reverted the changes to the DBWrapper.
Removed Forum\Forums!
Extended the options the count database function can have.
Added `create` functions to Post and Thread.