Quick Search:

hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Directory Properties

  • bugtraq:label = Enter issue number (exclude 'MIRTH-'):
  • bugtraq:message = Issue: MIRTH-%BUGID%
  • bugtraq:url = http://www.mirthproject.org/jira/browse/MIRTH-%BUGID%

Changelog

4047 by dans on 03 December 2008, 12:38:24 -0800 (34 days ago) MIRTH-998 - fixed delimiter

./1.7.1/server/src/com/webreach/mirth/server/util/BatchMessageProcessor.java 4047 history download (+12 -2) diffs

3905 by dans on 07 October 2008, 11:44:01 -0700 (2 months 30 days ago) Fix for help desk issue 5447

./1.7.1/server/src/com/webreach/mirth/connectors/jms/JmsConnector.java 3905 history download (+46 -10) diffs

3588 by erikh on 08 July 2008, 17:10:56 -0700 (5 months 29 days ago) - Updated the import converter to convert pre-1.8 File, FTP and SFTP connectors to post-1.8 format.
- Fixed a bug in the File Reader that failed when trying to move the input file to the move-to direc…

./csv/server/src/com/webreach/mirth/connectors/file/FileMessageReceiver.java 3588 history download (+1 -0) diffs

./csv/server/src/com/webreach/mirth/model/util/ImportConverter.java 3588 history download (+150 -0) diffs

./csv/server/src/com/webreach/mirth/server/controllers/ChannelController.java 3588 history download (+1 -1) diffs

3583 by jacobb on 08 July 2008, 13:03:30 -0700 (5 months 29 days ago) Fixed info message showing up behind modal window.

./csv/client/src/com/webreach/mirth/client/ui/editors/JavaScriptEditorDialog.java 3583 history download (+2 -1) diffs

3572 by erikh on 03 July 2008, 17:25:02 -0700 (6 months ago) - Updated the File Connector UI to split the method (scheme), directory (for scheme file), and host/path (for scheme ftp and sftp) onto separate rows.
- Fixed a bug in MuleConfigurationBuilder where i…

./csv/server/src/com/webreach/mirth/connectors/file/FileMessageReceiver.java 3572 history download (+1 -1) diffs

./csv/server/src/com/webreach/mirth/connectors/file/filesystems/FileConnection.java 3572 history download (+7 -2) diffs

./csv/server/src/com/webreach/mirth/connectors/file/filesystems/FileSystemConnection.java 3572 history download (+2 -1) diffs

./csv/server/src/com/webreach/mirth/connectors/file/filesystems/FtpConnection.java 3572 history download (+7 -4) diffs

./csv/server/src/com/webreach/mirth/connectors/file/filesystems/SftpConnection.java 3572 history download (+11 -2) diffs

… 1 more file in changeset.
3571 by erikh on 03 July 2008, 17:24:43 -0700 (6 months ago) - Updated the File Connector UI to split the method (scheme), directory (for scheme file), and host/path (for scheme ftp and sftp) onto separate rows.
- Fixed a bug in MuleConfigurationBuilder where i…

./csv/client/src/com/webreach/mirth/connectors/file/FileReader.form 3571 history download (+242 -221) diffs

./csv/client/src/com/webreach/mirth/connectors/file/FileReader.java 3571 history download (+292 -235) diffs

./csv/client/src/com/webreach/mirth/connectors/file/FileWriter.form 3571 history download (+193 -196) diffs

./csv/client/src/com/webreach/mirth/connectors/file/FileWriter.java 3571 history download (+211 -184) diffs

3569 by erikh on 03 July 2008, 11:08:57 -0700 (6 months ago) - Reversed out change #3545, removing the ability to load a single record from a batch processed file into the message template pane for a connector filter or transformer.
Issue: MIRTH-443

./csv/server/conf/log4j.properties 3569 history download (+1 -6) diffs

./csv/server/src/com/webreach/mirth/server/mule/adaptors/BatchAdaptor.java 3569 history download (+5 -1) diffs

./csv/server/src/com/webreach/mirth/server/mule/adaptors/BatchMessageProcessor.java 3569 history download (+4 -1) diffs

./csv/server/src/com/webreach/mirth/server/mule/adaptors/DelimitedAdaptor.java 3569 history download (+1 -1) diffs

./csv/server/src/com/webreach/mirth/server/mule/adaptors/HL7v2Adaptor.java 3569 history download (+1 -1) diffs

3568 by erikh on 03 July 2008, 11:06:10 -0700 (6 months ago) - Reversed out change #3544, removing the ability to load a single record from a batch processed file into the message template pane for a connector filter or transformer.
Issue: MIRTH-443

./csv/client/src/com/webreach/mirth/client/ui/TemplatePanel.form 3568 history download (+1 -1) diffs

./csv/client/src/com/webreach/mirth/client/ui/TemplatePanel.java 3568 history download (+1 -110) diffs

./csv/client/src/log4j.properties 3568 history download (+0 -3) diffs

3563 by andyt on 03 July 2008, 09:53:54 -0700 (6 months ago) no comment

./csv/client/src/com/webreach/mirth/client/ui/beans/DelimitedPropertiesBeanInfo.java 3563 history download (+3 -1) diffs

3550 by jacobb on 02 July 2008, 11:12:14 -0700 (6 months ago) Added JavaScriptPropertyEditor.java

./csv/client/src/com/webreach/mirth/client/ui/editors/JavaScriptPropertyEditor.java 3550 history download (+66) new

3549 by jacobb on 02 July 2008, 11:09:39 -0700 (6 months ago) no comment

./csv/client/src/com/webreach/mirth/client/ui/editors/JavaScriptPropertyEditor.java 3549 history deleted

3547 by andyt on 02 July 2008, 10:53:09 -0700 (6 months ago) no comment

./csv/client/src/com/webreach/mirth/client/ui/editors/JavascriptPropertyEditor.java 3547 history deleted

3545 by erikh on 30 June 2008, 18:07:07 -0700 (6 months ago) - Changed the "file open" processing in the message template panels of the filter and transformer editors to support loading single messages out of files containing batches of messages.
Issue: MIRTH-4…

./csv/server/conf/log4j.properties 3545 history download (+6 -1) diffs

./csv/server/src/com/webreach/mirth/server/mule/adaptors/BatchAdaptor.java 3545 history download (+1 -5) diffs

./csv/server/src/com/webreach/mirth/server/mule/adaptors/BatchMessageProcessor.java 3545 history download (+1 -4) diffs

./csv/server/src/com/webreach/mirth/server/mule/adaptors/DelimitedAdaptor.java 3545 history download (+1 -1) diffs

./csv/server/src/com/webreach/mirth/server/mule/adaptors/HL7v2Adaptor.java 3545 history download (+1 -1) diffs

3544 by erikh on 30 June 2008, 18:05:59 -0700 (6 months ago) - Changed the "file open" processing in the message template panels of the filter and transformer editors to support loading single messages out of files containing batches of messages.
Issue: MIRTH-4…

./csv/client/src/com/webreach/mirth/client/ui/BatchFileOpenPanel.form 3544 history download (+110) new

./csv/client/src/com/webreach/mirth/client/ui/BatchFileOpenPanel.java 3544 history download (+134) new

./csv/client/src/com/webreach/mirth/client/ui/TemplatePanel.form 3544 history download (+1 -1) diffs

./csv/client/src/com/webreach/mirth/client/ui/TemplatePanel.java 3544 history download (+110 -1) diffs

./csv/client/src/log4j.properties 3544 history download (+3 -0) diffs

3541 by andyt on 30 June 2008, 14:45:19 -0700 (6 months ago) no comment

./csv/server/src/com/webreach/mirth/server/builders/MuleConfigurationBuilder.java 3541 history download (+4 -4) diffs

3511 by erikh on 26 June 2008, 11:24:55 -0700 (6 months ago) - Fixed the behavior of the radio buttons in the file reader and writer connector property pages.
- Fixed the information text displayed in the dashboard connector status tab for file writers using th…

./csv/client/src/com/webreach/mirth/connectors/file/FileReader.form 3511 history download (+34 -10) diffs

./csv/client/src/com/webreach/mirth/connectors/file/FileReader.java 3511 history download (+23 -10) diffs

./csv/client/src/com/webreach/mirth/connectors/file/FileWriter.form 3511 history download (+88 -62) diffs

./csv/client/src/com/webreach/mirth/connectors/file/FileWriter.java 3511 history download (+78 -65) diffs

3510 by erikh on 26 June 2008, 11:24:48 -0700 (6 months ago) - Fixed the behavior of the radio buttons in the file reader and writer connector property pages.
- Fixed the information text displayed in the dashboard connector status tab for file writers using th…

./csv/server/src/com/webreach/mirth/connectors/file/FileWriterProperties.java 3510 history download (+39 -0) diffs

./csv/server/src/com/webreach/mirth/plugins/dashboardstatus/DashboardConnectorStatusMonitor.java 3510 history download (+1 -1) diffs

3509 by andyt on 25 June 2008, 21:54:10 -0700 (6 months ago) no comment

./csv/server/src/com/webreach/mirth/model/converters/DelimitedProperties.java 3509 history download (+43 -0) diffs

3508 by andyt on 25 June 2008, 20:30:29 -0700 (6 months ago) no comment

./csv/client/src/com/webreach/mirth/client/ui/TreePanel.java 3508 history download (+4 -0) diffs

3503 by geraldb on 24 June 2008, 18:50:31 -0700 (6 months ago) Applied window size patch.

./csv/client/src/com/webreach/mirth/client/ui/editors/BoundPropertiesSheetDialog.java 3503 history download (+10 -1) diffs

earlier earlier | later later
Open Source License registered to the Mirth Project. This license of FishEye is provided to support the development of Mirth only.
Atlassian FishEye, the whole repository view. (Version:1.4.1 Build:build-262 2007-12-19 ) - Bug/feature request - Page generated 2009-01-06 18:45 -0800