Changelog
2015-05-25
Changed the icons displayed on the side of the index when logged out.
Split Yuuno CSS up in multiple files.
Made maximum and minimum username length configurable.
Added a JavaScript port of the password entropy function.
Made the registration recaptcha refresh upon failure.
2015-05-24
Made the manage footer sticky to the bottom.
Added a method to checkLogin to bypass cookies.
Added flag to login function that doesn't set cookies.
Removed unused code for error logging.
Redid scroll to top button and added a cute little animation to it.
Moved Members button to the user part of the header menu and added a link to search.
Added new favicon.
Exported updated SQL structure.
Moved site description and tags to the config.
2015-05-23
Fixed broken links because of the domainset changes.
Added links to forum and management pages.
Moved Manage and Forum to a subdirectory instead of a subdomain.
2015-05-12
Rebuilt news XML to be more modular as opposed to a pile of prints.
Fixed {{ sakura.currentpage }} redirecting to the php file that's being used without the right attributes.
2015-05-09
Replaced .cfg files and parser with the built in .ini parser.
Fixed a wrong way of assigning notifications to a user (Session::$userId instead of $user).
Fixed CORS breaking notifications.
Fixed some redundancy in the news viewer.
Compactise (not a word but you get the meaning) array adding in the server-side notification system.
Fixed avatar border being depositioned.
Added function to actually create notifications.
Fixed a missing newline in a template file.
2015-05-08
Added the notification system.
2015-05-06
Moved panel on the right site of the index to its own template file.
Added post count to the users table structure.