7
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 22 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
Performs null check on muleManager before attempting to close and dispose. More... almost 18 years ago
Minor formatting edit. More... almost 18 years ago
Added DEBUG statement to note when the Jetty server has been started and on which port(s). More... almost 18 years ago
Minor formatting edit on DEBUG statement. More... almost 18 years ago
Set default level of com.webreach.mirth.server.mule to WARN. More... almost 18 years ago
Splash screen text is now displayed only on start of Mirth, rather than restart of Mule. More... almost 18 years ago
Simplified conversion pattern (removed date and thread) and changed default root category to INFO rather than DEBUG. More... almost 18 years ago
Changed logger from WARN to DEBUG on exceptions caught in #getChannelStatusList. More... almost 18 years ago
Changed case of property. More... almost 18 years ago
Added feature to determine if a channel is started or stopped on startup. More... almost 18 years ago
Set embedded to true in environment-properties. More... almost 18 years ago
Added splash screen text. More... almost 18 years ago
Changed logger category from INFO to DEBUG on loading of database driver list. More... almost 18 years ago
Add null check on jmxConnection on #getDeployedIds. More... almost 18 years ago
Removed reference to InboundChannel and OutboundChannel, renamed to ChannelComponent. More... almost 18 years ago
Added check for initialState property in Channel property list. More... almost 18 years ago
Removed debug function from jsSource. More... almost 18 years ago
Added CONF_FOLDER constant. More... almost 18 years ago
Removed smtpConnection variable from scope. More... almost 18 years ago
Modified reference from config to conf. More... almost 18 years ago
Renamed config to conf. Removed removed DatabaseConnectionFactory and DatabaseConnection from transformer and filter. More... almost 18 years ago
Gave name field focus. More... almost 18 years ago
Fixed defect that didn't clear messages and events after filtering. More... almost 18 years ago
Renamed #getSMTPConnection to #createSMTPConnection. More... almost 18 years ago
Organized imports. More... almost 18 years ago
Refactored EmailSender to SMTPConnection with its own factory. This is now used by the JavaScriptFilter and JavaScriptTransformer. More... almost 18 years ago
Modified JavaScriptTransformer builder to accept a Channel as a parameter and determine if an inbound or outbound script needs to be returned in the #getScript method. More... almost 18 years ago
Modified #addTransformer to accept Channel as parameter rather than the Direction and ID seperately. More... almost 18 years ago
Removed OutboundChannel since it was redundant and renamed InboundChannel to ChannelComponent. More... almost 18 years ago
Removed EmbeddedDatabaseConnection and refactord transformer and filter to use the DatabaseConnectionFactory instead. More... almost 18 years ago