Changelog
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.
Added content retrieval functions for the forum.
2015-05-05
Exported updated SQL structure.
Added a Google based search page.
Added comments to yuuno.js.
Added a parallaxing effect on profile backgrounds.
getWarnings() can now return all warnings when the first parameter is false.
2015-05-04
Added base stuff for the warnings system.
Changed the way profile backgrounds are handled.
Removed the blank background for inactive users.
2015-05-03
Added profile backgrounds.
Added Forum class.
Improved the manage navigation.
2015-05-02
Added supporter purchase page.
2015-05-01
Improved the error page.
2015-04-30
Started work on the management panel.
2015-04-29
Added FAQ page.
Fixed chat online users counter not working.
2015-04-28
Moved the permissions for Sock Chat to the database as opposed to having them staticly assigned in the auth script.
Removed remainders of the old templating system.