•  
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Moved client folder remotely
Moved client folder remotely
    • binary
    ./com/webreach/mirth/client/ui/images/stats.png
    • binary
    ./com/webreach/mirth/client/ui/images/add.png
    • binary
    ./com/webreach/mirth/client/ui/images/status.png
    • binary
    ./com/webreach/mirth/client/ui/images/save.png
    • binary
    ./com/webreach/mirth/client/ui/images/stop.png
    • -1304
    • +0
    ./com/webreach/mirth/client/ui/ChannelSetup.java
    • -201
    • +0
    ./com/webreach/mirth/client/ui/UserWizard.form
    • binary
    ./com/webreach/mirth/client/ui/images/edit.png
  1. … 363 more files in changeset.
Hard-coded about text. Should be fixed so that it is read from a file.
Hard-coded about text. Should be fixed so that it is read from a file.
    • -10
    • +9
    ./com/webreach/mirth/client/ui/AboutMirth.java
Fixed License block comment issue
Fixed License block comment issue
Added MPL 1.1 license header.
Added MPL 1.1 license header.

    • -0
    • +26
    ./com/webreach/mirth/client/ui/XMLFileFilter.java
    • -0
    • +26
    ./com/webreach/mirth/client/ui/StatusBar.java
    • -0
    • +26
    ./com/webreach/mirth/client/ui/UIConstants.java
  1. … 67 more files in changeset.
Changed Start Channel's hot-key to 'N' from 'L'.
Changed Start Channel's hot-key to 'N' from 'L'.
    • -1
    • +1
    ./com/webreach/mirth/client/ui/Frame.java
Now saves the last server that you were logged into.
Now saves the last server that you were logged into.
    • -2
    • +5
    ./com/webreach/mirth/client/ui/Frame.java
    • -3
    • +5
    ./com/webreach/mirth/client/ui/Mirth.java
Added automatic file name set to channel name when exporting a channel.
Added automatic file name set to channel name when exporting a channel.
    • -5
    • +6
    ./com/webreach/mirth/client/ui/Frame.java
Removed beta from the mirth title.
Removed beta from the mirth title.
    • -2
    • +2
    ./com/webreach/mirth/client/ui/UIConstants.java
  1. … 1 more file in changeset.
Minor bug fix in dropdown on database reader / writer.
Minor bug fix in dropdown on database reader / writer.
Removed setDefaults() from all connectors and moved the move-to pattern list box.
Removed setDefaults() from all connectors and moved the move-to pattern list box.
Changed all MirthTextArea's to MirthTextPane's and resolved conflicts.…
Changed all MirthTextArea's to MirthTextPane's and resolved conflicts.

Removed getText() fix from MirthTextArea.java because the text area does not recognize /r's as line breaks.

"Other" pane was not being added back.
"Other" pane was not being added back.
Updated Netbeans Form to use new name
Updated Netbeans Form to use new name
Minor UI tweak.
Minor UI tweak.
    • -5
    • +2
    ./com/webreach/mirth/client/ui/ChannelSetup.java
Updated MirthTextArea and MirthTextPane to correctly support new-lines (MAC OSX)…
Updated MirthTextArea and MirthTextPane to correctly support new-lines (MAC OSX)

Updated FileWriter to use MirthTextPane for Template and removed "Inbox/" from default file_directory name

Updated Variable List E4X
Updated Variable List E4X
Changed help links.
Changed help links.
    • -0
    • +4
    ./com/webreach/mirth/client/ui/Frame.java
    • -4
    • +6
    ./com/webreach/mirth/client/ui/UIConstants.java
    • -2
    • +2
    ./com/webreach/mirth/client/ui/ChannelSetup.java
no_comment
no_comment
    • -0
    • +6
    ./com/webreach/mirth/client/ui/UIConstants.java
Removed changes to MirthTextArea and MirthTextpane. Changed TransformerPanel msg settings. Updated HL7XMLTreePanel to use correct message type
Removed changes to MirthTextArea and MirthTextpane. Changed TransformerPanel msg settings. Updated HL7XMLTreePanel to use correct message type
Now asks you to save on exit if in channels or settings.
Now asks you to save on exit if in channels or settings.
    • -1
    • +10
    ./com/webreach/mirth/client/ui/Frame.java
Changed null returns to empty string arrays in SQLParserUtil.java.
Changed null returns to empty string arrays in SQLParserUtil.java.
Removed useless lines of code.
Removed useless lines of code.
    • -3
    • +0
    ./com/webreach/mirth/client/ui/ChannelSetup.java
Added variable list that auto-updates on SQL change.
Added variable list that auto-updates on SQL change.
Added a variable list to Database Reader connector and changed size of description in Channel Setup summary.
Added a variable list to Database Reader connector and changed size of description in Channel Setup summary.
    • -5
    • +7
    ./com/webreach/mirth/client/ui/ChannelSetup.java
    • -10
    • +13
    ./com/webreach/mirth/client/ui/ChannelSetup.form
Took out debug statement.
Took out debug statement.
    • -2
    • +6
    ./com/webreach/mirth/client/ui/Frame.java
Changed all file directory '\' to '/'.
Changed all file directory '\' to '/'.
no_comment
no_comment
fixed *new* bug in TransformerPane where we weren't clearing the data in the mapping area of a new step. tada.
fixed *new* bug in TransformerPane where we weren't clearing the data in the mapping area of a new step. tada.
Added move-to variable list.
Added move-to variable list.
updated SWLParserUtil because it was incorrectly parsing the SQL statement in Parse() so that it was returning NULL. it is now working,and populating the dbVarTable;
updated SWLParserUtil because it was incorrectly parsing the SQL statement in Parse() so that it was returning NULL. it is now working,and populating the dbVarTable;