Quick Search:

Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

History

trunk 4022 2407

latest revision download trunk

4022 annotated / raw | Diffs: previous, other | Lines: 327 ( +16, -1 )

Created: 2008-11-20 18:53:23 -0800 (46 days ago) | Author: jacobb | Changeset: 4022

Added version exception check to Extension Manager.
Issue: MIRTH-984

3859 annotated / raw | Diffs: previous, other | Lines: 312 ( +61, -0 )

Created: 2008-10-01 15:22:09 -0700 (3 months 5 days ago) | Author: jacobb | Changeset: 3859

Added the ability to uninstall an extension.
Issue: MIRTH-912

3841 annotated / raw | Diffs: previous, other | Lines: 251 ( +2, -2 )

Created: 2008-09-30 14:11:03 -0700 (3 months 6 days ago) | Author: jacobb | Changeset: 3841

Updated ExtensionManager for the new extension framework.
Issue: MIRTH-916

3839 annotated / raw | Diffs: previous, other | Lines: 251 ( +3, -0 )

Created: 2008-09-30 11:32:08 -0700 (3 months 6 days ago) | Author: jacobb | Changeset: 3839

Fixed bug when saving extension changes via the Extension Manager.
Issue: MIRTH-910

3757 annotated / raw | Diffs: previous, other | Lines: 248 ( +14, -20 )

Created: 2008-09-11 14:34:00 -0700 (3 months 25 days ago) | Author: jacobb | Changeset: 3757

Implemented the client panel plugin save framework into the Extension Manager.
Issue: MIRTH-910

3727 annotated / raw | Diffs: previous, other | Lines: 254 ( +5, -29 )

Created: 2008-08-28 18:02:55 -0700 (4 months 9 days ago) | Author: jacobb | Changeset: 3727

MIRTH-881 - Notify of new updates to Mirth and extensions
MIRTH-883 - Add ability to configure the first Mirth user on first login to the server.

Removed updateUrl from every extension xml file.
Added FirstLoginDialog functionality for configuring a user on first login, also allowing mailing list and usage statistics registration.
Wrote new ExtensionUpdate Dialog for updating plugins and the server.
Added server update notifier in case the user doesn't have the Extension Manager.
Changed main plugin list to be keyed by the plugin ID rather than the name.

3633 annotated / raw | Diffs: previous, other | Lines: 278 ( +10, -13 )

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.

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

Created: 2007-08-23 15:26:25 -0700 (16 months ago) | Author: jacobb | Changeset: 2732

Fixed bug when getting the boolean property to know whether or not Mirth is in a container.
Issue: MIRTH-486

Branch point for: 1.7.1 csv tag:1.7.0

Tags: 1.6.1 1.7.0 1.7.1

2729 annotated / raw | Diffs: previous, other | Lines: 282 ( +28, -1 )

Created: 2007-08-23 12:57:24 -0700 (16 months ago) | Author: jacobb | Changeset: 2729

Cleaned up some plugin intall code and added a check to see if installDisabled is set.
Issue: MIRTH-486

2671 new/moved annotated / raw | Diffs: previous, other | Lines: 255 ( +255, -0 )

Created: 2007-08-14 17:02:40 -0700 (16 months ago) | Author: chrisl | Changeset: 2671

Moved from: trunk/client/src/com/webreach/mirth/plugins/extensionmanager/PluginManagerClient.java 2668

Refactored plugin manager

Branch point for: 1.6.1 1.7.0

Tags: 1.6.0

2668 new/moved annotated / raw | Diffs: previous, other | Lines: 255 ( +255, -0 )

Created: 2007-08-14 16:55:39 -0700 (16 months ago) | Author: chrisl | Changeset: 2668

Moved from: trunk/client/src/com/webreach/mirth/plugins/pluginmanager/PluginManagerClient.java 2654

Moved to: trunk/client/src/com/webreach/mirth/plugins/extensionmanager/ExtensionManagerClient.java 2671

Refactored plugin manager

2654 annotated / raw | Diffs: previous, other | Lines: 255 ( +12, -18 )

Created: 2007-08-14 02:40:05 -0700 (16 months ago) | Author: chrisl | Changeset: 2654

Moved to: trunk/client/src/com/webreach/mirth/plugins/extensionmanager/PluginManagerClient.java 2668

Fixed error uploading large extensions
Fixed error installing extensions (sub directory creation)
Reverted memory changes to Mirth.bat, mirth-client.jnlp and wrapper.conf
Made client download extensions to disk rather than in-memory

Issue: MIRTH-480

2645 annotated / raw | Diffs: previous, other | Lines: 261 ( +16, -2 )

Created: 2007-08-13 16:46:07 -0700 (16 months ago) | Author: chrisl | Changeset: 2645

Minor usability tweaks to update/extension dialogs

2561 annotated / raw | Diffs: previous, other | Lines: 247 ( +1, -8 )

Created: 2007-08-06 12:59:46 -0700 (17 months ago) | Author: brendanh | Changeset: 2561

Optimized loading the current plugins.
Fixed formatting in variable list.

2560 annotated / raw | Diffs: previous, other | Lines: 254 ( +1, -8 )

Created: 2007-08-06 12:49:45 -0700 (17 months ago) | Author: brendanh | Changeset: 2560

Removed autosaving of plugins on exit.

2558 annotated / raw | Diffs: previous, other | Lines: 261 ( +12, -2 )

Created: 2007-08-06 03:51:46 -0700 (17 months ago) | Author: chrisl | Changeset: 2558

Added new install options on plugin manager
Small tweaks to repository and update dialogs
Updated all metadata files to have correct urls and descriptions
Fixed error loading properties in ExtensionController

2552 annotated / raw | Diffs: previous, other | Lines: 251 ( +2, -2 )

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

2540 annotated / raw | Diffs: previous, other | Lines: 251 ( +3, -3 )

Created: 2007-08-02 15:42:18 -0700 (17 months ago) | Author: brendanh | Changeset: 2540

Fixed some issues with the update dialog.

2537 annotated / raw | Diffs: previous, other | Lines: 251 ( +1, -1 )

Created: 2007-08-02 13:36:48 -0700 (17 months ago) | Author: chrisl | Changeset: 2537

Changed name of repository task
Made downloader for plugins report proper status
Fixed bug selecting install on repository dialog
Made file listener take a dynamic path

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

Created: 2007-08-02 04:43:12 -0700 (17 months ago) | Author: chrisl | Changeset: 2532

Tweaked line color on filter, message and event browser
Made dashboard plugins provide min/max width
Updated settings panel divider color
Added CDATA tag to variable list
Made SOAP sender auto-expand nodes and correctly handle XML entities
Added plugin repository dialog and task
Added extensions property dialog
Made HTTP receiver use correct property constants
Added ExtensionInfo and ExtensionUpdate objects
Moved network functions into PluginUtil

2520 annotated / raw | Diffs: previous, other | Lines: 235 ( +48, -26 )

Created: 2007-08-01 16:56:38 -0700 (17 months ago) | Author: brendanh | Changeset: 2520

Added hooks to disconnect the client when the server dies when you are in the plugins.

2518 annotated / raw | Diffs: previous, other | Lines: 213 ( +29, -9 )

Created: 2007-08-01 14:09:04 -0700 (17 months ago) | Author: brendanh | Changeset: 2518

Changed extension manager to use enabled/disabled icon instead of checkboxes

2516 annotated / raw | Diffs: previous, other | Lines: 193 ( +17, -8 )

Created: 2007-08-01 12:20:52 -0700 (17 months ago) | Author: chrisl | Changeset: 2516

Added update checker to Plugin Manager

2432 annotated / raw | Diffs: previous, other | Lines: 184 ( +2, -2 )

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

2407 new annotated / raw | Lines: 184 ( +184, -0 )

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.

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:08 -0800