Changelog
2015-12-28
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.
Added a header announcement setting to the config.
2015-12-10
Made the forum and topic title on the topic pages clickable.
Greatly improved the speed of the forum by implementing some caching.
Replaced the static reference to /authenticate.php in sakura.php with something something Urls class.
Removed Main::init().
Moved the functions called in Main::init() to sakura.php.