•  
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
MIRTH-2489: Fixed combo box sizing issues.
MIRTH-2489: Fixed combo box sizing issues.
    • -18
    • +18
    ./src/com/mirth/connect/manager/ManagerDialog.java
    • -15
    • +20
    ./src/com/mirth/connect/manager/ManagerDialog.form
MIRTH-2489: Removed JMX port from mirth.properties and in the server manager as well. Also removed a check in Mirth.java.
MIRTH-2489: Removed JMX port from mirth.properties and in the server manager as well. Also removed a check in Mirth.java.
    • -59
    • +38
    ./src/com/mirth/connect/manager/ManagerDialog.java
    • -63
    • +39
    ./src/com/mirth/connect/manager/ManagerDialog.form
  1. … 2 more files in changeset.
Organized imports.
Organized imports.
  1. … 78 more files in changeset.
Moved xstream converters that were overriding xstream classes into our own package and register the converters in ObjectXMLSerializer. Removed unused DateConverter and the com.thoughtworks packages.…
Moved xstream converters that were overriding xstream classes into our own package and register the converters in ObjectXMLSerializer. Removed unused DateConverter and the com.thoughtworks packages.

Issue: MIRTH-1793

  1. … 19 more files in changeset.
Synced the versions of jars across separate projects where certain versions had not been upgraded. This includes log4j-1.2.16, commons-io-2.3, and commons-pool-1.6.…
Synced the versions of jars across separate projects where certain versions had not been upgraded. This includes log4j-1.2.16, commons-io-2.3, and commons-pool-1.6.

Issue: MIRTH-2250

    • binary
    ./lib/log4j-1.2.16.jar
    • binary
    ./lib/commons-io-2.3.jar
  1. … 14 more files in changeset.
Changed the Command project to include the Server project source directly instead of the jar because it requires new connector properties classes that aren't in the shared jar.…
Changed the Command project to include the Server project source directly instead of the jar because it requires new connector properties classes that aren't in the shared jar.

Changed the access rules in all projects that include Server so that they can't access anything that isn't in mirth-client-core.jar or any connector-shared.jar

Cleaned up the classpath orders and build connector orders.

Issue: MIRTH-2250

  1. … 3 more files in changeset.
Added commons-lang3-3.1 to all projects that didn't have it and converted code to use commons-lang-3 in Client, Command, Donkey, Manager, and Server.…
Added commons-lang3-3.1 to all projects that didn't have it and converted code to use commons-lang-3 in Client, Command, Donkey, Manager, and Server.

Left commons-lang-2.6 in all projects so that it can still be used by jars that have it as a dependency (commons-configuration-1.x, velocity).

Removed unused commons-configuration from Donkey.

Issue: MIRTH-2002

    • -1
    • +1
    ./src/com/mirth/connect/manager/ManagerDialog.java
    • binary
    ./lib/commons-lang3-3.1.jar
  1. … 125 more files in changeset.
Updated xstream library and all license headers.…
Updated xstream library and all license headers.

Issue: MIRTH-2250

    • -1
    • +2
    ./src/com/mirth/connect/manager/ManagerDialog.java
  1. … 6 more files in changeset.
Changed all Base64 encoded Strings to be chunked. This was broken with the upgrade from commons-codec-1.4, which chunked by default, to commons-codec-1.5, which does not. Also upgraded to commons-co…
Changed all Base64 encoded Strings to be chunked. This was broken with the upgrade from commons-codec-1.4, which chunked by default, to commons-codec-1.5, which does not. Also upgraded to commons-codec-1.6.

Issue: MIRTH-2073

    • binary
    ./lib/commons-codec-1.6.jar
  1. … 24 more files in changeset.
  • More
  • 5816
  • updated metadata for 1 file
Add new jars to svn:ignore
Add new jars to svn:ignore
Added not-yet-commons-ssl to manager.…
Added not-yet-commons-ssl to manager.

Issue: MIRTH-2050

Added mirth-crypto to the manager lib.…
Added mirth-crypto to the manager lib.

Issue: MIRTH-2050

  1. … 1 more file in changeset.
Moved all UI updates for the message popups and the tray icon in ManagerController into the SwingWorker done methods. Changed the logic of the start/stop/restart methods to return the error message i…
Moved all UI updates for the message popups and the tray icon in ManagerController into the SwingWorker done methods. Changed the logic of the start/stop/restart methods to return the error message if there is one. Reverted invokeLater changes to ManagerTray since they are no longer necessary.

Issue: MIRTH-2050

    • -30
    • +5
    ./src/com/mirth/connect/manager/ManagerTray.java
Changed the tray icon to be set with invokeLater…
Changed the tray icon to be set with invokeLater

Issue: MIRTH-2050

Changed the status dialogs to be displayed using invokeLater.…
Changed the status dialogs to be displayed using invokeLater.

Issue: MIRTH-2050

    • -6
    • +25
    ./src/com/mirth/connect/manager/ManagerTray.java
Upgraded Commons Configuration 1.6 to 1.7…
Upgraded Commons Configuration 1.6 to 1.7

Upgraded Commons Codec 1.4 to 1.5

Upgraded Commons IO 2.0 to 2.1

Upgraded Commons Lang 2.5 to 2.6

Issue: MIRTH-2004

    • binary
    ./lib/commons-codec-1.5.jar
    • binary
    ./lib/commons-lang-2.6.jar
    • binary
    ./lib/commons-configuration-1.6.jar
    • binary
    ./lib/commons-configuration-1.7.jar
    • binary
    ./lib/commons-io-2.1.jar
Reorganized layout again for Mac OS X.…
Reorganized layout again for Mac OS X.

Issue: MIRTH-1942

    • -13
    • +19
    ./src/com/mirth/connect/manager/ManagerDialog.java
    • -13
    • +23
    ./src/com/mirth/connect/manager/ManagerDialog.form
Anchored the bottom of the log files text area so that it displays entirely on Mac OS X.…
Anchored the bottom of the log files text area so that it displays entirely on Mac OS X.

Issue: MIRTH-1942

    • -3
    • +3
    ./src/com/mirth/connect/manager/ManagerDialog.java
    • -2
    • +2
    ./src/com/mirth/connect/manager/ManagerDialog.form
Adjusted layout of Manager to fix display on Mac OS X.…
Adjusted layout of Manager to fix display on Mac OS X.

Issue: MIRTH-1942

    • -43
    • +36
    ./src/com/mirth/connect/manager/ManagerDialog.java
    • -45
    • +37
    ./src/com/mirth/connect/manager/ManagerDialog.form
Added channel log level option to Mirth Connect Server Manager.…
Added channel log level option to Mirth Connect Server Manager.

Issue: MIRTH-1859

    • -35
    • +81
    ./src/com/mirth/connect/manager/ManagerDialog.java
    • -33
    • +66
    ./src/com/mirth/connect/manager/ManagerDialog.form
Changed log4j.rootCategory to log4j.rootLogger. Also updated the service vmoptions filename in the manager.…
Changed log4j.rootCategory to log4j.rootLogger. Also updated the service vmoptions filename in the manager.

Issue: MIRTH-1870

  1. … 1 more file in changeset.
Fixed order of log levels in the Server Manager and added a TRACE level.…
Fixed order of log levels in the Server Manager and added a TRACE level.

Issue: MIRTH-1860

Changed bugtraq:url
Changed bugtraq:url
  1. … 3516 more files in changeset.
Changed the Mirth Connect service name in the Manager to match the new Linux service name.
Changed the Mirth Connect service name in the Manager to match the new Linux service name.
MIRTH-1766 - Display restart message.…
MIRTH-1766 - Display restart message.

MIRTH-1603 - Updated property key from "context.path" to "http.contextpath" in the manager.

Changed the restart service method to only alert the final success status or the error message from stopping/starting if there was one.…
Changed the restart service method to only alert the final success status or the error message from stopping/starting if there was one.

Issue: MIRTH-1766

Fixed a bug that caused the manager to load the server log4j.properties because it loaded conf to the classpath. This stopped the mirth.log from rolling over.…
Fixed a bug that caused the manager to load the server log4j.properties because it loaded conf to the classpath. This stopped the mirth.log from rolling over.

Issue: MIRTH-1682

Removed ObjectCloner since it is not referenced, and SerializationUtils (Commons Lang) should be used instead.
Removed ObjectCloner since it is not referenced, and SerializationUtils (Commons Lang) should be used instead.
MIRTH-1719 - Renamed sqlserver to sqlserver2000 and sqlserver2005 to sqlserver
MIRTH-1719 - Renamed sqlserver to sqlserver2000 and sqlserver2005 to sqlserver
    • -2
    • +2
    ./src/com/mirth/connect/manager/ManagerDialog.java
    • -2
    • +2
    ./src/com/mirth/connect/manager/ManagerDialog.form
Changed the server.id file to not alert if it can't be found.…
Changed the server.id file to not alert if it can't be found.

Issue: MIRTH-1682