7
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected 2 days ago.
May 17, 2023 — May 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated DatabaseConnection to properly close connection Updated JavascriptFilter to escape backslashes and correctly load XML Updated SQLParserUtil to fix parsing error Updated ER7Util to preserve whitespace in OBX.5 HL7 segments More... almost 18 years ago
Updated DatabaseConnection to properly close connection Updated JavascriptFilter to escape backslashes and correctly load XML Updated SQLParserUtil to fix parsing error Updated ER7Util to preserve whitespace in OBX.5 HL7 segments More... almost 18 years ago
Updated version number for 1.0.2 build on July 31, 2006. More... almost 18 years ago
Fixed white space issue in NTE.3 messages and bug with \ being replaced with \E in certain messages. More... almost 18 years ago
Added a fix that prevented Mirth from staying open after it's been closed. More... almost 18 years ago
Updated JavaScriptFilterBuilder so that Rules are now added as individual functions to allow for more code inside of them rather than just a simple boolean expression. Each function MUST return a boolean however. More... almost 18 years ago
Updated FilterPane to automatically insert "return true;" on new steps Updated TabbedReferencePanel to include new functions and variables More... almost 18 years ago
Updated JavaScriptFilter to include all JS functions Updated JavaScriptTransformer to include database functions Updated JavaScript Filter to include database update function More... almost 18 years ago
Added ability to execute database query from within the filter. More... almost 18 years ago
Fixed bad reference to transformer. More... almost 18 years ago
Added VariableHashMapToER7 as a boot strap transformer. More... almost 18 years ago
Reverted changes to TCP properties More... almost 18 years ago
Added VariableHashMapToER7String transformer to extract ER7 message String from HashMap from JavaScriptTransformer before sending to TCPMessageDispatcher. More... almost 18 years ago
Added package.html to svn:ignore More... almost 18 years ago
Update TCP definition file to support LLP sending from HashMap Update ER7Util to check for XML encoded messages before attempting ER7 conversion More... almost 18 years ago
Reverted FileReader.form to 724 to remove LLP properties More... almost 18 years ago
Removed LLP Properties from FileConnector.java More... almost 18 years ago
Reverted to old FileReader (724) to remove LLP properties. More... almost 18 years ago
Updated LLP Protocol to accept encoding characters. More... almost 18 years ago
Fixed bug in ChannelSetup.java causing the source connector FileReader data to not clear from previous ones. - Jacob More... almost 18 years ago
Updated SQLParser to ignore parenthesis More... almost 18 years ago
Added Mirth.sh since it not longer needs to be automatically generated. More... almost 18 years ago
Added entry for ClasspathBuilder. More... almost 18 years ago
Added main method to make it easier to run in Eclipse. More... almost 18 years ago
Added task to build.xml to generate mirth-launcher.jar. Added Mirth.bat since it no longer needs to be generated. More... almost 18 years ago
Changed debug to trace in ClasspathBuilder. More... almost 18 years ago
Launcher now loads its classpath from launcher.xml using ClasspathBuilder. More... almost 18 years ago
Fixed bugs in Launcher. Mirth is now launched as a separate thread by the Launcher. CustomLibrary is loaded from the arguments passed to Launcher. Removed LocalClassLoader since it was replaced by native URLClassLoader. More... almost 18 years ago
Typo fix. More... almost 18 years ago
Added ability to export all channels. More... almost 18 years ago