Quick Search:

Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

History

trunk 4008 1119

latest revision download trunk

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

Created: 2008-11-11 14:11:35 -0800 (56 days ago) | Author: jacobb | Changeset: 4008

Added Chris's patch to remove the synchronized block in Mule and fix a concurrent velocity log error.
Issue: MIRTH-976

3668 annotated / raw | Diffs: previous, other | Lines: 152 ( +2, -2 )

Created: 2008-08-11 15:47:32 -0700 (4 months 26 days ago) | Author: geraldb | Changeset: 3668

Re-factored logic for sending alerts using SMTP connection.

3648 annotated / raw | Diffs: previous, other | Lines: 152 ( +119, -121 )

Created: 2008-07-31 14:16:53 -0700 (5 months 6 days ago) | Author: geraldb | Changeset: 3648

Re-factored TemplateValueReplacer

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

Created: 2008-01-28 16:08:32 -0800 (11 months ago) | Author: geraldb | Changeset: 3285

Copied to: branches/csv/src/org/mule/providers/TemplateValueReplacer.java 3484

no comment

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

Tags: 1.7.0 1.7.1

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

Created: 2007-12-14 12:33:47 -0800 (12 months ago) | Author: dans | Changeset: 3147

no comment

Branch point for: tag:1.7.0

3096 annotated / raw | Diffs: previous, other | Lines: 150 ( +2, -2 )

Created: 2007-11-30 18:00:19 -0800 (13 months ago) | Author: jacobb | Changeset: 3096

Renamed AttachmentUtil back to DICOMUtil and fixed viewer xml's.
Issue: MIRTH-654

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

Created: 2007-11-30 13:35:41 -0800 (13 months ago) | Author: dans | Changeset: 3077

no comment

3076 annotated / raw | Diffs: previous, other | Lines: 151 ( +3, -2 )

Created: 2007-11-30 13:07:00 -0800 (13 months ago) | Author: dans | Changeset: 3076

attachment viewer changes
Issue: MIRTH-581

3018 annotated / raw | Diffs: previous, other | Lines: 150 ( +1, -1 )

Created: 2007-11-21 12:34:43 -0800 (13 months ago) | Author: brendanh | Changeset: 3018

MIRTH-631        Add "does not exist" to Filter Builder
Fixed imports
Fixed Rule Builder

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

Created: 2007-10-09 11:58:34 -0700 (14 months ago) | Author: dans | Changeset: 2814

Added DICOM changes

2629 annotated / raw | Diffs: previous, other | Lines: 148 ( +1, -1 )

Created: 2007-08-10 09:54:58 -0700 (16 months ago) | Author: chrisl | Changeset: 2629

Copied to: branches/1.7.0/src/org/mule/providers/TemplateValueReplacer.java 2695

Fixed error parsing hostname template. MIRTH-476
Fixed invalid WSDL generation.  (AST) MIRTH-477
Fixed null SOAPAction error. (AST) MIRTH-478

Branch point for: 1.6.1

Tags: 1.6.0 1.6.1

2482 annotated / raw | Diffs: previous, other | Lines: 148 ( +50, -12 )

Created: 2007-07-31 02:31:32 -0700 (17 months ago) | Author: chrisl | Changeset: 2482

Reverted JMX connection monitoring
Updated db scripts clearScripts case
Added connection monitoring (MIRTH-394)
Added dynamic connector URIs (MIRTH-432)
Fixed HTTP to correctly handle keepAlive (MIRTH-436)
Fixed HTTP to correctly handle HTTP/1.1 100 Continue (MIRTH-437)
Made SOAP Listener send correct "Connection" http header (MIRTH-434)
Added postprocessor script hooks (MIRTH-342)
Fixed compilation of global scripts
Updated MuleConfigurationBuilder to handle http headerVariables
Updated Mirth.java to compile globalscripts on deploy
Fixed case issues on global scripts
Added new replace methods on template value replacer to handle URIs

2187 annotated / raw | Diffs: previous, other | Lines: 110 ( +1, -1 )

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

Branch point for: tag:1.5.0

Tags: 1.5.0

1972 annotated / raw | Diffs: previous, other | Lines: 110 ( +20, -7 )

Created: 2007-03-19 04:43:59 -0700 (21 months ago) | Author: chrisl | Changeset: 1972

Added error id on AlertPanel code list
Added "useStrictValidation" property to HL7 bean
Updated MessageBrowser to highlight X12/EDI messages
Fix for responseMap regex
Made propertiesSheetDialog show description by default
MessageTree updates after properties are changed
Adjusted the var list
Added new JS funcitons
Fixed expansion of Treepanel
Added new highlighters to JSTokenMarker
Fixed log4j to shut-up all the new providers, fix JS loggers
Updated postgres config to have default (valid) URL
Updated postgres-sqlMap to contain alerts
Added the ability to turn strict VALIDATION off and on for ER7 serializer (seperate from Strict parsing)
Made serializerFactory JS helpers static
Updated ErrorMessageBuilder to ignore null custom messages
Updated AlertController to use RegexMatcher
Updated JST to use proper default namespace
Removed synchronization on DBConn JS helper and added new parameterized queries/updates
Made dateUtil & fileUtil JST helpers static
Updated JST scope factory for new helpers
Made responseFactory static
Updated globalMap retrieval in TVR, added helper function for replacements from Map

Tags: 1.4.0

1958 annotated / raw | Diffs: previous, other | Lines: 97 ( +10, -7 )

Created: 2007-03-16 18:00:11 -0700 (21 months ago) | Author: chrisl | Changeset: 1958

Fixed originalFilename in receivers

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

Created: 2007-03-14 18:15:50 -0700 (21 months ago) | Author: geraldb | Changeset: 1931

Updated API for TemplateValueReplacer to not require originalFilename.

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

Created: 2007-03-13 03:47:35 -0700 (21 months ago) | Author: chrisl | Changeset: 1881

Removed HL7toMessageObject (no longer used)
Updated Mule-boot.xml (removed MessageObjectToJMS transformer - is now called explicitly)
Added Alberto's DocumentSerializer
Updated MuleConfigurationBuilder to include the channelID on the connector descriptor
Updated Constans with new error codes
Updated AlertController to use ErrorBuilder
Updated new methods on MessageObjectController
Updated Adaptor to use setError method
Updated all dispatchers to send error codes on exceptions
Added template to JMS
Added File-like properties ot Sftp reader
Large changes to the JST to handle errors/send alerts. (Added synchronized block,etc)
Changed globalVariableStore to use ConcurrentHashMap (review)
Updated TemplateValueReplacer handling of originalFilename and added channelMap to TVR scope
Added ErrorBuilder

1867 annotated / raw | Diffs: previous, other | Lines: 82 ( +1, -1 )

Created: 2007-03-12 15:02:00 -0700 (21 months ago) | Author: geraldb | Changeset: 1867

Updated database to store new MO maps.
Renamed variableMap to connectorMap.
Removed hl7 package.

1845 annotated / raw | Diffs: previous, other | Lines: 82 ( +1, -1 )

Created: 2007-03-11 05:32:35 -0700 (21 months ago) | Author: chrisl | Changeset: 1845

Large batch of updates.
Each dispatcher has been tested and updated.
TCP, VM, SFTP dispatchers need to be tested again
Database updated
Client updated (Binary added to SFTP)
Updated JavascriptScope builder
Moved importConvertor to model
Added prompt to Shell
Changed Rejected to Filtered througout UI
Moved .mule.util to .util

1652 annotated / raw | Diffs: previous, other | Lines: 82 ( +16, -21 )

Created: 2007-01-17 10:28:50 -0800 (23 months ago) | Author: geraldb | Changeset: 1652

Removed uneeded try/catch blocks.

Tags: 1.3.3

1651 annotated / raw | Diffs: previous, other | Lines: 87 ( +21, -10 )

Created: 2007-01-16 15:14:21 -0800 (23 months ago) | Author: chrisl | Changeset: 1651

Fixes concurrent modification issue with GlobalMap
Issue: MIRTH-224

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

Created: 2006-12-14 15:26:26 -0800 (2 years ago) | Author: chrisl | Changeset: 1530

Fixed PDF error handling
Applied Alberto's patches
Fixed spelling errors
Updated Date in TVR
Added recoverable mode in Mule-Boot
HL7 to message object now sets error property
Updated FileConnector/Receiver to detect procssing errors on stoppage/deploy

Issue: MIRTH-192

Branch point for: tag:1.3.1

Tags: 1.3.1 1.3.0 1.3.2

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

Created: 2006-12-12 21:18:31 -0800 (2 years ago) | Author: chrisl | Changeset: 1522

Updated TemplateValueReplacer to use DATE as well as date

1368 annotated / raw | Diffs: previous, other | Lines: 74 ( +1, -3 )

Created: 2006-11-13 13:49:37 -0800 (2 years 1 month ago) | Author: geraldb | Changeset: 1368

Modified API for GlobalVariableStore.java

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

Created: 2006-11-01 17:36:11 -0800 (2 years 2 months ago) | Author: chrisl | Changeset: 1318

Added Entity Decoder for PDF Writer
Fixed Object References for MessageObject
Fixed Mule Config Builder to add NoActionTransformer

Tags: 1.2.0

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

Created: 2006-10-27 10:20:55 -0700 (2 years 2 months ago) | Author: chrisl | Changeset: 1286

Updated MessageBrowser to append the proper end of line encodings
Updated SOAP Sender to show proper default tree
Updated FilterPane, TransformerPane to say "Validate Javascript"
Updated SQLParserUtil to use only lowercase var names
Updated VariableTransferable to support new var names
Updated JavascriptTransformer to support template
Updated XMLToMessageObject to add encodings
Updated WebServicereader to include logger
Updated Dispatchers to use transformedMessage

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

Created: 2006-10-11 17:08:18 -0700 (2 years 2 months ago) | Author: geraldb | Changeset: 1165

Renamed TODAY variable to DATE to maintain compatability with pre-1.2.0 templates.

1146 annotated / raw | Diffs: previous, other | Lines: 73 ( +1, -1 )

Created: 2006-10-09 17:47:44 -0700 (2 years 2 months ago) | Author: geraldb | Changeset: 1146

Fixed bug with ORIGINALNAME not being replaced.

1142 annotated / raw | Diffs: previous, other | Lines: 73 ( +6, -6 )

Created: 2006-10-09 14:05:20 -0700 (2 years 2 months ago) | Author: geraldb | Changeset: 1142

Fixed issue with filename always being set to original file name.

1141 annotated / raw | Diffs: previous, other | Lines: 73 ( +38, -51 )

Created: 2006-10-09 13:07:05 -0700 (2 years 2 months ago) | Author: geraldb | Changeset: 1141

Fixed bug with filename not being correctly parsed. All dispatchers now expect to receive a message object.

1127 annotated / raw | Diffs: previous, other | Lines: 86 ( +23, -19 )

Created: 2006-10-06 12:15:05 -0700 (2 years 3 months ago) | Author: geraldb | Changeset: 1127

Added check for NULL message object before getting the varible map.

1124 annotated / raw | Diffs: previous, other | Lines: 82 ( +1, -1 )

Created: 2006-10-06 09:42:53 -0700 (2 years 3 months ago) | Author: geraldb | Changeset: 1124

Changed DEFAULT_DATE_FORMAT to private final rather than public static final.

1123 annotated / raw | Diffs: previous, other | Lines: 82 ( +1, -1 )

Created: 2006-10-05 18:29:36 -0700 (2 years 3 months ago) | Author: geraldb | Changeset: 1123

Removed unneeded NULL check.

1119 new annotated / raw | Lines: 82 ( +82, -0 )

Created: 2006-10-05 18:20:08 -0700 (2 years 3 months ago) | Author: geraldb | Changeset: 1119

Dispatchers and FilenameParsers now use TemplateValueReplacer. Also added encryption support to PdfMessageDispatcher.

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 15:18 -0800