conjoon

  •  
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- enhancement: updated version number, changelog and meta infos for upcoming release 0.1.4RC4
- enhancement: updated version number, changelog and meta infos for upcoming release 0.1.4RC4
    • -12
    • +8
    /branches/0.1fix/src/www/htdocs/README.txt
- fixed: [Email module - backend] fixed an issue where downloading an invalid mime message would prevent any following message from being downloaded (closes CN-453)
- fixed: [Email module - backend] fixed an issue where downloading an invalid mime message would prevent any following message from being downloaded (closes CN-453)
- enhancement: [Email module - client] errors occurred during downloading messages will now have a line feed instead of a html br to take advantage of the changes made with r1403
- enhancement: [Email module - client] errors occurred during downloading messages will now have a line feed instead of a html br to take advantage of the changes made with r1403
- fixed: [install wizard] fixed an issue where a call to "htmlentities()" would not consider proper target encoding, thus the config "environment.edition" value would sometimes get messed up when the…
- fixed: [install wizard] fixed an issue where a call to "htmlentities()" would not consider proper target encoding, thus the config "environment.edition" value would sometimes get messed up when the user provided exotic characters for it (closes CN-415)
- fixed: [install wizard] fixed an issue where the document bath for the conjoon installation would not be properly determined (closes CN-414)
- fixed: [install wizard] fixed an issue where the document bath for the conjoon installation would not be properly determined (closes CN-414)
- fixed: [install wizard] wording
- fixed: [install wizard] wording
- fixed: [install wizard] wording
- fixed: [install wizard] wording
- fixed: [Workbench] fixed an issue where a youtube video opened previously in a separate tab would keep playing although it was closed and the Quickpanel is not visible (closes CN-429)
- fixed: [Workbench] fixed an issue where a youtube video opened previously in a separate tab would keep playing although it was closed and the Quickpanel is not visible (closes CN-429)
- fixed: [Email module - backend] bulk sending outbox messages will now create proper error messages upon failure (closes CN-437)
- fixed: [Email module - backend] bulk sending outbox messages will now create proper error messages upon failure (closes CN-437)
- enhancement: [General UI] ResponseInspector will now replace line breaks with the HTML pendant in error object's message properties
- enhancement: [General UI] ResponseInspector will now replace line breaks with the HTML pendant in error object's message properties
- fixed: [Email module - client] fixed an issue where email items could not be properly marked as spam/no spam when working with MySQL in strict mode (closes CN-451)
- fixed: [Email module - client] fixed an issue where email items could not be properly marked as spam/no spam when working with MySQL in strict mode (closes CN-451)
- fixed: [Feeds module - client] fixed an issue where feed items could not be properly marked as read/unread when working with MySQL in strict mode (closes CN-452)
- fixed: [Feeds module - client] fixed an issue where feed items could not be properly marked as read/unread when working with MySQL in strict mode (closes CN-452)
- enhancement: [General Backend] typo in doc comment for Conjoon_Error::getDto
- enhancement: [General Backend] typo in doc comment for Conjoon_Error::getDto
- fixed: [Email module - client] fixed an issue where the "read" flag would not be properly written into MySQL based datastorages with strict mode enabled (closes CN-413)
- fixed: [Email module - client] fixed an issue where the "read" flag would not be properly written into MySQL based datastorages with strict mode enabled (closes CN-413)
- fixed: [Email module - client, Feeds Module - client] enhanced listener for both email/feed preview window to consider keyboard events (closes CN-422)
- fixed: [Email module - client, Feeds Module - client] enhanced listener for both email/feed preview window to consider keyboard events (closes CN-422)
- enhancement: [General] added Phpstorm ide project file to svn-ignore list
- enhancement: [General] added Phpstorm ide project file to svn-ignore list
- in progress: [Feeds module - client] added behavior to FeedGrid-listener for keyboard events (see CN-422)
- in progress: [Feeds module - client] added behavior to FeedGrid-listener for keyboard events (see CN-422)
- in progress: [Email module - client, Feeds module - client] committed initial draft of revamped PreviewWindow into repository (see CN-422)
- in progress: [Email module - client, Feeds module - client] committed initial draft of revamped PreviewWindow into repository (see CN-422)
    • -0
    • +0
    /branches/0.1fix/src/corelib/js/source/cudgets/grid
- fixed: [Email module - client] buttons related to selected email items in the grid are now disabled when store buffers/reloads and reset to their previous state later on accordingly (closes CN-423)
- fixed: [Email module - client] buttons related to selected email items in the grid are now disabled when store buffers/reloads and reset to their previous state later on accordingly (closes CN-423)
- fixed: [Email module - client] fixed an issue where the editor would not be marked as dirty when opened from the Quickpanel's Email Tab with data already available (closes CN-435)
- fixed: [Email module - client] fixed an issue where the editor would not be marked as dirty when opened from the Quickpanel's Email Tab with data already available (closes CN-435)
- fixed: [Email module - client] fixed an issue where downloading an attachment would not start on some systems although the signal for downloading has been sent to the client (closes CN-430)
- fixed: [Email module - client] fixed an issue where downloading an attachment would not start on some systems although the signal for downloading has been sent to the client (closes CN-430)
- enhancement: [General] replaced copyright year 2010,2011 with 2012 where needed (closes CN-446)
- enhancement: [General] replaced copyright year 2010,2011 with 2012 where needed (closes CN-446)
  1. … 13 more files in changeset.
- fixed: [Datastore -mysql] changed column groupware_email_items.references from datatype TEXT to MEDIUMTEXT to make sure messageIds from really long conversation threads fit into it (closes CN-448)
- fixed: [Datastore -mysql] changed column groupware_email_items.references from datatype TEXT to MEDIUMTEXT to make sure messageIds from really long conversation threads fit into it (closes CN-448)
- fixed: [Email module - backend] fixed an issue where the messageId added to the outgoing message's header would not be in the expected format; added unit tests accordingly (closes CN-445)
- fixed: [Email module - backend] fixed an issue where the messageId added to the outgoing message's header would not be in the expected format; added unit tests accordingly (closes CN-445)
- fixed: [Email module - backend] fixed an issue that occurs if the "References" header field exceeds 998 characters, which would prevent the message from being sent; took careof proper splitting the…
- fixed: [Email module - backend] fixed an issue that occurs if the "References" header field exceeds 998 characters, which would prevent the message from being sent; took careof proper splitting the field's value and added unit tests accordingly (closes CN-351)
    • -0
    • +133
    /branches/0.1fix/src/corelib/php/tests/Conjoon/MailTest.php
- fixed: [Feeds module - backend] changed datatype of column "content" from "TEXT" to "MEDIUMTEXT" to prevent error message "Data too long..." when inserting overlong data on systems using MySQL in s…
- fixed: [Feeds module - backend] changed datatype of column "content" from "TEXT" to "MEDIUMTEXT" to prevent error message "Data too long..." when inserting overlong data on systems using MySQL in strict mode (closes CN-444)
- fixed: [Email module - backend] added fallback to create date field with local time if this field is missing in a message being received (closes CN-434)
- fixed: [Email module - backend] added fallback to create date field with local time if this field is missing in a message being received (closes CN-434)
[Build tools] - enhancement: added build.properties to ignore list and added template file (closes CN-442)
[Build tools] - enhancement: added build.properties to ignore list and added template file (closes CN-442)
    • -0
    • +5
    /branches/0.1fix/build-tools/build.properties.template
[Email module - client] - fixed a typo in member $_attachmentFacade (closes CN-441)
[Email module - client] - fixed a typo in member $_attachmentFacade (closes CN-441)
[Build tools] -fixed: fixed an issue where the "lock" for the current release directory would be moved to the dir for the previous release during deploying
[Build tools] -fixed: fixed an issue where the "lock" for the current release directory would be moved to the dir for the previous release during deploying