Changelog
2016-03-28
Added comments controller.
Moved notification methods to its own controller.
Renamed and moved template files to make more sense with their function.
Fixed comment delete method being in the notification object (don't do code at 3 am kids).
Removed the (basically unused) banning backend.
2016-03-27
Made Sakura PHP7 only.
Removed the php. section of the available twig set and replaced it with equivalents.
Removed the premium tracker, the data was inaccurate anyway.
Moved the premium management to the User object.
Rewrote the premium controller.
2016-03-26
Removed notification sounds.
Let the client side mark notifications as read.
Pull notifications through the router.
Added Notification object.
Rewrote the code bbcode backend.
Fixed unwanted line breaks in the box bbcode.
2016-03-25
Moved auth templates out of main folder.
Removed posting.php.
Moved post editing to the router (also allows thread title changing now!).
Moved post deletion to the router.
Added direct post quoting.
Made the simple bbcode loader less dumb.
Fixed permission checking in the viewtopic template.
Made $_SESSION and $_REQUEST accessible by templates.
Greatly improved the posting experience.
Moved replying to and creating threads to the router.
Cleaned the serve command code up.
Made the development host a configuration value.
2016-03-24
Fixed users not being ordered correctly in the memberlist.
Made the user welcome thing on the side of the front page look less shit.