Changelog
2016-08-02
Fixed a fucked comparison in the thing that checks if you're allowed to edit your userpage.
Made the maximum length of userpages and signatures configurable.
Removed a lot of useless "your session has expired!!!" messages.
Update more session csrf checks to use the session_check function.
Update more references to Router::route and Template::render to use the shorthand functions.
Removed the general settings section.
Moved the profile edit page to the account section of settings.
Fixed messed up logic in the post deletion method.
Fixed missing use statement causing an exception to be thrown when modifying posts.
2016-08-01
Removed all referenced to the user password field outside of the user class.
Reverted today's changes.
Added utility functions to convert camelCase to snake_case and back.
Added a Model base class.
Removed all referenced to the user password field outside of the user class.
2016-07-31
Made 403 and 404 return the proper status codes.
Changed Segoe UI in yuuno to Open Sans (they look identical and for multi platform support).
Fixed wrong default type for user_birthday
Require the class "time-ago" to be in the class name of elements to get parsed by timeAgo.
Updated all references to the old AJAX client to the new Sakura.AJAX one.
General purpose'd and renamed the timeElapsed methods to Sakura.timeAgo.
Removed (unused) legacy functions.
Abstracted return json.
General purpose'd the client side friend methods.
General purpose'd the changelog loader.
Exported some base classes from Sakurako.
Renamed master.(t|j)s to app.
Fixed filter being wrongly assigned in the templating wrapper.
Began work on manage, part 2 electric boogaloo.
Moved global/master.twig to the root of the template directory in yuuno.
Fully split ForumController up into multiple specific controllers.