Archive for April, 2010

conjoon 0.1.3.2 released!

Thursday, April 8th, 2010

We would like to announce the immediate availability of conjoon 0.1.3.2. This is a maintenance release which fixes a showstopper bug. The issue was reported by one of our community members, odomera, who experienced this issue when trying to install the application: Due to an erroneous condition in one of the install scripts, he was not able to proceed to the second step of the installation using the install wizard.

People who could not install any of the releases from the 0.1.3 series are advised to use this release. Other than that, no other changes made it into this release.

conjoon 0.1.3.1 released!

Wednesday, April 7th, 2010

We would like to announce the immediate availability of conjoon 0.1.3.1. This is a maintenance release in the 0.1.3 series which fixes an issue with the mysql datastructure script. Due to missing backtickets in a statement, already existing tables for the email attachments would not get properly prepared for the new features introduced in 0.1.3.

This release affects only people who have updated a previous version of conjoon. People who installed 0.1.3 from scratch won’t need this update. All other users are advised to install this version.

conjoon 0.1.3 released!

Wednesday, April 7th, 2010

The conjoon development team is proud to announce the immediate availability of conjoon 0.1.3. This is a feature release in the 0.1 series which introduces internal download management for handling file downloads.

We have decided to release this feature shortly after the 0.1.2 release due to requests from our community members who’d like to see this feature before the 0.2 version gets released.

Notable changes from the changelog:

[Workbench]

  • enhanced “Help” menu, added dialogs for submitting suggestions/bug reports

[Datastore - mysql]

  • fixed an issue with datastructure for attachment table, since some attachments could not be saved due to restrictions of content length for “BLOB” fields – changed field “content” in “attachment” table from “BLOB” to “LONGBLOB”

[Email module - client]

  • added DownloadManager for queueing downloads in conjoon
  • revamped DefaultViewRenderer for displaying email messages to show a resizable and scrollable attachment list

[Email module - backend]

  • fixed a security issue where models would not check for proper folder permissions before sending an email message / item to the client
  • added functionality for downloading attachments