Quick Search:

hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Sort: path | last-commit | first-commit Sub Directories

Changelog

4023 by jacobb on 20 November 2008, 18:55:10 -0800 (13 hours ago) Added checks for the proper mirth version in extension metadata files that are being installed.
Issue: MIRTH-984

trunk/server/src/com/webreach/mirth/util/ExtensionUtil.java 4023 history download (+47 -2) diffs

4022 by jacobb on 20 November 2008, 18:53:23 -0800 (13 hours ago) Added version exception check to Extension Manager.
Issue: MIRTH-984

trunk/client/src/com/webreach/mirth/plugins/extensionmanager/ExtensionManagerClient.java 4022 history download (+16 -1) diffs

trunk/client/src/com/webreach/mirth/plugins/extensionmanager/ExtensionManagerPanel.java 4022 history download (+1 -13) diffs

4021 by chrisr on 20 November 2008, 15:48:10 -0800 (16 hours ago) fixed Alert dialogs throughout Mirth Administrator to appear in the center in respect to Frame.

trunk/client/src/com/webreach/mirth/client/ui/ChannelSetup.java 4021 history download (+16 -16) diffs

4019 by brendanh on 20 November 2008, 13:45:28 -0800 (19 hours ago) MIRTH-982 Reprocessing with a disabled destination doesn't work

trunk/server/src/com/webreach/mirth/model/Channel.java 4019 history download (+10 -0) diffs

4018 by brendanh on 20 November 2008, 13:45:08 -0800 (19 hours ago) MIRTH-982 Reprocessing with a disabled destination doesn't work

trunk/client/src/com/webreach/mirth/client/ui/ReprocessMessagesDialog.java 4018 history download (+11 -15) diffs

4017 by brendanh on 20 November 2008, 12:49:00 -0800 (19 hours ago) MIRTH-938        Improve database pruning
Forgot to commit this file

trunk/client/src/com/webreach/mirth/plugins/messagepruner/MessagePrunerPanel.form 4017 history download (+89 -24) diffs

trunk/client/src/com/webreach/mirth/plugins/messagepruner/MessagePrunerPanel.java 4017 history download (+100 -42) diffs

4016 by geraldb on 17 November 2008, 17:54:45 -0800 (3 days ago) Sends alert when status >= 400
Issue: MIRTH-980

trunk/server/src/com/webreach/mirth/connectors/http/HttpClientMessageDispatcher.java 4016 history download (+1 -0) diffs

4015 by brendanh on 17 November 2008, 17:40:40 -0800 (3 days ago) MIRTH-979 Add code templates to DB and JS Connector and postprocessor

trunk/server/src/com/webreach/mirth/connectors/jdbc/JdbcConnector.java 4015 history download (+16 -0) diffs

trunk/server/src/com/webreach/mirth/connectors/js/JavaScriptConnector.java 4015 history download (+16 -0) diffs

4014 by jacobb on 14 November 2008, 17:22:58 -0800 (6 days ago) Reverted performance changes because of synchronization error that still occurs with the message object.
Issue: MIRTH-976

trunk/server/src/org/mule/routing/outbound/FilteringMulticastingRouter.java 4014 history download (+6 -13) diffs

4013 by geraldb on 13 November 2008, 17:28:55 -0800 (7 days ago) Added ${date} variable (Velocity DateTool)
Issue: MIRTH-977

trunk/server/src/com/webreach/mirth/server/controllers/DefaultAlertController.java 4013 history download (+2 -0) diffs

4012 by jacobb on 13 November 2008, 16:01:02 -0800 (7 days ago) Cloned the message in FilteringMulticastingRouter in order to remove the need for the synchronized block.
Issue: MIRTH-976

trunk/server/src/org/mule/routing/outbound/FilteringMulticastingRouter.java 4012 history download (+14 -7) diffs

4011 by jacobb on 13 November 2008, 12:29:25 -0800 (7 days ago) Removed performance change from FilteringMulticastingRouter.java
Issue: MIRTH-976

trunk/server/src/org/mule/routing/outbound/FilteringMulticastingRouter.java 4011 history download (+2 -2) diffs

4010 by chrisr on 12 November 2008, 17:29:39 -0800 (8 days ago) added mirth-client-core.jar to svn:ignore.

trunk/manager/lib 4010 history download (+0 -0) diffs

4009 by chrisr on 11 November 2008, 16:41:42 -0800 (9 days ago) fixed the random hanging of the dashboard channel status info between channels.

trunk/client/src/com/webreach/mirth/client/ui/DashboardPanel.java 4009 history download (+1 -2) diffs

4008 by jacobb on 11 November 2008, 14:11:35 -0800 (9 days ago) Added Chris's patch to remove the synchronized block in Mule and fix a concurrent velocity log error.
Issue: MIRTH-976

trunk/server/src/com/webreach/mirth/server/Mirth.java 4008 history download (+451 -447) diffs

trunk/server/src/org/mule/providers/TemplateValueReplacer.java 4008 history download (+1 -2) diffs

trunk/server/src/org/mule/routing/outbound/FilteringMulticastingRouter.java 4008 history download (+2 -2) diffs

4007 by brendanh on 11 November 2008, 12:18:12 -0800 (9 days ago) MIRTH-906 Should not be able to use queuing with Keep Connection Open on LLP connector

trunk/server/src/org/mule/providers/QueueEnabledConnector.java 4007 history download (+1 -1) diffs

4006 by chrisr on 11 November 2008, 12:09:16 -0800 (9 days ago) Improved SOAP Sender to support for local WSDL XML files.
Issue: MIRTH-975

trunk/client/src/com/webreach/mirth/connectors/soap/SOAPSender.java 4006 history download (+14 -4) diffs

trunk/server/src/com/webreach/mirth/connectors/soap/SoapConnectorService.java 4006 history download (+13 -8) diffs

trunk/server/src/com/webreach/mirth/server/util/WebServiceReader.java 4006 history download (+30 -24) diffs

4005 by brendanh on 11 November 2008, 11:49:27 -0800 (9 days ago) MIRTH-895 Fixed bug where writing to sink caused a NPE

trunk/server/src/org/mule/routing/inbound/InboundMessageRouter.java 4005 history download (+7 -2) diffs

4004 by brendanh on 10 November 2008, 14:40:46 -0800 (10 days ago) MIRTH-938 Improve database pruning

trunk/server/conf/derby/derby-message.xml 4004 history download (+13 -0) diffs

trunk/server/conf/mysql/mysql-message.xml 4004 history download (+15 -3) diffs

trunk/server/conf/oracle/oracle-message.xml 4004 history download (+15 -3) diffs

trunk/server/conf/postgres/postgres-message.xml 4004 history download (+15 -3) diffs

trunk/server/conf/sqlserver/sqlserver-message.xml 4004 history download (+14 -3) diffs

… 5 more files in changeset.
4003 by chrisr on 10 November 2008, 11:35:49 -0800 (10 days ago) Added the ability to load WSDL from a XML file.

Issue: MIRTH-975

trunk/client/src/com/webreach/mirth/connectors/soap/SOAPSender.form 4003 history download (+22 -12) diffs

trunk/client/src/com/webreach/mirth/connectors/soap/SOAPSender.java 4003 history download (+36 -17) diffs

trunk/server/src/com/webreach/mirth/server/util/WebServiceReader.java 4003 history download (+7 -1) diffs

4002 by chrisr on 07 November 2008, 16:59:58 -0800 (13 days ago) made some updates to properly support the SOAP external address.
Issue: MIRTH-974

trunk/client/src/com/webreach/mirth/connectors/soap/SOAPListener.java 4002 history download (+24 -13) diffs

trunk/server/src/com/webreach/mirth/connectors/soap/axis/AxisConnector.java 4002 history download (+10 -1) diffs

trunk/server/src/com/webreach/mirth/connectors/soap/axis/AxisMessageReceiver.java 4002 history download (+1 -3) diffs

4001 by chrisr on 07 November 2008, 13:50:29 -0800 (13 days ago) For SOAP Listener connector, added support for user specified external address.

Issue: MIRTH-974

trunk/client/src/com/webreach/mirth/connectors/soap/SOAPListener.form 4001 history download (+56 -19) diffs

trunk/client/src/com/webreach/mirth/connectors/soap/SOAPListener.java 4001 history download (+197 -123) diffs

trunk/server/src/com/webreach/mirth/connectors/soap/SOAPListenerProperties.java 4001 history download (+5 -2) diffs

4000 by jacobb on 06 November 2008, 18:28:01 -0800 (14 days ago) Set the synchronous property on messages to the receiver channel's synchronous property rather than the sender's.
Issue: MIRTH-895

trunk/server/src/org/mule/routing/inbound/InboundMessageRouter.java 4000 history download (+14 -0) diffs

3999 by chrisr on 06 November 2008, 17:48:49 -0800 (14 days ago) Adjusted the Server Log Dialog to be in the center of the Mirth Frame.class

trunk/client/src/com/webreach/mirth/plugins/serverlog/ServerLogPanel.java 3999 history download (+1 -1) diffs

trunk/client/src/com/webreach/mirth/plugins/serverlog/ViewServerLogContentDialog.java 3999 history download (+3 -15) diffs

3998 by jacobb on 06 November 2008, 14:11:33 -0800 (14 days ago) Fixed bug that caused a NullPointerException if the MessageObject was null.  Set the Protocol to be retrieved from the channel cache.
Issue: MIRTH-806

trunk/server/src/com/webreach/mirth/connectors/mllp/MllpMessageReceiver.java 3998 history download (+10 -2) diffs

3997 by jacobb on 05 November 2008, 18:15:04 -0800 (15 days ago) Fixed the Filter and Transformer panes to use the main task pane container.  They now simply add task panes to it, then set focus on them as required.
Issue: MIRTH-973

trunk/client/src/com/webreach/mirth/client/ui/ChannelSetup.java 3997 history download (+2 -2) diffs

trunk/client/src/com/webreach/mirth/client/ui/Frame.java 3997 history download (+23 -4) diffs

trunk/client/src/com/webreach/mirth/client/ui/editors/filter/FilterPane.java 3997 history download (+6 -12) diffs

trunk/client/src/com/webreach/mirth/client/ui/editors/transformer/TransformerPane.java 3997 history download (+7 -11) diffs

3996 by geraldb on 05 November 2008, 14:59:14 -0800 (15 days ago) * Added -d debug mode to print full stack trace when exception is encountered
* Remove file.exists and file.canRead checks
Issue: MIRTH-610

trunk/server/src/com/webreach/mirth/server/tools/Shell.java 3996 history download (+58 -74) diffs

3995 by jacobb on 05 November 2008, 14:02:39 -0800 (15 days ago) Fixed bug that didn't disable the text field for the number of days after which to prune messages in some cases.
Issue: MIRTH-971

trunk/client/src/com/webreach/mirth/client/ui/ChannelSetup.java 3995 history download (+1 -0) 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 2008-11-21 08:47 -0800