Brunnopleffken Addictive Community Versions Save

The definitive open-source discussion forum software.

v0.5.0

8 years ago

Added

  • Threads flagged as read or unread: it'll check last post date, except your own reply;
  • Quote replies of other members;
  • Show or hide your e-mail address in profile;
  • Admin CP: edit CSS file via Administration panel.

Fixed

  • Set/unset a reply as best answer is now working properly;
  • Minor bug fixes and layout enhancements.

Security

  • Improved validations when performing moderation actions (lock/unlock, delete, ...).

v0.4.2

8 years ago

Critical

  • Fixed missing references of Http() class in Installer and Administration CP.

v0.4.1

8 years ago

Fixed

  • Unexpected T_VARIABLE on Register controller.

v0.4.0

8 years ago

Added

  • New diagnostic tool to check for common issues (not allowed if install/.lock exists).

Fixed

  • Chromium-based browsers (like Chrome and Opera 15+) renders Atom feed content as plain text;
  • Incorrect post and thread count in statistics right after fresh install;
  • Remove unused class instances to improve performance and memory management;
  • General bug fixes and enhancements.

Removed

  • Property private Database::config is unset right after database connection.

Changed

  • Lots of refactoring and enhancements in controllers and kernel/core;
  • Callbacks _beforeFilter() and _afterFilter() renamed to _BeforeAction() and _AfterAction(), respectively;
  • Public method String::PasswordEncrypt() renamed to String::Encrypt();
  • Replaced some explicit SQL queries in controllers by database helpers;
  • Methods Request(), File() and CurrentUrl() now belong to Http class (e.g. Http::Request());
  • Few more validations during community installation.

v0.3.0

9 years ago

Added

  • Create polls;
  • New Control Panel summary;
  • Optional CAPTCHA validation when creating new account;
  • Atom 1.0 syndication.

Fixed

  • input[type=file] fields passing without validation, even with .required class;
  • Fixed a critical exploit that could allow cross-side scripting and HTML injection in posts/messages;
  • User with Administrator privileges were unable to edit/delete other users' posts;
  • Removed dynamic BODY class that causes letters on screen to blink during page reload;
  • Few minor bug fixes.

Deprecated

  • In controllers, $this->config[] no longer exists. Use $this->Core->config[] instead.

Changed

  • Changed the way the installer handles with SQL statements;
  • Core::GetGravatar() is now named Core::GetAvatar().

v0.2.0

9 years ago

Added

  • Add room moderators;
  • Create Redirect Rooms;
  • Warning message when community is updating or offline;
  • Moderation options in thread view.

Fixed

  • Form validation via JavaScript not working when page doesn't have a TinyMCE'd textarea;
  • Image path is broken in About window;
  • Core::DateFormat() ignoring user's setting for timezone;
  • Birthdate always showing "January 1st, 2015" if no date is defined;
  • Check for "Software Updates" in Admin CP not working properly;
  • Several minor bug fixes and enhancements.

Changed

  • Field c_config.index in table is now named c_config.field to avoid conflict with MySQL indexes.

v0.1.0

9 years ago

First release. First public Beta version. If you find any bugs, please report them here. Furthermore, if you want to directly contribute to Addictive Community (translating, fixing issues, etc.), read our Contribution Guidelines.