12:41 pm
-
- -1
- +5
-
- -15
- +27
-
- -6
- +6
|
|
|
![]() |
Thursday 19 Apr
12:41 pm
Added variable value replacement in the SMTP Sender to the host, port, timeout, username, password, replyTo, headers, and from fields. Added the ability to send test emails to multiple addresses usin…
Added variable value replacement in the SMTP Sender to the host, port, timeout, username, password, replyTo, headers, and from fields. Added the ability to send test emails to multiple addresses using a comma separated list.Issue: MIRTH-2121
Tuesday 03 Apr
11:20 am
Formatted code.
Formatted code.
11:19 am
Updated SimpleSender
Updated SimpleSender
Tuesday 20 Mar
10:36 am
no_comment
no_comment
Tuesday 28 Feb
4:42 pm
Updated mirth-crypto.jar: Moved the cipher objects inside the encrypt and decrypt methods so that they don't interfere with each other when the methods are run concurrently.…
Updated mirth-crypto.jar: Moved the cipher objects inside the encrypt and decrypt methods so that they don't interfere with each other when the methods are run concurrently.Issue: MIRTH-2106
1:36 pm
Changed the updateAndSwitchUser method that runs in the main thread to be an updateCurrentUser method. Fixed bug in UpdateClient that was using the requestUser instead of the passed in user. This wa…
Changed the updateAndSwitchUser method that runs in the main thread to be an updateCurrentUser method. Fixed bug in UpdateClient that was using the requestUser instead of the passed in user. This was only a problem before because the requestUser could have been out of date if the updateUser thread hadn't completed yet.Issue: MIRTH-2105
1:21 pm
Upgraded JCIFS library from 1.2.22 to 1.3.17.…
Upgraded JCIFS library from 1.2.22 to 1.3.17.Issue: MIRTH-2103
Thursday 16 Feb
4:01 pm
Updated splash screen image.
Updated splash screen image.
Monday 13 Feb
4:02 pm
Removed semi-colon at the end of generated SQL queries in the Database Reader and Database Writer.…
Removed semi-colon at the end of generated SQL queries in the Database Reader and Database Writer.Issue: MIRTH-2097
11:24 am
Updated versions from 2.2.0 to 2.2.1
Updated versions from 2.2.0 to 2.2.1
Friday 10 Feb
2:48 pm
Updated classpath of Command project.
Updated classpath of Command project.
2:11 pm
Don't remove the message from the actual queue if the new status is QUEUED. Still remove it from the database so that a queued message doesn't show up in the message browser when only storing errored …
Don't remove the message from the actual queue if the new status is QUEUED. Still remove it from the database so that a queued message doesn't show up in the message browser when only storing errored messages.Issue: MIRTH-2098
11:07 am
Added quotes around channelName and channelId for clarification.…
Added quotes around channelName and channelId for clarification.Issue: MIRTH-2099
11:05 am
Added routeMessageByChannelId reference.…
Added routeMessageByChannelId reference.Issue: MIRTH-2099
10:57 am
MIRTH-1994 and MIRTH-1984 - Updated message browser to format XML using XmlUtil. This removes all whitespace to pretty print xml nicer, and also still displays invalid XML as the original content rat…
MIRTH-1994 and MIRTH-1984 - Updated message browser to format XML using XmlUtil. This removes all whitespace to pretty print xml nicer, and also still displays invalid XML as the original content rather than not showing it at all.
Thursday 09 Feb
12:06 pm
Updated EofException to RuntimeIOException.…
Updated EofException to RuntimeIOException.Issue: MIRTH-2036
Wednesday 08 Feb
3:45 pm
Retrieve the inboundProtocol as a part of the TCP Worker so that it always exists as long as the TCP Worker is still around. Default back to the general channel cache if there is an issue getting it …
Retrieve the inboundProtocol as a part of the TCP Worker so that it always exists as long as the TCP Worker is still around. Default back to the general channel cache if there is an issue getting it from the deployed channel cache.Issue: MIRTH-2095
Tuesday 07 Feb
3:18 pm
All encrypted files now require a "{enc}" prefix in the content so that they can be read in and automatically decrypted. Files that do not include this prefix are read in normally and not decrypted.…
All encrypted files now require a "{enc}" prefix in the content so that they can be read in and automatically decrypted. Files that do not include this prefix are read in normally and not decrypted.Issue: MIRTH-2088
10:06 am
Reverted accidental commit in 5844.
Reverted accidental commit in 5844.
Monday 06 Feb
5:36 pm
Set the Client to use the encryption algorithm instead of the digest algorithm.…
Set the Client to use the encryption algorithm instead of the digest algorithm.Issue: MIRTH-2091
5:32 pm
no_comment
no_comment
Thursday 02 Feb
2:58 pm
MIRTH-2078 - Store the root level when deserializing so that we can know whether or not to add missing delimiters. This allows for proper deserialization of just a segment, field, or a component.…
MIRTH-2078 - Store the root level when deserializing so that we can know whether or not to add missing delimiters. This allows for proper deserialization of just a segment, field, or a component.MIRTH-2086 - Added check to add missing subcomponent delimiters when necessary.
2:45 pm
Added JUnit tests and the test messages required for the HL7 Serializer.…
Added JUnit tests and the test messages required for the HL7 Serializer.Issue: MIRTH-2083
Tuesday 31 Jan
1:57 pm
Changed all Base64 encoded Strings to be chunked. This was broken with the upgrade from commons-codec-1.4, which chunked by default, to commons-codec-1.5, which does not. Also upgraded to commons-co…
Changed all Base64 encoded Strings to be chunked. This was broken with the upgrade from commons-codec-1.4, which chunked by default, to commons-codec-1.5, which does not. Also upgraded to commons-codec-1.6.Issue: MIRTH-2073
Monday 30 Jan
4:47 pm
Fixed bug where query parameters were not being sent when using multipart POST.…
Fixed bug where query parameters were not being sent when using multipart POST.Issue: MIRTH-2075
2:04 pm
Updated tooltips for buttons.…
Updated tooltips for buttons.Issue: MIRTH-2074
1:58 pm
Changed 'Open File'/'Process Binary File' buttons to 'Open Text File'/'Open Binary File'.…
Changed 'Open File'/'Process Binary File' buttons to 'Open Text File'/'Open Binary File'.Changed the open binary file method to open the file correctly as Base64 encoded binary.Added a browseForFileBytes method to Frame to properly load binary files into a byte array.Changed TemplatePanel to load a binary file correctly for DICOM, and load files as text for other data types.Issue: MIRTH-2074
Friday 27 Jan
5:24 pm
Close the DicomOutputStream after copying the data stream.…
Close the DicomOutputStream after copying the data stream.Issue: MIRTH-2072
11:07 am
Removed the key listener for Enter on the OK button for reprocessing a message and on the Generate button in the Database Dialog. MIRTH-2021 added this behavior to all buttons, so leaving these key l…
Removed the key listener for Enter on the OK button for reprocessing a message and on the Generate button in the Database Dialog. MIRTH-2021 added this behavior to all buttons, so leaving these key listeners cause the ok button actions to be triggered twice.Issue: MIRTH-2038
|
Got a suggestion or an issue?
Discuss it in our forums or
visit our support website for other options.