Changelog
2015-07-05
Added 'x time ago' generator function.
Added user data and post linking to viewforum.
Made the forum index page fully functional.
Added count functionality to database wrapper.
2015-07-04
Removed ignore lines for Misaki files.
Fixed profile rewrite rule causing errors in some environments (e.g. Win32).
2015-07-03
Added basic example of the version 1 API framework.
2015-07-02
Made the sitename config variable shown on the title of the suport page instead of just Flashii
Fixed a mistake in the stylesheet causing the support page to deform when resized.
2015-07-01
Added basic API framework.
Made the maximum amount of month you get buy premium for changable.
Moved expire variable for the complete page out of the url and take the data straight from the database.
Redid the supporter page.
Added automatic rank management for premium.
Fixed a multitude of fuckups.
2015-06-30
Added automatic premium after payment.
Added Payments class.
2015-06-29
Changed SAKURA_VTYPE to a SAKURA_STABLE boolean that can be used for only showing things on stable or development builds.
Added topic and post counters to the frontpage.
2015-06-28
Changed Edit icon on profiles.
Added basic topic viewing support.
Fixed bug in the friends system where getFriends() only returns one friend.
Fixed all (found) bugs related to the previously listed change.
Removed getUserProfileData() which decodes the json in the userData column and do it in the getUser() function.
2015-06-27
Added basic topic list support.
Added support for infinite subforums.
Made some of the functions in the Configuration class more readable.
Fixed an error in the password reset process.
Changed the die() in the version checker to a trigger_error().
Put the Forum Listing and Front Page in the same PHP file as they both request nearly identical info (only difference is probably news post/forum posts).