Quick Search:

Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

History

trunk 3222 723 csv 3588 3487 beta 638 118

latest revision download trunk

3222 annotated / raw | Diffs: previous, other | Lines: 284 ( +4, -3 )

Created: 2008-01-16 00:53:23 -0800 (11 months ago) | Author: chrisl | Changeset: 3222

Copied to: branches/csv/src/com/webreach/mirth/server/controllers/ChannelController.java 3484

Removed redundant channel cache update

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

Tags: 1.7.0 1.7.1

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

Created: 2007-11-15 18:00:21 -0800 (13 months ago) | Author: brendanh | Changeset: 2979

Fixed JMS.  It now sets up the connection correctly and accepts additional properties.

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

Created: 2007-07-26 17:08:16 -0700 (17 months ago) | Author: brendanh | Changeset: 2436

Copied to: branches/1.7.0/src/com/webreach/mirth/server/controllers/ChannelController.java 2695

Added automated database migration and channel conversion so that Mirth can be upgraded without being reinstalled.

Branch point for: 1.6.1

Tags: 1.6.0 1.6.1

2403 annotated / raw | Diffs: previous, other | Lines: 273 ( +17, -1 )

Created: 2007-07-19 17:11:29 -0700 (17 months ago) | Author: jacobb | Changeset: 2403

Changed the TCP protocol to use a new read method instead of mule's.  This prevents cutting off messages becuase of the buffer.
Added the new TCP read method to the non-strict llp reader, replacing mule's.
Changed all controllers to singletons.
Issue: MIRTH-418

2395 annotated / raw | Diffs: previous, other | Lines: 257 ( +14, -1 )

Created: 2007-07-17 12:47:30 -0700 (17 months ago) | Author: brendanh | Changeset: 2395

Updated all polling receivers to have option to poll at a particular time of day.
Updated the deploy/shutdown scripts to only apply to enabled channels.

2216 annotated / raw | Diffs: previous, other | Lines: 244 ( +1, -1 )

Created: 2007-05-17 18:06:52 -0700 (19 months ago) | Author: geraldb | Changeset: 2216

Make ConfigurationController a Singleton.

Branch point for: tag:1.5.0

Tags: 1.5.0

2204 annotated / raw | Diffs: previous, other | Lines: 244 ( +21, -18 )

Created: 2007-05-16 12:08:26 -0700 (19 months ago) | Author: geraldb | Changeset: 2204

Minor formatting changes.
Made constructor of singleton classes private.

2187 annotated / raw | Diffs: previous, other | Lines: 241 ( +2, -2 )

Created: 2007-05-10 18:44:49 -0700 (19 months ago) | Author: chrisl | Changeset: 2187

Updated serializers to use hashed copies
Updated JST to use sealed scopes
Updated MessageObjectController to be singleton
Updated entities to be singleton
Updated channel statistics controller to batch stats updates
Updated adaptors to use new serializer factory
Optimized HL7 non-strict parser

2185 annotated / raw | Diffs: previous, other | Lines: 241 ( +1, -1 )

Created: 2007-05-10 17:05:56 -0700 (19 months ago) | Author: chrisl | Changeset: 2185

Fixed singleton on Channel Stats

2184 annotated / raw | Diffs: previous, other | Lines: 241 ( +1, -1 )

Created: 2007-05-10 17:03:37 -0700 (19 months ago) | Author: chrisl | Changeset: 2184

Fixed singleton on Channel Stats

2183 annotated / raw | Diffs: previous, other | Lines: 241 ( +8, -6 )

Created: 2007-05-10 17:02:17 -0700 (19 months ago) | Author: chrisl | Changeset: 2183

Fixed issue with channel cache throwing NPE

2155 annotated / raw | Diffs: previous, other | Lines: 239 ( +12, -4 )

Created: 2007-05-04 16:34:58 -0700 (20 months ago) | Author: brendanh | Changeset: 2155

Added support for multiple devices in the statistics table.
Added GUID for each mirth installation.

2144 annotated / raw | Diffs: previous, other | Lines: 231 ( +15, -6 )

Created: 2007-05-03 16:06:38 -0700 (20 months ago) | Author: chrisl | Changeset: 2144

Updated Derby to use Uncommitted Reads
Updated ChannelController to update cache when channels removed/updated
Updated MessageObjectController to correctly reprocess messages with unique id
Updated MessageObjectServlet for new reprocess code

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

Created: 2007-05-02 18:17:30 -0700 (20 months ago) | Author: geraldb | Changeset: 2137

Updated statistics to store in table with cache.
Issue: MIRTH-352

1861 annotated / raw | Diffs: previous, other | Lines: 219 ( +13, -5 )

Created: 2007-03-12 12:17:30 -0700 (21 months ago) | Author: geraldb | Changeset: 1861

Moved channel cache initialization to initialize method on ChannelController which is called by Mirth in startup.

Tags: 1.4.0

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

Created: 2007-03-08 11:28:35 -0800 (22 months ago) | Author: chrisl | Changeset: 1814

Moved package structure around
Small fix to MO toString
Email fixes

1759 annotated / raw | Diffs: previous, other | Lines: 212 ( +22, -12 )

Created: 2007-02-28 13:43:49 -0800 (22 months ago) | Author: geraldb | Changeset: 1759

Minor formatting changes.

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

Created: 2007-02-18 22:17:06 -0800 (22 months ago) | Author: chrisl | Changeset: 1741

Added channel ID lookup map to ChannelController
Added hooks into Mirth.java to update VMRegistry on deploy
Updated metadata processing on X12Adaptor
Updated JSPreprocessor to take message objects
Updated JST to include VMRouter component
Updated VMConnector to use VMRegistry for lookups
Updated VMMessageReceiver to register itself in registry on initialization
Added VMRegistry
Added VMRouter utility

1575 annotated / raw | Diffs: previous, other | Lines: 197 ( +1, -1 )

Created: 2006-12-20 14:16:24 -0800 (2 years ago) | Author: chrisl | Changeset: 1575

Fixed NPE in MessageBrowser
Fixed threading in status updater
Fixed loading of stats in status updater
Double buffered progressbars
Updated mule-boot to remove recoverable
Fixed naming of destinations

Branch point for: tag:1.3.1

Tags: 1.3.1 1.3.2 1.3.3

1545 annotated / raw | Diffs: previous, other | Lines: 197 ( +30, -1 )

Created: 2006-12-18 18:33:58 -0800 (2 years ago) | Author: chrisl | Changeset: 1545

Updated Statistics Handling
Change look and feel of UI
Fixed NPE on client
Updated HAPI to 0.5
Updated Looks to 2.11
Fixed JMS Dispatcher
Updated LLP Queueing
Fixed MessageObject Storage
Fixed MessageObject error storage checks
Added channel cache
Updated derby for stats
Added new graphics
Updated Mirth icon

Tags: 1.3.0

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

Created: 2006-12-15 14:45:15 -0800 (2 years ago) | Author: geraldb | Changeset: 1534

Updated channel statistics to use message table rather than built-in Mule statistics.

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

Created: 2006-12-08 11:21:17 -0800 (2 years ago) | Author: chrisl | Changeset: 1475

!= fix

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

Created: 2006-12-08 11:17:25 -0800 (2 years ago) | Author: geraldb | Changeset: 1473

Fixed bug with versions not being compared correctly.

1470 annotated / raw | Diffs: previous, other | Lines: 171 ( +10, -10 )

Created: 2006-12-06 15:13:39 -0800 (2 years 1 month ago) | Author: geraldb | Changeset: 1470

Minor formatting changes.

1468 annotated / raw | Diffs: previous, other | Lines: 171 ( +8, -6 )

Created: 2006-12-06 15:11:45 -0800 (2 years 1 month ago) | Author: brendanh | Changeset: 1468

Fixed a bug with getChannelSummary.

1467 annotated / raw | Diffs: previous, other | Lines: 169 ( +1, -1 )

Created: 2006-12-06 14:46:28 -0800 (2 years 1 month ago) | Author: geraldb | Changeset: 1467

Fixed bug with revision not being incremented.

1465 annotated / raw | Diffs: previous, other | Lines: 169 ( +1, -1 )

Created: 2006-12-06 14:17:25 -0800 (2 years 1 month ago) | Author: geraldb | Changeset: 1465

Added missing negation when checking revision of local and server channel.

1464 annotated / raw | Diffs: previous, other | Lines: 169 ( +1, -1 )

Created: 2006-12-06 14:15:29 -0800 (2 years 1 month ago) | Author: geraldb | Changeset: 1464

Fixed bug with Integers being compared using = operator.

1460 annotated / raw | Diffs: previous, other | Lines: 169 ( +1, -1 )

Created: 2006-12-06 13:39:33 -0800 (2 years 1 month ago) | Author: geraldb | Changeset: 1460

Fixed bug in getChannelSummary method. Now uses "valueProp" parameter on queryForMap.

1457 annotated / raw | Diffs: previous, other | Lines: 169 ( +19, -11 )

Created: 2006-12-06 13:02:09 -0800 (2 years 1 month ago) | Author: geraldb | Changeset: 1457

Improved performance of getChannelSummary method by using a Map to retrieve the channel id and revision rather than the existing getChannel(null) method.

1452 annotated / raw | Diffs: previous, other | Lines: 161 ( +70, -2 )

Created: 2006-12-06 10:53:42 -0800 (2 years 1 month ago) | Author: geraldb | Changeset: 1452

Added getChannelSummary method to speed up updating of channels.

1441 annotated / raw | Diffs: previous, other | Lines: 93 ( +4, -1 )

Created: 2006-12-01 16:00:02 -0800 (2 years 1 month ago) | Author: geraldb | Changeset: 1441

Fixed bug with renaming channels.

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

Created: 2006-12-01 08:34:42 -0800 (2 years 1 month ago) | Author: geraldb | Changeset: 1433

Moved SqlConfig.java

1401 annotated / raw | Diffs: previous, other | Lines: 89 ( +5, -10 )

Created: 2006-11-28 14:21:15 -0800 (2 years 1 month ago) | Author: geraldb | Changeset: 1401

Updated more controllers to use SQL Maps.

1394 annotated / raw | Diffs: previous, other | Lines: 94 ( +16, -125 )

Created: 2006-11-21 15:50:44 -0800 (2 years 1 month ago) | Author: geraldb | Changeset: 1394

Implemented SQL Maps in channel controller.

1310 annotated / raw | Diffs: previous, other | Lines: 203 ( +203, -177 )

Created: 2006-10-31 16:35:53 -0800 (2 years 2 months ago) | Author: geraldb | Changeset: 1310

Added MPL license to beginning of each file.

Tags: 1.2.0

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

Created: 2006-09-22 12:20:20 -0700 (2 years 3 months ago) | Author: geraldb | Changeset: 1050

#getChannels now returns channels ordered by date_created.

985 annotated / raw | Diffs: previous, other | Lines: 174 ( +3, -3 )

Created: 2006-09-14 07:11:44 -0700 (2 years 3 months ago) | Author: geraldb | Changeset: 985

Replaced dbConnection.close with DatabaseUtil.close(dbConnection) to prevent NullPointedExceptions which were causing the previous exceptions not to be caught.

965 annotated / raw | Diffs: previous, other | Lines: 174 ( +10, -8 )

Created: 2006-09-13 07:40:17 -0700 (2 years 3 months ago) | Author: geraldb | Changeset: 965

Modified Channel's id field to be a String rather than an int.

854 annotated / raw | Diffs: previous, other | Lines: 172 ( +12, -4 )

Created: 2006-08-14 15:54:28 -0700 (2 years 4 months ago) | Author: gerald_bortis | Changeset: 854

Channel statistics are now persisted in the database between instances of Mule.

Branch point for: 1.2.0a tag:1.2.0a tag:server

Tags: 1.1.0 1.2.0a

832 annotated / raw | Diffs: previous, other | Lines: 164 ( +2, -5 )

Created: 2006-08-09 11:32:08 -0700 (2 years 4 months ago) | Author: gerald_bortis | Changeset: 832

Added #getVersion and #getBuildDate methods for client. These are read from version.properties file through ConfigurationController.

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

Created: 2006-08-09 11:20:56 -0700 (2 years 4 months ago) | Author: gerald_bortis | Changeset: 830

Changed version field to String to represent Mirth version. Added revision field as int to represent Channel revision. Version information is stored in version.properties which is generated by the build script by an argument provided through the command prompt.

822 annotated / raw | Diffs: previous, other | Lines: 161 ( +3, -3 )

Created: 2006-08-04 11:26:15 -0700 (2 years 5 months ago) | Author: gerald_bortis | Changeset: 822

Renamed Serializer to IXMLSerializer since it is an interface.
Renamed #serialize to #toXML and #deserializer to #fromXML on IXMLSerializer.

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

Created: 2006-07-18 16:57:52 -0700 (2 years 5 months ago) | Author: gerald_bortis | Changeset: 725

Moved from: trunk/beta/src/com/webreach/mirth/server/controllers/ChannelController.java 723

Renamed "beta" to "server" remotely

Branch point for: tag::trunk

Tags: :trunk 1.0.0

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

Created: 2006-07-18 16:56:38 -0700 (2 years 5 months ago) | Author: gerald_bortis | Changeset: 723

Moved from: branches/beta/src/com/webreach/mirth/server/controllers/ChannelController.java 638

Moved to: trunk/server/src/com/webreach/mirth/server/controllers/ChannelController.java 725

Moved beta folder remotely

latest revision download Branch beta

638 annotated / raw | Diffs: previous, other | Lines: 161 ( +4, -4 )

Created: 2006-07-13 12:16:22 -0700 (2 years 5 months ago) | Author: gerald_bortis | Changeset: 638

Moved to: trunk/beta/src/com/webreach/mirth/server/controllers/ChannelController.java 723

Renamed "insert" to "statement" in #updateChannel.

636 annotated / raw | Diffs: previous, other | Lines: 161 ( +12, -10 )

Created: 2006-07-13 12:04:30 -0700 (2 years 5 months ago) | Author: gerald_bortis | Changeset: 636

Modified #updateChannel to use prepared statement.

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

Created: 2006-07-06 15:27:37 -0700 (2 years 6 months ago) | Author: gerald_bortis | Changeset: 445

Updated logging.

322 annotated / raw | Diffs: previous, other | Lines: 159 ( +6, -6 )

Created: 2006-06-29 12:59:35 -0700 (2 years 6 months ago) | Author: gerald_bortis | Changeset: 322

no comment

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

Created: 2006-06-28 09:14:02 -0700 (2 years 6 months ago) | Author: gerald_bortis | Changeset: 300

Removed methods for exporting channel. Functionality was moved to client.

288 annotated / raw | Diffs: previous, other | Lines: 190 ( +1, -1 )

Created: 2006-06-27 16:10:27 -0700 (2 years 6 months ago) | Author: gerald_bortis | Changeset: 288

Updating a channel now checks if the existing channel list is not empty before trying to compare versions.

274 annotated / raw | Diffs: previous, other | Lines: 190 ( +14, -4 )

Created: 2006-06-26 18:06:45 -0700 (2 years 6 months ago) | Author: gerald_bortis | Changeset: 274

no comment

237 annotated / raw | Diffs: previous, other | Lines: 180 ( +20, -15 )

Created: 2006-06-23 16:13:07 -0700 (2 years 6 months ago) | Author: gerald_bortis | Changeset: 237

no comment

138 annotated / raw | Diffs: previous, other | Lines: 175 ( +32, -3 )

Created: 2006-06-20 11:21:00 -0700 (2 years 6 months ago) | Author: gerald_bortis | Changeset: 138

no comment

126 annotated / raw | Diffs: previous, other | Lines: 146 ( +22, -15 )

Created: 2006-06-14 09:55:39 -0700 (2 years 6 months ago) | Author: gerald_bortis | Changeset: 126

no comment

120 annotated / raw | Diffs: previous, other | Lines: 139 ( +2, -2 )

Created: 2006-06-09 13:40:13 -0700 (2 years 6 months ago) | Author: gerald_bortis | Changeset: 120

no comment

119 annotated / raw | Diffs: previous, other | Lines: 139 ( +16, -11 )

Created: 2006-06-09 13:37:04 -0700 (2 years 6 months ago) | Author: gerald_bortis | Changeset: 119

no comment

118 new annotated / raw | Lines: 134 ( +134, -0 )

Created: 2006-06-07 15:21:59 -0700 (2 years 7 months ago) | Author: gerald_bortis | Changeset: 118

no comment

latest revision download Branch csv

3588 annotated / raw | Diffs: previous, other | Lines: 308 ( +1, -1 )

Created: 2008-07-08 17:10:56 -0700 (5 months 29 days ago) | Author: erikh | Changeset: 3588

- 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 directory after successful processing, if method was ftp and "process batch" was No.

3492 annotated / raw | Diffs: previous, other | Lines: 308 ( +25, -1 )

Created: 2008-06-24 16:23:12 -0700 (6 months ago) | Author: geraldb | Changeset: 3492

Updated to recent revision.

3487 new annotated / raw | Diffs: previous, other | Lines: 284 ( +284, -0 )

Created: 2008-06-24 14:46:07 -0700 (6 months ago) | Author: geraldb | Changeset: 3487

made a copy

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 20:17 -0800