Changelog
2015-09-26
Removed unneeded .htaccess files.
Added AJAX methods to the friend actions in the settings panel.
Improved the ajaxBusyView thing.
2015-09-23
Implemented username changing.
Changed sakura_sessions to a MEMORY table.
Made new users get redirected to /p/welcome on first login.
Added a JavaScript error reporter.
2015-09-19
Removed Main::jsonPretty in favour of the built in PHP version.
2015-09-18
Added more comments stuff.
Changed report flag to an exclamation thing.
2015-09-16
Added more templates for the settings page.
Fixed reference to users class in permissions class.
Fixed user class related issues in the forum.
Added site closing.
Added usertitle changing.
Fixed usertitle page having Username as the title.
Removed CORS from the notification system since we're not using subdomains anymore.
Fixed AJAX submitted forms using a strange behaviour.
Made ajaxPost async.
Begin implementation of new comment system.
2015-09-15
Fixed news page explosions.
Fixed friendslisting on Settings frontpage being broken.
Fixed session cookies remaining after session dying, a more wholesome fix would require refactoring the session system so that's on the todo list now.
2015-09-14
Fixed error on profile page relating to forum stats.
Switched indentation style to the PSR2 standard.
2015-09-13
Made old notifications get removed after a month.
Added Linux no cron task method.
Added Windows no cron task method.
Added (commented out) beginnings of on-site chat interface.
Rewrote code for scroll to top button.