Skip to content

Releases: MissAllSunday/Breeze

Breeze 1.0.6

09 Jul 20:17
Compare
Choose a tag to compare

This release fixes a bug introduced in the 1.0.5 version which prevented users from saving their options, it also improves the security fix introduced in the 1.0.5 release.

Breeze 1.0.5

30 May 16:31
Compare
Choose a tag to compare

This release fixes a security issue found on the mod so I urge everyone using any old versions to update to this latest release.

  • !Make BreezeData::sanitize() a recursive functions for handling arrays.

Breeze 1.0.4

05 May 01:43
Compare
Choose a tag to compare

Another release, this release fixes some new bugs that were found on previous versions:

  • Fixed checking a wrong variable on BreezeQuery:getCount() which prevented to get the real count.
  • Convert to an array of integers the passed value on BreezeQuery:getCount() to prevent weird servers to give errors.
  • The load more feature on the general wall wasn't working because userID wasn't defined.
  • On the createTopic log and any other log, use the username instead of the real name.

To update, uninstall the previous version without checking the "Remove al data associated with this modification" checkbox and install the new version.

Breeze 1.0.3

13 Apr 21:28
Compare
Choose a tag to compare

This new release fixes new found bugs:

  • Add BreezeQuery::getStatus() to allow users to get status data directly from the DB
  • Fixed silly bugs with error strings
  • BreezeQuery::getCount() now work with arrays, each element gets casted as integer before passing the array to avoid errors. It also removes the need to pass sql code, it now needs the column name only.

Breeze 1.0.2

24 Mar 13:42
Compare
Choose a tag to compare

Another small release for bug fixing.

  • Fixes an issue where users will get notified about new topics on boards they cannot see.
  • Add support for accounts that were deleted but still has activity recorded.
  • Css files were merged and minified, thanks to Antes
  • Other small fixes/improvements.

Thanks to br360 for the report.

Breeze v 1.0.1

02 Mar 16:55
Compare
Choose a tag to compare

This release fixes lots of bugs and flaws on version 1.0, thanks to Kolya for all the testing, reports and suggestions.

Some of the fixed issues are:

  • Notifications were pretty broken and with unfinished code.
  • Changed the value column in breeze_options to a text field
  • Weird css on breeze.css was interfering with the forum's style.
  • Missed a text string for permissions and fixed a logic issue as well, users weren't able to post new comments even though they have the appropriated permissions to do so.
  • New status were appended to a non-existent div.
  • Disabling the wall didn't hide the button on the profile menu.
  • Support feed url uses a scheme-less url for servers using https
  • Typos and corrections on language strings.
  • Fixed a logic issue when posting a new comment, the code wrongly assumed the poster and the profile owner were the same person.
  • Added a new notification for the profile owner when someone made a comment on any status on their own wall.

Breeze 1.0

21 Feb 17:27
Compare
Choose a tag to compare

Breeze, http://missallsunday.com

The software is licensed under MPL 1.1 license.

Requirements:

  • SMF 2.0.x or greater.
  • PHP 5.3 or greater.