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
Added paging for MessageEvent list. Client now uses ServerConnection to connect to server. More... over 17 years ago
Disabled session timeout. More... over 17 years ago
Fixed a bug that caused things to not be saved in the transformer and filter. More... over 17 years ago
Renamed StatisticsServlet to ChannelStatisticsServlet. More... almost 18 years ago
Added extra signature parameter to #invokeOperation in order to have #clearStatistics work. More... almost 18 years ago
Fixed typo in #clearStatistics. More... almost 18 years ago
Added functionality to clear statistics and export filters and transformers. More... almost 18 years ago
Database password field is no longer required. More... almost 18 years ago
Modified #getStatistics to first update channel statistics, then return the ChannelStatistics object. More... almost 18 years ago
Removed code for updating channel statistics. More... almost 18 years ago
Fixed bug by making local encryption key a static member variable. More... almost 18 years ago
CHANNEL_STATISTICS is now created after CHANNELS. More... almost 18 years ago
Encryption key is now stored locally in ConfigurationController after being loaded only once on #initialize which is called in Mirth#run. More... almost 18 years ago
Added database.user and database.password properties. More... almost 18 years ago
Added JavaDoc comment. More... almost 18 years ago
Modified #createDatabaseConnection to read database.user and database.password properties from the mirth.properties file. More... almost 18 years ago
Added code to #clearStatistics to also reset the statistics in the database. More... almost 18 years ago
Added System.exit(0) to #shutdown to actually shut down the server. More... almost 18 years ago
Mirth can be instantiated and configured in Java using Mirth#getManager. More... almost 18 years ago
Channel statistics are now persisted in the database between instances of Mule. More... almost 18 years ago
Added check if Mule is running before calling #stop. More... almost 18 years ago
Removed checkbox in server settings for message encryption. More... almost 18 years ago
Removed unneeded lines. More... almost 18 years ago
Update HSQLDB to 1.8.0.5 from 1.8.0.2 More... almost 18 years ago
Fixed logging issues in JSFilter/Transformer More... almost 18 years ago
Fixed logging issues in JSFilter/Transformer More... almost 18 years ago
Added #executeCachedQuery which returns a CachedRowSet. More... almost 18 years ago
Fixed SMTP Connection error More... almost 18 years ago
version.properties is now generated on compile More... almost 18 years ago
Updated Javascript Functions Updated DatabaseConnection to properly close connections More... almost 18 years ago