jacob_brauer in Mirth

Fixed case-sensitive bug for the arrow_down.png image resource. This only affected webstart.
Fixed case-sensitive bug for the arrow_down.png image resource. This only affected webstart.
A user is no longer allowed to delete a channel that is deployed.
A user is no longer allowed to delete a channel that is deployed.
Changed exception to call alertException.
Changed exception to call alertException.
Fixed small paging bug in MessageBrowser.java causing next to be displayed with 0 results.
Fixed small paging bug in MessageBrowser.java causing next to be displayed with 0 results.
Fixed a small paging bug in MessageBrowser.java.
Fixed a small paging bug in MessageBrowser.java.
Fixed paging bugs in MessageBrowser.java and added a feature to display the current result set.
Fixed paging bugs in MessageBrowser.java and added a feature to display the current result set.
Changed previous page to check if it's greater than 0 instead of 1.
Changed previous page to check if it's greater than 0 instead of 1.
Implemented paging in the Message Browser.
Implemented paging in the Message Browser.
Wrote a method to get the current page for use in the client.
Wrote a method to get the current page for use in the client.
Fixed bugs which causes selection errors and array out of bounds exceptions while the status table was updating by synchronizing two methods.
Fixed bugs which causes selection errors and array out of bounds exceptions while the status table was updating by synchronizing two methods.
Fixed a bug in the channel editor that caused move destination tasks to be displayed when not in the destination tab.
Fixed a bug in the channel editor that caused move destination tasks to be displayed when not in the destination tab.
Added features to move destinations up and down in the destination table.
Added features to move destinations up and down in the destination table.
Removed checkbox in server settings for message encryption.
Removed checkbox in server settings for message encryption.
Fixed bugs in Filter and Transformer Panes causing saving to become disabled.
Fixed bugs in Filter and Transformer Panes causing saving to become disabled.
Added server option to encrypt messages in the database.…
Added server option to encrypt messages in the database.

Also fixed authentication option saving bugs and admin panel bugs.

Changed Start Channel's hot-key to 'N' from 'L'.
Changed Start Channel's hot-key to 'N' from 'L'.
Added automatic file name set to channel name when exporting a channel.
Added automatic file name set to channel name when exporting a channel.
Removed beta from the mirth title.
Removed beta from the mirth title.
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.

Changed null returns to empty string arrays in SQLParserUtil.java.
Changed null returns to empty string arrays in SQLParserUtil.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.
Changed all file directory '\' to '/'.
Changed all file directory '\' to '/'.
Added move-to variable list.
Added move-to variable list.
Updated all forms with field sizes and constraints.
Updated all forms with field sizes and constraints.
  1. … 6 more files in changeset.
Changed alertException in Frame and all files and use it.
Changed alertException in Frame and all files and use it.
Changed constructor usage to reflect previous change.
Changed constructor usage to reflect previous change.
Remove second constructor that took a document from MirthTextPane.java.
Remove second constructor that took a document from MirthTextPane.java.
Redid all text components to have a custom document listener for saving.…
Redid all text components to have a custom document listener for saving.

Added disableSave() in Frame.java and called it on setText(String t) for the text components.

Moved loadSettings() call in AdminPanel.java to Frame.java.