Flashii
Home
Changelog
Contact
Rules
News
Forum
Chat
Flashii
Register
Log in
Home
Changelog
Contact
Rules
News
Forum
Chat
Changelog
2016-04-03
Removed
flash
Removed some unused variables.
Fixed
flash
Fixed information page variable assignments.
2016-04-02
Added
flash
Compacted the login check down into a User method.
Updated
flash
Made local config available to templates.
Fixed
flash
Fixed own posts getting marked as unread.
2016-04-01
Fixed
flash
Made the template name accessible through the Template class deprecating $templateName.
Updated
flash
Made the settings navigation thinner.
Updated
flash
Made the memberlist use default_rank_id instead of a hardcoded 2 for the default displayed rank.
Updated
flash
Moved the entire (the one method) notifications settings section into the router.
Updated
flash
Moved the entire friends settings section into the router.
Updated
flash
Moved the entire general settings section into the router.
Updated
flash
Mangled the Urls class to the point where it can only generate SETTING_MODE urls for some trivial speed improvement (probably not even anything).
Removed
flash
Removed Sakura\Utils.
Removed
flash
Removed Sakura\Users.
Updated
flash
Moved all utility functions outside of Sakura.
Updated
flash
Made composer handler class autoloading.
2016-03-31
Updated
flash
Readded the more readable date formatting alongside RFC2822 for the x time ago stuff.
Updated
flash
Cleaned up the code for nocron a little.
Updated
flash
Check for the deactivated permission flag in the loginCheck router filter.
Added
flash
Made a json_decode filter available to templates because it should've been there to begin with.
Added
flash
Add config() function to templates to fetch stuff from the configuration directly from templates, this removes the need to fetch a lot of vars in sakura.php prior to doing anything.
Fixed
flash
Regenerate PHP session keys before destroying sessions.
Added
flash
Added a static ActiveUser class which deprecates $currentUser, $authData and Users::checkLogin.
2016-03-30
Updated
flash
Made friend adding/removing dynamic.
Updated
flash
Made comment posting and voting completely dynamic.
Updated
flash
Moved friends stuff to the router.
Removed
flash
Removed old comment backend.
Added
flash
Added voting to the object based comment system.
2016-03-28
Removed
flash
Removed remnants of the template options.
Updated
flash
Made news backend fully OOP.
92
93
94
95
96
97
98