Mirth

  •  
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added bcprov to Client classpath.…
Added bcprov to Client classpath.

Issue: MIRTH-2091

no_comment
no_comment
    • -0
    • +1
    /trunk/server/Mirth Connect Server.launch
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.

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

    • -0
    • +7
    /trunk/server/tests/test-hl7-single-field-input.xml
    • -0
    • +2
    /trunk/server/tests/test-hl7-whitespace-input.txt
    • -0
    • +926
    /trunk/server/tests/test-hl7-batch-output.xml
    • -0
    • +2
    /trunk/server/tests/test-hl7-1636-output.txt
    • -0
    • +2
    /trunk/server/tests/test-hl7-missing-subcomponents-output.txt
    • -0
    • +58
    /trunk/server/tests/test-hl7-subcomponents-output.xml
    • -0
    • +22
    /trunk/server/tests/test-hl7-input.txt
    • -0
    • +91
    /trunk/server/tests/test-hl7-missing-components-input.xml
    • -0
    • +2
    /trunk/server/tests/test-hl7-missing-fields-output.txt
    • -0
    • +84
    /trunk/server/tests/test-hl7-missing-fields-input.xml
    • -0
    • +2
    /trunk/server/tests/test-hl7-missing-components-output.txt
    • -0
    • +908
    /trunk/server/tests/test-hl7-output.xml
    • -0
    • +56
    /trunk/server/tests/test-hl7-missing-subcomponents-input.xml
    • -0
    • +2
    /trunk/server/tests/test-hl7-subcomponents-input.txt
    • -0
    • +47
    /trunk/server/tests/test-hl7-1636-input.xml
  1. … 9 more files in changeset.
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

    • binary
    /trunk/client/lib/commons-codec-1.5.jar
    • binary
    /trunk/client/lib/commons-codec-1.6.jar
  1. … 13 more files in changeset.
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

Updated tooltips for buttons.…
Updated tooltips for buttons.

Issue: MIRTH-2074

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

Close the DicomOutputStream after copying the data stream.…
Close the DicomOutputStream after copying the data stream.

Issue: MIRTH-2072

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

Manually set Sun14ReflectionProvider as the ReflectionProvider, since Java 7 causes XStream to not use this.…
Manually set Sun14ReflectionProvider as the ReflectionProvider, since Java 7 causes XStream to not use this.

Issue: MIRTH-2070

no_comment
no_comment
Fixed filename wildcard filter to accept a comma delimited list of patterns. This functionality was accidentally removed in MIRTH-1374.…
Fixed filename wildcard filter to accept a comma delimited list of patterns. This functionality was accidentally removed in MIRTH-1374.

Issue: MIRTH-1748

Changed the deployChannels method to take a list of channel id's instead of a list of channels.…
Changed the deployChannels method to take a list of channel id's instead of a list of channels.

Issue: MIRTH-2069

Changed the deployChannels method to take a list of channel id's instead of a list of channels.…
Changed the deployChannels method to take a list of channel id's instead of a list of channels.

Issue: MIRTH-2069

Moved the loading of extensions to happen before checking to see if the database is up so that any custom extension SQL maps can be loaded. This bug was caused by MIRTH-1404.…
Moved the loading of extensions to happen before checking to see if the database is up so that any custom extension SQL maps can be loaded. This bug was caused by MIRTH-1404.

Issue: MIRTH-2067

Updated splash screen copyright to 2012.
Updated splash screen copyright to 2012.
Ignore the channel revision and last modified date when comparing the channel being passed in to the existing channel in the database. This will prevent the channel from being saved if the only thing…
Ignore the channel revision and last modified date when comparing the channel being passed in to the existing channel in the database. This will prevent the channel from being saved if the only thing that changed was the revision and/or the last modified date. The client/CLI take care of this by passing in the proper revision number, but the API alone does not.

Issue: MIRTH-1830

Defaulted channel list sort order in the Alert panel.…
Defaulted channel list sort order in the Alert panel.

Issue: MIRTH-2065

Reverted change from SocketConnector to SelectChannelConnector because the SelectChannelConnector was not throwing an error if the port was already in use.…
Reverted change from SocketConnector to SelectChannelConnector because the SelectChannelConnector was not throwing an error if the port was already in use.

Issue: MIRTH-1975

Added back the old MapTypeHandler and set it to be used for maps instead of the SerializedObjectTypeHandler. Bug caused by MIRTH-1915.…
Added back the old MapTypeHandler and set it to be used for maps instead of the SerializedObjectTypeHandler. Bug caused by MIRTH-1915.

Issue: MIRTH-2064

Improved wording of radio buttons and tooltips for including headers in the message/response content.…
Improved wording of radio buttons and tooltips for including headers in the message/response content.

Issue: MIRTH-2060

Fixed typo for tooltip.…
Fixed typo for tooltip.

Issue: MIRTH-1564

Removed unnecessary clearing of the message outside of the while loop.…
Removed unnecessary clearing of the message outside of the while loop.

Issue: MIRTH-2058

  • More
  • 5816
  • updated metadata for 1 file
Add new jars to svn:ignore
Add new jars to svn:ignore
Whenever the end of the file is reached and there is something in the buffer, process that message. Previously, this logic would not have been called if an MSH segment was the last line read.…
Whenever the end of the file is reached and there is something in the buffer, process that message. Previously, this logic would not have been called if an MSH segment was the last line read.

Issue: MIRTH-2058

Added error catching with friendly errors for invalid ports, to/from email addresses, and invalid email messages.…
Added error catching with friendly errors for invalid ports, to/from email addresses, and invalid email messages.

Issue: MIRTH-2056

Improved SMTP Test Email body content to include the SMTP IP and port specified.…
Improved SMTP Test Email body content to include the SMTP IP and port specified.

Issue: MIRTH-2057

Added 0x7F to the invalid control characters list to display a red question mark for.…
Added 0x7F to the invalid control characters list to display a red question mark for.

Issue: MIRTH-2000

Added not-yet-commons-ssl to server setup lib.…
Added not-yet-commons-ssl to server setup lib.

Issue: MIRTH-2050