The conjoon development team is proud to announce the immediate availability of conjoon 0.1.4RC2. This is a release candidate for the Twitter oauth release. This will hopefully be the last RC for the 0.1.4 release.
Notable changes from the changelog:
[Email module - client]
- fixed an issue where an email would not be properly referenced when preview window was dragged & droppped into the content panel, then any operation on this panel would have been invoked (reply, reply all, forward) due to the fact that the EditorManager would only accept a record of type EmailItemRecord for creating an editor instance, but not EmailRecord (closes
CN-386) (thanks to larissa84)
[Feeds module - backend]
- fixed an issue where the &8220;author&8221; field of a feed entry would not be stored properly in the database, thus, showing the value &8220;Array&8221; as the author name: adjusted backend code to inspect the return value of &8220;getAuthor()&8221; of the feed entry object and apply found values properly (closes
CN-387) (reported by e-mike)
[Twitter module - client]
- fixed an issue where replies would not be linked properly due to wrong data type for specific fields; changed those fields to type &8220;string&8221; to make sure that containing ids can be rendered properly (closes
CN-384)
[Workbench]
- fixed an issue where the &8220;startup&8221; sound would not play as soon as the workbench is in &8220;ready&8221; state, even if the registry tells that system sounds are enabled: resolved by adding a &8220;onload&8221; listener to the SystemSoundManager that would call attached listeners to tell that it&8217;s ready to be used; previously it was assumed that the driver is ready to be used as soon as the workbench is available (closes
CN-385)
[General UI]
- fixed an issue where some regions of a container would not be clickable if it was masked previously by a feed/email preview, and this preview would have been hidden using it&8217;s animation function: adjusted callback so the anim element&8217;s container gets hidden, too (closes
CN-388)
[Datastore - mysql]
- fixed an issue where two different indexes would target the same column: changed index &8220;user_id&8221; to operate on column &8220;user_id&8221; (closes
CN-390)
link