7
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 18 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 Javascript Functions Updated DatabaseConnection to properly close connections More... almost 18 years ago
Fixed bugs in Filter and Transformer Panes causing saving to become disabled. More... almost 18 years ago
Added server option to encrypt messages in the database. Also fixed authentication option saving bugs and admin panel bugs. More... almost 18 years ago
Update HSQLDB to 1.8.0.5 from 1.8.0.2 More... almost 18 years ago
Changed ObjectStringSerializer to ObjectXMLSerializer in #getEncryptionKey. More... almost 18 years ago
Fixed incorrect comment. More... almost 18 years ago
Added logger error. More... almost 18 years ago
MESSAGES table now set to CACHED. ID now starts at 1 rather than 0. More... almost 18 years ago
Minor formatting change to AboutMirth.java More... almost 18 years ago
Added automatic retrieval of build date and version in about. More... almost 18 years ago
Added a fix in logic that could cause a bug. More... almost 18 years ago
Added #getVersion and #getBuildDate methods for client. These are read from version.properties file through ConfigurationController. More... almost 18 years ago
Channel revision is set to 0 on import. More... almost 18 years ago
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. More... almost 18 years ago
Fixed bug with new channels asking for validation. More... almost 18 years ago
Changed UMOManager instance to MuleManager in order to call #getStatistics. More... almost 18 years ago
Renamed StatisticsController to ChannelStatisticsController to match class naming scheme. More... almost 18 years ago
Fixed bug making the enabled button still be checked. More... almost 18 years ago
Fixed a merging issue. More... almost 18 years ago
Enabled form validation. More... almost 18 years ago
Fixed defect that causes save changes to be there. More... almost 18 years ago
Renamed Serializer to IXMLSerializer since it is an interface. Renamed #serialize to #toXML and #deserializer to #fromXML on IXMLSerializer. More... almost 18 years ago
Renamed Serializer to IXMLSerializer since it is an interface. Renamed #serialize to #toXML and #deserializer to #fromXML on IXMLSerializer. More... almost 18 years ago
Fixed Package import in Javascript transformer and filter More... almost 18 years ago
Changed JS variable "conn" to "dbConn" so as not to conflict with "smtpConn". More... almost 18 years ago
Fixed JavaScript code that is inserted. More... almost 18 years ago
Modified to match Java coding style. More... almost 18 years ago
Modified to match Java coding style. More... almost 18 years ago
Updated VariableList to take new FunctionList objects. Added FunctionListBuilder, FunctionListItem and FunctionListHandler More... almost 18 years ago
Renamed #displaySplashScreen to #printSplashScreen and made it private. More... almost 18 years ago