Quick Search:

Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

History

trunk 4023 2353

latest revision download trunk

4023 annotated / raw | Diffs: previous, other | Lines: 250 ( +47, -2 )

Created: 2008-11-20 18:55:10 -0800 (46 days ago) | Author: jacobb | Changeset: 4023

Added checks for the proper mirth version in extension metadata files that are being installed.
Issue: MIRTH-984

3957 annotated / raw | Diffs: previous, other | Lines: 205 ( +14, -5 )

Created: 2008-10-23 18:03:44 -0700 (2 months 13 days ago) | Author: jacobb | Changeset: 3957

Configured temp storage directory for file uploads to be install_temp.  Also modified the installer to only copy over directories.
Issue: MIRTH-959

3925 annotated / raw | Diffs: previous, other | Lines: 196 ( +3, -3 )

Created: 2008-10-16 14:42:49 -0700 (2 months 20 days ago) | Author: geraldb | Changeset: 3925

Fixed bug with extensions path not being loaded properly. Might have something to do with using statics in abstract classes.

3848 annotated / raw | Diffs: previous, other | Lines: 196 ( +1, -1 )

Created: 2008-10-01 10:34:25 -0700 (3 months 5 days ago) | Author: jacobb | Changeset: 3848

Fixed path bug and typo in client libraries.
Issue: MIRTH-916

3840 annotated / raw | Diffs: previous, other | Lines: 196 ( +78, -41 )

Created: 2008-09-30 14:06:51 -0700 (3 months 5 days ago) | Author: jacobb | Changeset: 3840

Rewrote extension framework so that each extension can be in its own folder inside of an extensions directory.  Different types of extensions are now differentiated by their MetaData xml file.  The options are plugin.xml, source.xml, and destination.xml.
Issue: MIRTH-916

3732 annotated / raw | Diffs: previous, other | Lines: 159 ( +1, -1 )

Created: 2008-09-05 13:45:22 -0700 (4 months ago) | Author: brendanh | Changeset: 3732

Bug fixes for database meta data viewer.  Fixed bug where entension ID's were used instead of names.

3726 annotated / raw | Diffs: previous, other | Lines: 159 ( +3, -3 )

Created: 2008-08-28 18:01:17 -0700 (4 months 8 days ago) | Author: jacobb | Changeset: 3726

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.

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

Created: 2008-01-22 10:22:21 -0800 (11 months ago) | Author: chrisl | Changeset: 3242

Copied to: branches/csv/src/com/webreach/mirth/util/ExtensionUtil.java 3484

Removed archive-metadata from extensions setup dir
Plugin install does not unzip archive-metadata.xml now

Branch point for: 1.7.1 csv tag:1.7.0 tag:1.7.1

Tags: 1.7.0 1.7.1

3239 annotated / raw | Diffs: previous, other | Lines: 155 ( +2, -33 )

Created: 2008-01-21 17:44:44 -0800 (11 months ago) | Author: chrisl | Changeset: 3239

Fixed issue with pasting templates using right-mouse button (MIRTH-720)
Moved archive-metadata detection to client so that user can be prompted (MIRTH-706)

3228 annotated / raw | Diffs: previous, other | Lines: 186 ( +42, -8 )

Created: 2008-01-20 21:17:38 -0800 (11 months ago) | Author: chrisl | Changeset: 3228

Added archive-metadata to plugin Zips to allow for automatic archive type detection
Issue: MIRTH-706

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

Created: 2007-11-12 11:41:29 -0800 (13 months ago) | Author: jacobb | Changeset: 2965

Moved UUIDGenerator back to server util.

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

Created: 2007-10-25 14:39:39 -0700 (14 months ago) | Author: geraldb | Changeset: 2871

Moved UUIDGenerator to general Mirth util package.

2710 annotated / raw | Diffs: previous, other | Lines: 152 ( +6, -1 )

Created: 2007-08-16 06:50:07 -0700 (16 months ago) | Author: chrisl | Changeset: 2710

Fixed wording on plugin panel
Updated Mirth Launcher to install plugins on restart
Updated ExtensionUtil to extract plugins to install_temp

Branch point for: 1.6.1

Tags: 1.6.0 1.6.1

2653 annotated / raw | Diffs: previous, other | Lines: 147 ( +6, -4 )

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

Copied to: branches/1.7.0/src/com/webreach/mirth/util/ExtensionUtil.java 2695

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

2597 annotated / raw | Diffs: previous, other | Lines: 145 ( +95, -125 )

Created: 2007-08-07 15:33:27 -0700 (16 months ago) | Author: geraldb | Changeset: 2597

Ran server formatter.

2466 annotated / raw | Diffs: previous, other | Lines: 175 ( +1, -1 )

Created: 2007-07-27 19:05:53 -0700 (17 months ago) | Author: brendanh | Changeset: 2466

Added new postprocessor script to mirth/channels

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

Created: 2007-07-25 20:59:01 -0700 (17 months ago) | Author: chrisl | Changeset: 2430

Moved from: trunk/server/src/com/webreach/mirth/server/util/ExtensionUtil.java 2409

Moved plugin metdata to /plugins
Moved Extension Util to server.util

2409 annotated / raw | Diffs: previous, other | Lines: 171 ( +1, -1 )

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

Moved to: trunk/server/src/com/webreach/mirth/util/ExtensionUtil.java 2430

Fixed a problem with the location where the extension meta data was saved.

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

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

Moved from: trunk/server/src/com/webreach/mirth/server/util/PluginUtil.java 2353

Added new plugin manager.  Added enabled/disabled option to connectors/plugins.  Renamed all plugin references to extension.  

2353 new annotated / raw | Lines: 74 ( +74, -0 )

Created: 2007-06-27 11:34:30 -0700 (18 months ago) | Author: brendanh | Changeset: 2353

Moved to: trunk/server/src/com/webreach/mirth/server/util/ExtensionUtil.java 2408

Implemented service plugins for mirth
Renamed ncpdp
Moved the database pruner into a sample plugin that will be included with the mirth release.

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 12:40 -0800