Quick Search:

Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

History

trunk 3901 3665

latest revision download trunk

3901 annotated / raw | Diffs: previous, other | Lines: 276 ( +10, -6 )

Created: 2008-10-06 16:03:39 -0700 (45 days ago) | Author: geraldb | Changeset: 3901

Set client timeout to 10 seconds.

3900 annotated / raw | Diffs: previous, other | Lines: 272 ( +19, -0 )

Created: 2008-10-06 15:56:34 -0700 (45 days ago) | Author: jacobb | Changeset: 3900

Added a 24 hour check to usage stats.
Issue: MIRTH-881

3899 annotated / raw | Diffs: previous, other | Lines: 253 ( +10, -3 )

Created: 2008-10-06 15:34:30 -0700 (45 days ago) | Author: geraldb | Changeset: 3899

Fixed commas on transport and protocol list.

3898 annotated / raw | Diffs: previous, other | Lines: 246 ( +36, -44 )

Created: 2008-10-06 15:13:43 -0700 (45 days ago) | Author: geraldb | Changeset: 3898

Updated usage data collecting model.

3896 annotated / raw | Diffs: previous, other | Lines: 254 ( +1, -1 )

Created: 2008-10-03 17:49:07 -0700 (48 days ago) | Author: jacobb | Changeset: 3896

Added mirth version to usage statistics call.
Issue: MIRTH-881

3895 annotated / raw | Diffs: previous, other | Lines: 254 ( +1, -1 )

Created: 2008-10-03 17:39:34 -0700 (48 days ago) | Author: jacobb | Changeset: 3895

Fixed servlet name in UpdateClient.java
Issue: MIRTH-881

3753 annotated / raw | Diffs: previous, other | Lines: 254 ( +3, -3 )

Created: 2008-09-10 15:44:26 -0700 (2 months 10 days ago) | Author: geraldb | Changeset: 3753

Moved COMPONENT_NAME_VERSION_SEPARATOR to IgnoredComponent

3752 annotated / raw | Diffs: previous, other | Lines: 254 ( +9, -7 )

Created: 2008-09-10 15:38:59 -0700 (2 months 10 days ago) | Author: geraldb | Changeset: 3752

* Changed preference name to "ignoredcomponents"
* Made seprarators constants

3751 annotated / raw | Diffs: previous, other | Lines: 252 ( +6, -5 )

Created: 2008-09-10 15:28:59 -0700 (2 months 10 days ago) | Author: geraldb | Changeset: 3751

* Added Mirth component rather than GUID
* Does not attempt to split last component in comma list

3746 annotated / raw | Diffs: previous, other | Lines: 251 ( +21, -20 )

Created: 2008-09-10 12:50:13 -0700 (2 months 10 days ago) | Author: geraldb | Changeset: 3746

Updated ignored components

3745 annotated / raw | Diffs: previous, other | Lines: 250 ( +1, -1 )

Created: 2008-09-10 11:48:21 -0700 (2 months 10 days ago) | Author: geraldb | Changeset: 3745

Updated getIgnoredComponents to throw ClientException

3744 annotated / raw | Diffs: previous, other | Lines: 250 ( +19, -29 )

Created: 2008-09-10 11:42:29 -0700 (2 months 10 days ago) | Author: geraldb | Changeset: 3744

* Removed id from UpdateInfo
* Modified set/get ignored components
* Removed id from MetaData

3734 annotated / raw | Diffs: previous, other | Lines: 260 ( +1, -1 )

Created: 2008-09-05 14:07:42 -0700 (2 months 15 days ago) | Author: geraldb | Changeset: 3734

Fixed bug in updated client which called a controller.

3723 annotated / raw | Diffs: previous, other | Lines: 260 ( +45, -23 )

Created: 2008-08-28 12:24:54 -0700 (2 months 23 days ago) | Author: geraldb | Changeset: 3723

Added sendUsageStatistics method

3717 annotated / raw | Diffs: previous, other | Lines: 238 ( +2, -2 )

Created: 2008-08-26 15:48:27 -0700 (2 months 25 days ago) | Author: geraldb | Changeset: 3717

Changed exception type.

3716 annotated / raw | Diffs: previous, other | Lines: 238 ( +1, -1 )

Created: 2008-08-26 15:43:57 -0700 (2 months 25 days ago) | Author: geraldb | Changeset: 3716

Fixed property name.

3713 annotated / raw | Diffs: previous, other | Lines: 238 ( +78, -7 )

Created: 2008-08-26 15:36:07 -0700 (2 months 25 days ago) | Author: geraldb | Changeset: 3713

Updated usage data collecting.

3697 annotated / raw | Diffs: previous, other | Lines: 167 ( +25, -2 )

Created: 2008-08-19 16:19:25 -0700 (3 months 1 day ago) | Author: geraldb | Changeset: 3697

Added ability to register user.

3695 annotated / raw | Diffs: previous, other | Lines: 144 ( +1, -1 )

Created: 2008-08-18 14:51:20 -0700 (3 months 2 days ago) | Author: geraldb | Changeset: 3695

Fixed bug with saving user preferences.

3694 annotated / raw | Diffs: previous, other | Lines: 144 ( +2, -1 )

Created: 2008-08-18 14:41:43 -0700 (3 months 2 days ago) | Author: geraldb | Changeset: 3694

Fixed but in getting user preferences.

3687 annotated / raw | Diffs: previous, other | Lines: 143 ( +1, -10 )

Created: 2008-08-14 15:55:20 -0700 (3 months 6 days ago) | Author: geraldb | Changeset: 3687

Added requestUser to ServerInfo.
Issue: MIRTH-881

3686 annotated / raw | Diffs: previous, other | Lines: 152 ( +6, -0 )

Created: 2008-08-14 15:09:27 -0700 (3 months 6 days ago) | Author: geraldb | Changeset: 3686

Fixed bug where connectors weren't included in update.
Issue: MIRTH-881

3685 annotated / raw | Diffs: previous, other | Lines: 146 ( +2, -2 )

Created: 2008-08-14 13:48:33 -0700 (3 months 6 days ago) | Author: geraldb | Changeset: 3685

Fixed exceptions.
Issue: MIRTH-881

3684 annotated / raw | Diffs: previous, other | Lines: 146 ( +1, -1 )

Created: 2008-08-14 12:25:31 -0700 (3 months 6 days ago) | Author: geraldb | Changeset: 3684

Fixed bug getting user preferences.
Issue: MIRTH-881

3683 annotated / raw | Diffs: previous, other | Lines: 146 ( +3, -2 )

Created: 2008-08-14 12:21:27 -0700 (3 months 6 days ago) | Author: geraldb | Changeset: 3683

Fixed bug with ignored IDs property not available.
Issue: MIRTH-881

3681 annotated / raw | Diffs: previous, other | Lines: 145 ( +1, -1 )

Created: 2008-08-14 12:03:35 -0700 (3 months 6 days ago) | Author: geraldb | Changeset: 3681

Added default update properties.
Issue: MIRTH-881

3680 annotated / raw | Diffs: previous, other | Lines: 145 ( +1, -0 )

Created: 2008-08-14 10:08:06 -0700 (3 months 6 days ago) | Author: geraldb | Changeset: 3680

* Removed RSS library
* Moved ServerInfo to model package
Issue: MIRTH-881

3677 annotated / raw | Diffs: previous, other | Lines: 144 ( +42, -64 )

Created: 2008-08-13 16:26:38 -0700 (3 months 7 days ago) | Author: geraldb | Changeset: 3677

* Added isNew flag to UpdateInfo
* UpdateClient uses HTTP POSTs to get updates
Issue: MIRTH-881

3676 annotated / raw | Diffs: previous, other | Lines: 166 ( +2, -1 )

Created: 2008-08-13 13:25:33 -0700 (3 months 7 days ago) | Author: geraldb | Changeset: 3676

Added includeNew flag to getUpdates
Issue: MIRTH-881

3675 annotated / raw | Diffs: previous, other | Lines: 165 ( +4, -2 )

Created: 2008-08-13 13:23:02 -0700 (3 months 7 days ago) | Author: geraldb | Changeset: 3675

Changed UpdateInfo.Type to SERVER, CONNECTOR, PLUGIN
Issue: MIRTH-881

3671 annotated / raw | Diffs: previous, other | Lines: 163 ( +8, -9 )

Created: 2008-08-13 11:19:45 -0700 (3 months 7 days ago) | Author: geraldb | Changeset: 3671

getUpdates now throws a ClientException
Issue: MIRTH-881

3670 annotated / raw | Diffs: previous, other | Lines: 164 ( +3, -1 )

Created: 2008-08-13 11:00:40 -0700 (3 months 7 days ago) | Author: geraldb | Changeset: 3670

Added ignored field to UpdateInfo based on user's ignored ID list.
Issue: MIRTH-881

3669 annotated / raw | Diffs: previous, other | Lines: 162 ( +3, -7 )

Created: 2008-08-11 15:48:31 -0700 (3 months 9 days ago) | Author: geraldb | Changeset: 3669

* Removed unused classes and imports
* Re-factored to use foreach loops

3665 new annotated / raw | Lines: 166 ( +166, -0 )

Created: 2008-08-08 17:58:34 -0700 (3 months 12 days ago) | Author: geraldb | Changeset: 3665

* Added ID to extension meta-data
* Added methods to getUserPreferences and addUserPreferences
* Added UpdateClient

Issue: MIRTH-881

Open Source License registered to the Mirth Project. This license of FishEye is provided to support the development of Mirth only.
Atlassian FishEye, the whole repository view. (Version:1.4.1 Build:build-262 2007-12-19 ) - Bug/feature request - Page generated 2008-11-21 08:33 -0800