Flashii
Home
Changelog
Contact
Rules
Bluesky
News
Forum
Chat
Flashii
Register
Log in
Home
Changelog
Contact
Rules
Bluesky
News
Forum
Chat
Significant parts of the site require JavaScript.
If you have it turned off and something doesn't work, that's probably why!
Changelog
2016-08-07
Added
flash
Added automatically updated quotes again. (e.g. to quote post id 2 you type [quote=#2][/quote], content inside the tags is hidden unless the post doesn't exist).
2016-08-06
Updated
flash
Improved the bbcode framework.
Fixed
flash
Fixed usernames not being able to be used to get profiles.
Fixed
flash
Fixed comments.max_length being called min_length in the example config.
Fixed
flash
Fixed the user topic counter (it broke randomly).
Updated
flash
Made the main template also be available through a namespace.
Updated
flash
Made the File object check if the file exists before attempting to delete it.
Fixed
flash
Fixed all database references that are only getting one object to use ->first() instead of ->get().
Fixed
flash
Fixed a typo in the exception handler causing error showing to always be off regardless of the setting.
Removed
flash
Removed the dependency on golonka/bbcodeparser.
2016-08-05
Fixed
flash
Fixed the posting preview allowing raw html.
Updated
flash
Rewrote the preview handler.
Updated
flash
Move Yuuno.Editor to Sakura.Editor.
Fixed
flash
Register the exception and error handler before loading the configuration.
Updated
flash
Made error_reporting always be fully on, all errors are handled by the exception handler so the user doesn't get to see them. Unless they happen before the assignations, which is very unlikely.
Added
flash
Added an error 500 page.
Added
flash
Added a function to check if the templating engine is available (for the exception handler).
Updated
flash
Made error 403 and 404 return specific pages instead of both being 404.
Updated
flash
Extended Net::fetch to a Net::request function with POST-ing functionality.
Added
flash
Added a _way_ better exception handler.
Updated
flash
Renamed the Middleware interface to MiddlewareInterface.
Fixed
flash
Fixed some references to Router::route despite Router not being referenced in use statements.
2016-08-04
Fixed
flash
Changed requisite check to use die instead of exceptions.
Fixed
flash
Made date formatting user configurable again.
Removed
flash
Removed visible references from the client.
Added
flash
Added functions to the user object to automatically get Carbon (Date) objects for register and last online dates.
Fixed
flash
Moved user uploads back onto the filesystem, where they belong.
Added
flash
Added custom bbcode parser.
Updated
flash
Moved the "secret" profile values (email and ips) to the global display stuff.
Updated
flash
Implemented design for the new status page.
103
104
105
106
107
108
109