7
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Aug 30, 2024 — Aug 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added SimpleSender. More... over 18 years ago
Created folder remotely More... over 18 years ago
Queued counts would go into the negatives if you cleared statistics when there were items in the queue. More... over 18 years ago
Fixed bug that crashed dashboard on channel deploy. More... over 18 years ago
Fixed the postgres creation script. Did not cascade the drops on the tables. More... over 18 years ago
Removed unused imports. Updated getStatus to check the status of Mule engine when returning status code. Added ClientTest class. More... over 18 years ago
Fixed a problem where server properties were overwritten by the client. More... over 18 years ago
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 More... over 18 years ago
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 More... over 18 years ago
Fixed singleton on Channel Stats More... over 18 years ago
Fixed singleton on Channel Stats More... over 18 years ago
Fixed issue with channel cache throwing NPE More... over 18 years ago
Fixed issue with channel cache throwing NPE More... over 18 years ago
Fixed bugs we added by taking out calls to update the cached channels. The bugs allowed a channel to be saved as a new channel multiple times and having second saves not saving data. More... over 18 years ago
Added optimized sqlserver2005 database version. Changed all sql and message files to use sequences starting at 1. More... over 18 years ago
Increased minimum width of date column in message browser. More... over 18 years ago
Fixed getting paged messages by limit in oracle. More... over 18 years ago
Added question mark to oracle message insert. More... over 18 years ago
Added parens in the sql files. More... over 18 years ago
Closed the ResultSet. Issue: MIRTH-353 More... over 18 years ago
Closed the database connection for getting table metadata. Issue: MIRTH-353 More... over 18 years ago
Updated MessageObjectController.java to have an initialize method, which gets the database meta data on start up and removes all leftover temp tables. Updated Mirth.java to call MessageObjectController.initialize(). Updated all database-message.xml files to use the shortened MSG_TMP names. Issue: MIRTH-353 More... over 18 years ago
Fixed bug in removeFilterTables so that it always tries all statements. Cleaned up MessageListHandler. Fixed MessageObjectServlet so that it checks if the uid is null or "". More... over 18 years ago
Removed protocol, mode, and direction from channels. More... over 18 years ago
Fixed annoying flicker on the dashboard panel and updated the user wizard. More... over 18 years ago
Added comma in CREATE TABLE CHANNEL_STATISTICS More... over 18 years ago
Removed line at end of derby-statistic.xml that caused it not to load. Added line breaks at end of xml files. More... over 18 years ago
Added getMessageListHandler for exporting to make its own temp table. More... over 18 years ago
Updated Client.java to allow returning a new instance of MessageListHandler. Updated MessageListHandler.java to removeFilterTables and create a new temp table. Updated MessageObjectController.java reprocessing messages and forcing new temp tables. Updated MessageObjectServer.java to create new temp tables and removeFilterTables. More... over 18 years ago
Set the server id in the adapter and cloner instead of the update method. More... over 18 years ago