Quick Search:

Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

History

trunk 4108 724 client 708 137

latest revision download trunk

4108 annotated / raw | Diffs: previous, other | Lines: 2315 ( +1, -1 )

Created: 2009-01-06 16:15:26 -0800 (107 minutes ago) | Author: jacobb | Changeset: 4108

Fixed bug with importing and overwriting a channel.  Added override that stops the prompting of saving a channel with a different revision number.

4106 annotated / raw | Diffs: previous, other | Lines: 2315 ( +66, -8 )

Created: 2008-12-22 14:44:12 -0800 (15 days ago) | Author: jacobb | Changeset: 4106

Added Import/Export Connector.
Refactored all importing and exporting to use importFile/exportFile methods.
Issue: MIRTH-987

4021 annotated / raw | Diffs: previous, other | Lines: 2257 ( +16, -16 )

Created: 2008-11-20 15:48:10 -0800 (47 days ago) | Author: chrisr | Changeset: 4021

fixed Alert dialogs throughout Mirth Administrator to appear in the center in respect to Frame.

4020 annotated / raw | Diffs: previous, other | Lines: 2257 ( +27, -39 )

Created: 2008-11-20 15:33:18 -0800 (47 days ago) | Author: chrisr | Changeset: 4020

Added External Script type to the Filter.

3997 annotated / raw | Diffs: previous, other | Lines: 2269 ( +2, -2 )

Created: 2008-11-05 18:15:04 -0800 (2 months ago) | Author: jacobb | Changeset: 3997

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

3995 annotated / raw | Diffs: previous, other | Lines: 2269 ( +1, -0 )

Created: 2008-11-05 14:02:39 -0800 (2 months 1 day ago) | Author: jacobb | Changeset: 3995

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

3994 annotated / raw | Diffs: previous, other | Lines: 2268 ( +6, -0 )

Created: 2008-11-05 13:48:42 -0800 (2 months 1 day ago) | Author: jacobb | Changeset: 3994

Fixed bug that allowed users to enter a blank number of days if they are pruning messages.  Also fixed bug that didn't enable the number of days text field in some cases.
Issue: MIRTH-971

3989 annotated / raw | Diffs: previous, other | Lines: 2262 ( +0, -2 )

Created: 2008-11-04 17:10:17 -0800 (2 months 2 days ago) | Author: jacobb | Changeset: 3989

Fixed imports.

3988 annotated / raw | Diffs: previous, other | Lines: 2264 ( +12, -3 )

Created: 2008-11-04 17:08:54 -0800 (2 months 2 days ago) | Author: jacobb | Changeset: 3988

Added the number of rules or steps in parenthesis next to "Edit Filter" or "Edit Transformer".
Issue: MIRTH-967

3955 annotated / raw | Diffs: previous, other | Lines: 2255 ( +7, -6 )

Created: 2008-10-23 14:12:37 -0700 (2 months 14 days ago) | Author: jacobb | Changeset: 3955

Added DEL action to the following tables: Alerts, Channels, Destinations, Code Templates, Users, Events, Messages, Filter Rules, Transformer Steps
Issue: MIRTH-943

3804 annotated / raw | Diffs: previous, other | Lines: 2254 ( +2, -2 )

Created: 2008-09-26 14:17:25 -0700 (3 months 10 days ago) | Author: geraldb | Changeset: 3804

Changed SENDER > DESTINATION and LISTENER > SOURCE on connectors

3633 annotated / raw | Diffs: previous, other | Lines: 2254 ( +16, -16 )

Created: 2008-07-28 13:55:46 -0700 (5 months 9 days ago) | Author: jacobb | Changeset: 3633

MIRTH-882
Added options to pass alerts a parent component.

MIRTH-883
Added server identification options.

3364 annotated / raw | Diffs: previous, other | Lines: 2254 ( +1, -2 )

Created: 2008-03-14 17:45:02 -0700 (9 months ago) | Author: brendanh | Changeset: 3364

MIRTH-774 Add code templating framework to Mirth
Added user defined functions to each of the JS scopes
Added migration scripts
Updated schema version
Updated version to 1.7.1

Branch point for: csv

Tags: 1.7.1

3356 annotated / raw | Diffs: previous, other | Lines: 2255 ( +3, -6 )

Created: 2008-03-12 02:58:11 -0700 (9 months ago) | Author: chrisr | Changeset: 3356

re-addressed revision 3339.  that was not the right fix.  found out that just because constructors are declared in a certain order in a class, that does not mean they'll be in that order in the constructor_array returned by getDeclaredConstructors().  Confirmed while debugging that it's actually in random order.   Added conditional logic to check the number of parameters for FilterPane, and TransformerPane.  Since there are only two constructors taking one or two parameters, just checking the number of parameters is sufficient to avoid the error.  Also reversed the changes made in revision 3339.


ERROR 2008-03-04 15:57:28,015 [SwingWorker-pool-1-thread-1] com.webreach.mirth.client.ui.Frame: wrong number of arguments
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
java.lang.reflect.Constructor.newInstance(Unknown Source)
com.webreach.mirth.client.ui.editors.transformer.TransformerPane.loadPlugins(TransformerPane.java:152)
com.webreach.mirth.client.ui.editors.transformer.TransformerPane.initComponents(TransformerPane.java:338)
com.webreach.mirth.client.ui.editors.transformer.TransformerPane.<init>(TransformerPane.java:170)
com.webreach.mirth.client.ui.ChannelSetup.<init>(ChannelSetup.java:112)
com.webreach.mirth.client.ui.Frame.setupFrame(Frame.java:398)
com.webreach.mirth.client.ui.Mirth.<init>(Mirth.java:72)
com.webreach.mirth.client.ui.LoginPanel$6.doInBackground(LoginPanel.java:347)
com.webreach.mirth.client.ui.LoginPanel$6.doInBackground(LoginPanel.java:365)
org.jdesktop.swingx.util.SwingWorker$1.call(Unknown Source)
java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
java.util.concurrent.FutureTask.run(Unknown Source)
org.jdesktop.swingx.util.SwingWorker.run(Unknown Source)
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
java.lang.Thread.run(Unknown Source)

3339 annotated / raw | Diffs: previous, other | Lines: 2258 ( +6, -3 )

Created: 2008-03-04 18:15:17 -0800 (10 months ago) | Author: chrisr | Changeset: 3339

resolved this error:

ERROR 2008-03-04 15:57:28,015 [SwingWorker-pool-1-thread-1] com.webreach.mirth.client.ui.Frame: wrong number of arguments
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
java.lang.reflect.Constructor.newInstance(Unknown Source)
com.webreach.mirth.client.ui.editors.transformer.TransformerPane.loadPlugins(TransformerPane.java:152)
com.webreach.mirth.client.ui.editors.transformer.TransformerPane.initComponents(TransformerPane.java:338)
com.webreach.mirth.client.ui.editors.transformer.TransformerPane.<init>(TransformerPane.java:170)
com.webreach.mirth.client.ui.ChannelSetup.<init>(ChannelSetup.java:112)
com.webreach.mirth.client.ui.Frame.setupFrame(Frame.java:398)
com.webreach.mirth.client.ui.Mirth.<init>(Mirth.java:72)
com.webreach.mirth.client.ui.LoginPanel$6.doInBackground(LoginPanel.java:347)
com.webreach.mirth.client.ui.LoginPanel$6.doInBackground(LoginPanel.java:365)
org.jdesktop.swingx.util.SwingWorker$1.call(Unknown Source)
java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
java.util.concurrent.FutureTask.run(Unknown Source)
org.jdesktop.swingx.util.SwingWorker.run(Unknown Source)
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
java.lang.Thread.run(Unknown Source)

by instantiating TransforerPane and FilterPane AFTER ChannelSetup initComponents() has been run.

3320 annotated / raw | Diffs: previous, other | Lines: 2255 ( +1, -19 )

Created: 2008-02-11 16:58:31 -0800 (10 months ago) | Author: brendanh | Changeset: 3320

MIRTH-754        Incorrect variable reference created in JS and IHE connectors

3315 annotated / raw | Diffs: previous, other | Lines: 2273 ( +8, -4 )

Created: 2008-02-05 17:03:42 -0800 (11 months ago) | Author: brendanh | Changeset: 3315

Updated connector checker to give list of missing connectors
Added this hook into import channel

3306 annotated / raw | Diffs: previous, other | Lines: 2269 ( +2, -2 )

Created: 2008-02-01 18:25:18 -0800 (11 months ago) | Author: brendanh | Changeset: 3306

Added code templating, updated plugin framework.

3270 annotated / raw | Diffs: previous, other | Lines: 2269 ( +14, -0 )

Created: 2008-01-25 18:07:16 -0800 (11 months ago) | Author: jacobb | Changeset: 3270

Fixed bug with incoming data protocol properties not being reset.

Branch point for: 1.7.1 tag:1.7.0

Tags: 1.7.0

3256 annotated / raw | Diffs: previous, other | Lines: 2255 ( +16, -0 )

Created: 2008-01-22 15:49:40 -0800 (11 months ago) | Author: brendanh | Changeset: 3256

MIRTH-708       Autogenerated Template for DB Reader is not cleared when type changed

3223 annotated / raw | Diffs: previous, other | Lines: 2239 ( +1, -1 )

Created: 2008-01-16 11:02:10 -0800 (11 months ago) | Author: jacobb | Changeset: 3223

Added a line break to the unsynchronized warning.

3144 annotated / raw | Diffs: previous, other | Lines: 2239 ( +1, -1 )

Created: 2007-12-11 16:59:43 -0800 (12 months ago) | Author: brendanh | Changeset: 3144

Fixed problem where it would confirm clearing connector properties when no modifications were made.
Made channel name drop down on the connectors wider per Allan Hill's request.

3014 annotated / raw | Diffs: previous, other | Lines: 2239 ( +1, -0 )

Created: 2007-11-21 10:48:27 -0800 (13 months ago) | Author: jacobb | Changeset: 3014

Added "Turning off synchronization will disable the post-processor" warning in popup for synchronization.
Issue: MIRTH-616

2971 annotated / raw | Diffs: previous, other | Lines: 2238 ( +20, -4 )

Created: 2007-11-13 16:40:47 -0800 (13 months ago) | Author: brendanh | Changeset: 2971

MIRTH-505        Make sure respond-from parsing checks all scripts

2968 annotated / raw | Diffs: previous, other | Lines: 2222 ( +24, -0 )

Created: 2007-11-12 15:48:17 -0800 (13 months ago) | Author: jacobb | Changeset: 2968

Changed the way responses and channel synchronization are handled in the UI.
Issue: MIRTH-616

2951 annotated / raw | Diffs: previous, other | Lines: 2198 ( +8, -11 )

Created: 2007-11-09 13:36:18 -0800 (13 months ago) | Author: brendanh | Changeset: 2951

MIRTH-431        Inconsistent list rendering on client

2920 annotated / raw | Diffs: previous, other | Lines: 2201 ( +26, -0 )

Created: 2007-11-02 16:06:15 -0700 (14 months ago) | Author: brendanh | Changeset: 2920

MIRTH-554       CTRL-S does not work properly in the transformer

2908 annotated / raw | Diffs: previous, other | Lines: 2175 ( +4, -0 )

Created: 2007-11-02 12:40:37 -0700 (14 months ago) | Author: jacobb | Changeset: 2908

Fixed a bug in connector validation.
Changed Remove Events icon.
Changed "Directory to read" to "Directory" in FileReader.

2881 annotated / raw | Diffs: previous, other | Lines: 2171 ( +0, -1 )

Created: 2007-10-30 12:11:45 -0700 (14 months ago) | Author: jacobb | Changeset: 2881

Added validation to the global scripts when saving.
Issue: MIRTH-584

2867 annotated / raw | Diffs: previous, other | Lines: 2172 ( +44, -44 )

Created: 2007-10-23 17:20:56 -0700 (14 months ago) | Author: jacobb | Changeset: 2867

Fixed multiple javascript validation bugs.
Issue: MIRTH-565

2865 annotated / raw | Diffs: previous, other | Lines: 2172 ( +35, -10 )

Created: 2007-10-22 16:38:27 -0700 (14 months ago) | Author: brendanh | Changeset: 2865

MIRTH-174 Add a Last Login field for User
MIRTH-177 Add Last Changed column to channel

2863 annotated / raw | Diffs: previous, other | Lines: 2147 ( +1, -1 )

Created: 2007-10-18 13:48:34 -0700 (14 months ago) | Author: brendanh | Changeset: 2863

Fixed display issues in the filter/transformer

2861 annotated / raw | Diffs: previous, other | Lines: 2147 ( +25, -31 )

Created: 2007-10-17 16:17:51 -0700 (14 months ago) | Author: jacobb | Changeset: 2861

Modified every connector to have validation return a string including the errors found.
Added validation to DB Reader and Writer for javascript.
Added a CustomErrorDialog.
Improved validation features and code.
Issue: MIRTH-565

2859 annotated / raw | Diffs: previous, other | Lines: 2153 ( +40, -5 )

Created: 2007-10-16 17:43:41 -0700 (14 months ago) | Author: jacobb | Changeset: 2859

Added channel scripts and Database Reader/Writer scripts to channel validation.
All connectors now have a doValidate() method they can overwrite.
Issue: MIRTH-565

2857 annotated / raw | Diffs: previous, other | Lines: 2118 ( +125, -86 )

Created: 2007-10-16 13:44:57 -0700 (14 months ago) | Author: brendanh | Changeset: 2857

MIRTH-570  Add the revision code for a channel on the summary page, primarily so that developers working on the same channel can make sure that they are on the same version of the channel.  

Fixed bug where client crashed because of null pointer on filter/transformer pane validation

2856 annotated / raw | Diffs: previous, other | Lines: 2079 ( +26, -29 )

Created: 2007-10-15 18:01:37 -0700 (14 months ago) | Author: jacobb | Changeset: 2856

All validation errors for a channel are now displayed in a single error window.
Issue: MIRTH-565

2853 annotated / raw | Diffs: previous, other | Lines: 2082 ( +50, -0 )

Created: 2007-10-15 15:43:01 -0700 (14 months ago) | Author: jacobb | Changeset: 2853

Added features that validate all connectors, filters, and transformers when saving.
The validation is run from the step or rule plugin doValidate() method.

Next update will display all errors in a single error window and add the option to validate without saving.
Issue: MIRTH-565

2844 annotated / raw | Diffs: previous, other | Lines: 2032 ( +49, -4 )

Created: 2007-10-12 15:47:02 -0700 (14 months ago) | Author: jacobb | Changeset: 2844

Fixed multiple connector validation bugs.
Now highlighters are always on after a failed saved attempt until the problem is resolved.

Also fixed typos and errors in charset encoding information and moved class outside of Frame.
Issue: MIRTH-426

2759 annotated / raw | Diffs: previous, other | Lines: 1987 ( +11, -2 )

Created: 2007-09-17 17:34:44 -0700 (15 months ago) | Author: brendanh | Changeset: 2759

Added filter plugin support
Added new filter plugin for graphically representing a rule
Refactored the message trees and templates

2741 annotated / raw | Diffs: previous, other | Lines: 1978 ( +18, -13 )

Created: 2007-08-28 03:08:21 -0700 (16 months ago) | Author: chrisl | Changeset: 2741

Updated logic for variable parsing in steps and rules
Fixed MIRTH-498 and MIRTH-503

Tags: 1.6.1

2635 annotated / raw | Diffs: previous, other | Lines: 1973 ( +4, -4 )

Created: 2007-08-11 12:19:19 -0700 (16 months ago) | Author: chrisl | Changeset: 2635

Fixed bug compiled post processor script (incorrect constant reference)
Removed carriage returns from all default scripts (for cross-platform compatability)
Added logging statments to script removal and addition

Branch point for: 1.6.1 1.7.0

Tags: 1.6.0

2552 annotated / raw | Diffs: previous, other | Lines: 1973 ( +47, -51 )

Created: 2007-08-05 06:28:08 -0700 (17 months ago) | Author: chrisl | Changeset: 2552

Added connection monitoring status column
Made client cache plugin metadata
Allowed dashboard column plugins to define position (before or after)
Updated login dialog to show more accurate status information
Added dashboard connection monitoring plugin to build
Updated monitoring model to follow event based rules
Fixed TCP and MLLP dispatcher retry setting not being honored (MIRTH-447)
Fixed TCP and MLLP dispatcher to correctly keep connections open if selected (MIRTH-446)
Updated ResponseACK checker to not use DOM

Issue: MIRTH-394

2508 annotated / raw | Diffs: previous, other | Lines: 1977 ( +11, -3 )

Created: 2007-07-31 23:13:33 -0700 (17 months ago) | Author: chrisl | Changeset: 2508

Resized SOAP Sender
Moved ACKGenerator to util with JS scope
Made transformer pane loading fail if missing plugin
Made backup filename auto-file date
Updated treepanel to load new vocab
Changed ChannelWriter property name from synchronized to synchronised (to prevent java keyword conflict)
Made vm dispatcher use synchronous setting
Updated all vocab providers to use new abstract base class
Added extension point to MessageVocabFactory to load plugins
Updated SVN Ignore

2502 annotated / raw | Diffs: previous, other | Lines: 1969 ( +1, -1 )

Created: 2007-07-31 15:38:36 -0700 (17 months ago) | Author: brendanh | Changeset: 2502

Made some ui tweaks.

2498 annotated / raw | Diffs: previous, other | Lines: 1969 ( +0, -1 )

Created: 2007-07-31 13:05:29 -0700 (17 months ago) | Author: brendanh | Changeset: 2498

Added hook for autologin for dev.

2486 annotated / raw | Diffs: previous, other | Lines: 1970 ( +1, -1 )

Created: 2007-07-31 03:41:38 -0700 (17 months ago) | Author: chrisl | Changeset: 2486

Fixed post processing script loading in ChannelSetup
Changed "Validate Javascript" task to "Validate Step"
Made global postprocessor run after local postprocessor
Updated loggers in JavascriptUtil

2483 annotated / raw | Diffs: previous, other | Lines: 1970 ( +1, -1 )

Created: 2007-07-31 02:33:46 -0700 (17 months ago) | Author: chrisl | Changeset: 2483

Made each transformer step plugin it's own jar
Made context sensitive save functions
Fixed script panel loading cached copies of scripts

2467 annotated / raw | Diffs: previous, other | Lines: 1970 ( +20, -10 )

Created: 2007-07-27 19:06:21 -0700 (17 months ago) | Author: brendanh | Changeset: 2467

Added new postprocessor script to mirth/channels
Redesigned script panels

2432 annotated / raw | Diffs: previous, other | Lines: 1960 ( +38, -32 )

Created: 2007-07-25 21:05:03 -0700 (17 months ago) | Author: chrisl | Changeset: 2432

Moved ClientPlugin to ClientPluginPanel
Updated extension point in ChannelSetup
Added *-shared.jar to svn-ignore

2425 annotated / raw | Diffs: previous, other | Lines: 1954 ( +34, -13 )

Created: 2007-07-25 16:29:35 -0700 (17 months ago) | Author: jacobb | Changeset: 2425

Fixed bug that allowed deleting the last enabled destination.
Made it not validate destinations that are disabled when saving.
Issue: MIRTH-414

2411 annotated / raw | Diffs: previous, other | Lines: 1933 ( +1, -1 )

Created: 2007-07-23 15:38:48 -0700 (17 months ago) | Author: brendanh | Changeset: 2411

Minor UI tweaks.

2410 annotated / raw | Diffs: previous, other | Lines: 1933 ( +14, -0 )

Created: 2007-07-23 14:36:53 -0700 (17 months ago) | Author: jacobb | Changeset: 2410

MIRTH-414 Updated the client so that at least one destination must be enabled.

2407 annotated / raw | Diffs: previous, other | Lines: 1919 ( +11, -11 )

Created: 2007-07-23 14:07:17 -0700 (17 months ago) | Author: brendanh | Changeset: 2407

Added the plugin manager. Fixed misc. bugs in other parts of the client.

2406 annotated / raw | Diffs: previous, other | Lines: 1919 ( +74, -21 )

Created: 2007-07-20 15:08:42 -0700 (17 months ago) | Author: jacobb | Changeset: 2406

MIRTH-414 Added the ability to enable and disable destinations on the client.

2397 annotated / raw | Diffs: previous, other | Lines: 1866 ( +1, -1 )

Created: 2007-07-17 13:36:53 -0700 (17 months ago) | Author: brendanh | Changeset: 2397

Added dynamic function lists depending upon the scope.

2393 annotated / raw | Diffs: previous, other | Lines: 1866 ( +9, -0 )

Created: 2007-07-13 12:56:16 -0700 (17 months ago) | Author: brendanh | Changeset: 2393

Added global deploy, shutdown, and preprocessing scripts.

2390 annotated / raw | Diffs: previous, other | Lines: 1857 ( +2, -2 )

Created: 2007-07-12 12:01:39 -0700 (17 months ago) | Author: brendanh | Changeset: 2390

Added option for clearing global map on deploy.
Added empty nodes to tree panel.

2386 annotated / raw | Diffs: previous, other | Lines: 1857 ( +216, -198 )

Created: 2007-07-11 16:59:23 -0700 (17 months ago) | Author: brendanh | Changeset: 2386

Fixed the shell so that it now has its own launcher (in order to incorporate plugins)
Added custom deploy and shutdown scripts.
Added scripts to the channel model.
Updated import converter to account for the changes.

2381 annotated / raw | Diffs: previous, other | Lines: 1839 ( +23, -1 )

Created: 2007-07-06 16:50:37 -0700 (18 months ago) | Author: brendanh | Changeset: 2381

Fixed database writer drag and drop.  
Fixed UI bug on channel writer.

2321 annotated / raw | Diffs: previous, other | Lines: 1817 ( +8, -8 )

Created: 2007-06-19 15:48:31 -0700 (18 months ago) | Author: brendanh | Changeset: 2321

Added ability to send messages to any running channel through the UI.
Fixed a bug with user wizard being resizable.
Fixed a bug on SOAPListener that caused it to never validate.
Added ability to import channels, transformers, and filters by dragging them from the file system.

2309 annotated / raw | Diffs: previous, other | Lines: 1817 ( +13, -11 )

Created: 2007-06-13 13:46:51 -0700 (18 months ago) | Author: brendanh | Changeset: 2309

Removed the checking of missing channel properties.

2307 annotated / raw | Diffs: previous, other | Lines: 1815 ( +11, -124 )

Created: 2007-06-12 17:56:51 -0700 (18 months ago) | Author: brendanh | Changeset: 2307

Moved default property logic to the client core.

2304 annotated / raw | Diffs: previous, other | Lines: 1928 ( +18, -0 )

Created: 2007-06-12 14:24:49 -0700 (18 months ago) | Author: brendanh | Changeset: 2304

UI now loads connectors dynamically.

2299 annotated / raw | Diffs: previous, other | Lines: 1910 ( +5, -5 )

Created: 2007-06-12 12:15:28 -0700 (18 months ago) | Author: geraldb | Changeset: 2299

no comment

2293 annotated / raw | Diffs: previous, other | Lines: 1910 ( +27, -27 )

Created: 2007-06-11 15:11:42 -0700 (18 months ago) | Author: brendanh | Changeset: 2293

Refactored all connectors into individual jars.
Updated build process to account for this.

2208 annotated / raw | Diffs: previous, other | Lines: 1910 ( +2, -2 )

Created: 2007-05-16 14:57:00 -0700 (19 months ago) | Author: brendanh | Changeset: 2208

Fixed a bug that made the synchronous checkbox not work.

Branch point for: tag:1.5.0

Tags: 1.5.0

2207 annotated / raw | Diffs: previous, other | Lines: 1910 ( +33, -13 )

Created: 2007-05-16 14:18:29 -0700 (19 months ago) | Author: brendanh | Changeset: 2207

MIRTH-357: Add option to enable stripping of namespace on channel summary

2181 annotated / raw | Diffs: previous, other | Lines: 1890 ( +8, -0 )

Created: 2007-05-10 11:22:36 -0700 (19 months ago) | Author: jacobb | Changeset: 2181

Fixed bugs we added by taking out calls to update the cached channels.
The bugs allowed a channel to be saved as a new channel multiple times and having second saves not saving data.

2142 annotated / raw | Diffs: previous, other | Lines: 1882 ( +0, -2 )

Created: 2007-05-03 16:02:10 -0700 (20 months ago) | Author: brendanh | Changeset: 2142

Made some optimizations to Frame so that the server was called less frequently and so that threading errors would be fixed.

2118 annotated / raw | Diffs: previous, other | Lines: 1884 ( +7, -1 )

Created: 2007-04-26 13:22:25 -0700 (20 months ago) | Author: jacobb | Changeset: 2118

Fixed bugs with cloning destinations.

2081 annotated / raw | Diffs: previous, other | Lines: 1878 ( +20, -22 )

Created: 2007-04-20 12:15:52 -0700 (20 months ago) | Author: brendanh | Changeset: 2081

MIRTH-180: Reposition Store message options

1942 annotated / raw | Diffs: previous, other | Lines: 1880 ( +11, -2 )

Created: 2007-03-16 10:21:12 -0700 (21 months ago) | Author: jacobb | Changeset: 1942

Added the name of the current destination/source being edited in the filter or transformer editor.

Tags: 1.4.0

1918 annotated / raw | Diffs: previous, other | Lines: 1871 ( +2, -2 )

Created: 2007-03-14 13:12:55 -0700 (21 months ago) | Author: brendanh | Changeset: 1918

Added properties to the update tree method so chris could use the properties set on protocols.  Added a check for synchronization to the channel when using responses.

1913 annotated / raw | Diffs: previous, other | Lines: 1871 ( +5, -3 )

Created: 2007-03-14 12:02:13 -0700 (21 months ago) | Author: brendanh | Changeset: 1913

Fixed storing filtered messages.  Added multithreading to events. Fixed the import converter.

1885 annotated / raw | Diffs: previous, other | Lines: 1869 ( +29, -6 )

Created: 2007-03-13 11:09:58 -0700 (21 months ago) | Author: brendanh | Changeset: 1885

Added option to not store filtered messages

1879 annotated / raw | Diffs: previous, other | Lines: 1846 ( +83, -94 )

Created: 2007-03-12 19:08:43 -0700 (21 months ago) | Author: brendanh | Changeset: 1879

Fixed properties on all the connectors.
Fixed bugs with variable lists.
Added support for mirth to read variables defined in the filter.
Added new channel, result, connector, global map.
Added syntax highlighting for these.

1858 annotated / raw | Diffs: previous, other | Lines: 1857 ( +1, -5 )

Created: 2007-03-12 11:41:23 -0700 (21 months ago) | Author: jacobb | Changeset: 1858

Made tables focusable.

1849 annotated / raw | Diffs: previous, other | Lines: 1861 ( +224, -62 )

Created: 2007-03-11 16:20:46 -0700 (21 months ago) | Author: chrisl | Changeset: 1849

Tweaked mousewheel scrolling a bit.

1828 annotated / raw | Diffs: previous, other | Lines: 1699 ( +5, -0 )

Created: 2007-03-09 14:22:22 -0800 (21 months ago) | Author: jacobb | Changeset: 1828

Fixed bug in ChannelSetup causing destinations to not be saved when editing their names.

1817 annotated / raw | Diffs: previous, other | Lines: 1694 ( +2, -1 )

Created: 2007-03-08 16:20:48 -0800 (22 months ago) | Author: jacobb | Changeset: 1817

Changed MirthFieldConstraints to take lettersOnly as well as numbersOnly.

1816 annotated / raw | Diffs: previous, other | Lines: 1693 ( +15, -7 )

Created: 2007-03-08 15:46:08 -0800 (22 months ago) | Author: brendanh | Changeset: 1816

Added backwards compatibility importer.  Also added a new response mechanism.

1805 annotated / raw | Diffs: previous, other | Lines: 1685 ( +1379, -1422 )

Created: 2007-03-06 13:52:45 -0800 (22 months ago) | Author: brendanh | Changeset: 1805

Fixed a bug that made the defaults inconsistent on the LLPListener.
Moved the System Events to their own panel.

1803 annotated / raw | Diffs: previous, other | Lines: 1728 ( +1337, -1331 )

Created: 2007-03-05 19:03:13 -0800 (22 months ago) | Author: brendanh | Changeset: 1803

Reformatted client code.

1796 annotated / raw | Diffs: previous, other | Lines: 1722 ( +2, -2 )

Created: 2007-03-05 16:48:22 -0800 (22 months ago) | Author: brendanh | Changeset: 1796

More bug fixes.

1794 annotated / raw | Diffs: previous, other | Lines: 1722 ( +1314, -1155 )

Created: 2007-03-05 15:27:37 -0800 (22 months ago) | Author: brendanh | Changeset: 1794

Many bug fixes for alerting, db reader, jtables, http listener, and random other UI bugs.

1791 annotated / raw | Diffs: previous, other | Lines: 1563 ( +1433, -1928 )

Created: 2007-03-02 16:16:05 -0800 (22 months ago) | Author: chrisl | Changeset: 1791

Small UI Tweaks for new tables

1790 annotated / raw | Diffs: previous, other | Lines: 2058 ( +2, -0 )

Created: 2007-03-02 15:40:54 -0800 (22 months ago) | Author: brendanh | Changeset: 1790

Added a validate function to update graphics that weren't being updated.

1786 annotated / raw | Diffs: previous, other | Lines: 2056 ( +4, -2 )

Created: 2007-03-02 15:29:30 -0800 (22 months ago) | Author: brendanh | Changeset: 1786

Added new HTTP Sender and modified many other connectors. Many bug fixes.

1777 annotated / raw | Diffs: previous, other | Lines: 2054 ( +0, -1 )

Created: 2007-03-01 17:05:06 -0800 (22 months ago) | Author: brendanh | Changeset: 1777

Update for alerts.  Some alert functionality.

1773 annotated / raw | Diffs: previous, other | Lines: 2055 ( +2, -0 )

Created: 2007-03-01 12:09:18 -0800 (22 months ago) | Author: brendanh | Changeset: 1773

Added transformer response code.

1761 annotated / raw | Diffs: previous, other | Lines: 2053 ( +4, -0 )

Created: 2007-02-28 14:59:24 -0800 (22 months ago) | Author: brendanh | Changeset: 1761

Enabled TCP connectors.

1757 annotated / raw | Diffs: previous, other | Lines: 2049 ( +9, -7 )

Created: 2007-02-28 11:14:41 -0800 (22 months ago) | Author: brendanh | Changeset: 1757

Initial development of alerts.  THEY DO NOT WORK AT ALL.

1744 annotated / raw | Diffs: previous, other | Lines: 2047 ( +4, -17 )

Created: 2007-02-20 17:52:17 -0800 (22 months ago) | Author: brendanh | Changeset: 1744

Added new TCP connector.  Fixed bugs with variable lists.  Random UI updates.  Added new features to soap and llp.

1734 annotated / raw | Diffs: previous, other | Lines: 2060 ( +78, -206 )

Created: 2007-02-16 18:11:58 -0800 (22 months ago) | Author: brendanh | Changeset: 1734

Commit for chris to work over the weekend.

1723 annotated / raw | Diffs: previous, other | Lines: 2188 ( +7, -7 )

Created: 2007-02-15 16:38:38 -0800 (22 months ago) | Author: brendanh | Changeset: 1723

New updates and bug fixes.

1715 annotated / raw | Diffs: previous, other | Lines: 2188 ( +34, -14 )

Created: 2007-02-14 13:09:25 -0800 (22 months ago) | Author: brendanh | Changeset: 1715

Fixed a bug that didn't set the protocols on the connectors.

1711 annotated / raw | Diffs: previous, other | Lines: 2168 ( +18, -0 )

Created: 2007-02-13 18:06:58 -0800 (22 months ago) | Author: brendanh | Changeset: 1711

Lots of changes.  
DB reader parses XML for transformer.
Parsing of messages somewhat works.
LocalMap variables from source now appear in destination.
Minor bug fixes.

1708 annotated / raw | Diffs: previous, other | Lines: 2150 ( +5, -4 )

Created: 2007-02-13 14:52:06 -0800 (22 months ago) | Author: brendanh | Changeset: 1708

Another critical bug fix for Gerald.

1706 annotated / raw | Diffs: previous, other | Lines: 2149 ( +18, -10 )

Created: 2007-02-13 14:40:15 -0800 (22 months ago) | Author: brendanh | Changeset: 1706

Another critical bug fix for Gerald.

1705 annotated / raw | Diffs: previous, other | Lines: 2141 ( +23, -17 )

Created: 2007-02-13 13:21:58 -0800 (22 months ago) | Author: brendanh | Changeset: 1705

Commit critical fix for Gerald.

1704 annotated / raw | Diffs: previous, other | Lines: 2135 ( +4, -0 )

Created: 2007-02-12 18:23:23 -0800 (22 months ago) | Author: brendanh | Changeset: 1704

VM connectors now function in the UI.  Fixed LLP bug.

1700 annotated / raw | Diffs: previous, other | Lines: 2131 ( +11, -12 )

Created: 2007-02-12 12:26:52 -0800 (22 months ago) | Author: geraldb | Changeset: 1700

Updated references to Connector.Mode.
Removed unused imports.

1696 annotated / raw | Diffs: previous, other | Lines: 2132 ( +26, -24 )

Created: 2007-02-07 18:23:37 -0800 (22 months ago) | Author: brendanh | Changeset: 1696

Commit for the night still working on getting everything rewritten so that it actually works.

1691 annotated / raw | Diffs: previous, other | Lines: 2130 ( +7, -2 )

Created: 2007-02-06 01:07:44 -0800 (22 months ago) | Author: chrisl | Changeset: 1691

Started work on ChannelSetup protocol
Updated MessageTreeTemplate to work in Netbeans
Updated TabbedTemplate panel to work in netbeans
Updated transformer pane
Fixed adding transports in derby and postgres db scripts.

1689 annotated / raw | Diffs: previous, other | Lines: 2125 ( +204, -537 )

Created: 2007-02-05 17:43:37 -0800 (23 months ago) | Author: brendanh | Changeset: 1689

Commit non-working code for Chris...

1684 annotated / raw | Diffs: previous, other | Lines: 2458 ( +1, -1 )

Created: 2007-02-05 09:42:32 -0800 (23 months ago) | Author: chrisl | Changeset: 1684

Fixed IndexOutOfBounds in MessageBrowser
Added support for inbound/outbound template on ChannelSetup
Fixed LLPSender template default
MessageTreeTemplate now parses incoming data in real-time
Refactored TabbedTemplatePanel to not be HL7 specific
Set transformer pane to use inbound/outbound template
Set v3/edi support in HL7XMLTreePanel

1679 annotated / raw | Diffs: previous, other | Lines: 2458 ( +1, -1 )

Created: 2007-02-01 17:09:55 -0800 (23 months ago) | Author: brendanh | Changeset: 1679

Batch of bug fixes:
Fixed the user panel and added more fields.
Various UI fixes.
Added the channel reader.

1666 annotated / raw | Diffs: previous, other | Lines: 2458 ( +8, -0 )

Created: 2007-01-29 15:49:52 -0800 (23 months ago) | Author: brendanh | Changeset: 1666

Added V3 Support.

Tags: 1.3.3

1646 annotated / raw | Diffs: previous, other | Lines: 2450 ( +26, -26 )

Created: 2007-01-10 10:47:34 -0800 (23 months ago) | Author: brendanh | Changeset: 1646

Minor UI tweak.

1633 annotated /