Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
c53a25ad 12/09/2014 05:33 PM Cherian Mathew

updated packages for remoting source

9797b698 12/08/2014 06:28 PM Cherian Mathew

clean up

3fd7eb7e 12/08/2014 04:43 PM Cherian Mathew

moving code to remoting project

8b5f52b5 12/08/2014 10:21 AM Cherian Mathew

cleaning up

dc80da32 12/08/2014 10:20 AM Cherian Mathew

cleaning up

fe61f73d 12/03/2014 05:06 PM Cherian Mathew

merge from trunk

97e175e5 12/03/2014 05:05 PM Cherian Mathew

updated tests and added checks to cacher

af727c93 12/03/2014 04:39 PM Patrick Plitzner
  • deleted usage of commented method in cdmlib
dea7cd9c 12/03/2014 04:24 PM Patrick Plitzner
  • added command, handler, double click listener to open taxa from associated taxa section in details view
    • caught runtime exception for orphaned taxa
a53be09c 12/03/2014 02:00 PM Katja Luther

adapt transientServices to returntype of isdeletable methods

e13ba183 12/03/2014 01:27 PM Patrick Plitzner
  • renamed interface IDerivedUnitFacadeEditor to IDerivedUnitFacadePart
    • show field unit data in NewDerivedUnitBaseWizard
e3bcee2d 12/03/2014 09:47 AM Patrick Plitzner
  • added interface IDerivedUnitFacadeEditor to tag editors that are working with DerivedUnitFacades (e.g. BulkEditor)
    • show field unit data for DerivedUnit when selected in BulkEditor
ea5eb5e1 12/02/2014 10:32 AM Patrick Plitzner
  • removed unused imports
e97b77c6 12/02/2014 10:24 AM Patrick Plitzner
  • added preference for displaying associated taxa in specimen details view
3fc39e76 12/02/2014 10:01 AM Patrick Plitzner
  • added section for associated taxa (IndividualsAssocation, TypeDesignation) to DetailsView for specimen
056e4137 12/02/2014 09:58 AM Patrick Plitzner
  • added amplification description to single read label in hierarchy
    • added marker to update method of amplification description
77778ce2 12/02/2014 09:56 AM Patrick Plitzner
  • refactored/cleaned up commands extension point
bfe54fd9 12/01/2014 12:35 PM Katja Luther

fix the problem of referencingObjectsView and deletion in bulk editor

b0ab81b7 12/01/2014 11:30 AM Patrick Plitzner
  • added missing service method to transient service
9f7e89bc 12/01/2014 10:43 AM Patrick Plitzner
  • refactored LanguageStringWithLabelElement (isMultiLine flag)
e03ab30b 12/01/2014 10:26 AM Patrick Plitzner
  • added notes (annotations) to SingleRead details view
2a511019 12/01/2014 10:26 AM Patrick Plitzner
  • layout enhancement
365a2c1e 12/01/2014 10:25 AM Patrick Plitzner
  • added barcode to MediaSpecimen label
11950686 11/26/2014 04:07 PM Patrick Plitzner
  • fixed possible NPE when opening DerivateView for a taxon when no derivates exist
3177a949 11/26/2014 03:20 PM Patrick Plitzner
  • activated filter in factual data view for displaying only IndividualsAssociations
0c41af54 11/26/2014 02:52 PM Patrick Plitzner
  • removed obsolete Primer page for AmplificationWizard
    • added dnaMarker to amplification designation
f7acd856 11/26/2014 01:50 PM Patrick Plitzner
  • re-enabled MediaViewPart for DerivateView (#4475)
46be9511 11/26/2014 01:21 PM Patrick Plitzner
  • added missing service method to transient service
71f9f770 11/26/2014 01:19 PM Patrick Plitzner
  • moved extension point for taxon navigator context menu
    • fixed DerivateSearchView layout
    • added "disabled" extension point for toggling individual assciations in factual data view
090dd9ba 11/26/2014 12:45 PM Patrick Plitzner
  • set multiline flag for LanguageStringWithLabelElement #2248
396701ca 11/26/2014 09:54 AM Patrick Plitzner
  • added clear button to DerivateSearchView
    • made use of cdmlib service to get associated specimen for one taxon (#4506)
b8548a34 11/25/2014 01:33 PM Cherian Mathew

added checks to makes sure no other exception is thrown within the dialog creation code #4502.

01b3ade8 11/25/2014 10:02 AM Patrick Plitzner
  • added context menu entry to taxon navigator to open associated derivates in DerivateEditor
    • added taxon filter to DerivateSearchView (non-functional) (#4506)
10c47677 11/24/2014 11:47 AM Patrick Plitzner
  • added some more molecular parameters to the DetailsView
902350ad 11/24/2014 11:16 AM Patrick Plitzner
  • removed unused code
add829e5 11/24/2014 10:12 AM Patrick Plitzner
  • converted dnaQuality from DefinedTerm to OrderedTerm (#4434)
5702e33d 11/24/2014 09:37 AM Patrick Plitzner
  • adapted to cdmlib changes (#4434)
e8cc5fb9 11/20/2014 02:53 PM Patrick Plitzner
  • added preference for showing Collecting Areas below Country in DetailsView (#4473)
b3271304 11/20/2014 11:15 AM Patrick Plitzner
  • made use of TermType DnaQuality
f22ca8aa 11/20/2014 10:42 AM Patrick Plitzner
  • added static method to DerivateLabelProvider to get the derivate text
    • refactored moving of derivates to use the operation framework.
    • immplemented undo/redo
eb65444b 11/20/2014 10:41 AM Patrick Plitzner
  • DerivateView and BulkEditor trigger selection change event for MediaViewPart (fixes #4475)
20ced855 11/20/2014 10:36 AM Patrick Plitzner
  • DerivedUnits DetailsView only shows FieldUnit data in titleCache (fixes #4474)
    • Areas section is now shown below country for FieldUnits (fixes 4473)
123de414 11/20/2014 10:34 AM Patrick Plitzner
  • Rights section is now part of MediaSpecimen DetailsView (fixes #4472)
    • DerivedUnits DetailsView only shows FieldUnit data in titleCache (fixes #4474)
68224814 11/18/2014 02:47 PM Patrick Plitzner
  • extended DerivateSearchView to allow multiple selection
    • added context menu to open multiple elements in DerivateView
    • extended DerivateView to show multiple derivate hierarchies in one view
c3f81c22 11/18/2014 10:28 AM Cherian Mathew

remotingApplicationContext : now using the cachers from cdmlib
CdmServiceCacher : added unimplemented method

b8250996 11/17/2014 01:39 PM Katja Luther

#4463 fixed
if a titlecache is updated and the position of the parsing problem is behind the actual text no position is created.

e139a136 11/17/2014 10:54 AM Patrick Plitzner
  • exported eu.etaxonomy.cdm.io.csv.redlist.demo package to fix compile errors
4b75d033 11/14/2014 05:29 PM Alexander Oppermann

Added simple CSV Export to Taxonomic Editor

df989a18 11/12/2014 05:30 PM Cherian Mathew

added recursive loading for collection and maps and also correspoding tests.
cleanup of code.

686f8a4c 11/12/2014 03:35 PM Patrick Plitzner
  • updated molecular DetailsViews according to requirements
03d5f058 11/12/2014 09:51 AM Patrick Plitzner
  • used ImageFile instead of more generic MediaRepresentationPart when creating the Media (fixes #4402)
    • fixed a typo
eecb44d0 11/12/2014 09:27 AM Cherian Mathew

merge from trunk

cd63800b 11/11/2014 06:59 PM Cherian Mathew

merge from trunk

b44e8184 11/11/2014 06:58 PM Cherian Mathew

added tests for recursive cdm entity loading and updated corresponding code

11c03192 11/11/2014 02:11 PM Patrick Plitzner
  • moved OriginalLabelData section to 2nd position
    • made text field fill horizontally
d0ba58fc 11/11/2014 09:34 AM Patrick Plitzner
  • refactored DerivateViewEditorInput to use UUIDs instead of CDM entities
    • added delete operation to DerivateView (currently only deleting leafs of the derivate tree is allowed)
9a826147 11/10/2014 09:55 AM Katja Luther

fixing problems in bulkeditor and minor

e9af0bd6 11/04/2014 03:54 PM Patrick Plitzner
  • fixed possible NPE
59777165 11/04/2014 02:56 PM Patrick Plitzner
  • used more pepresentative DerivationEventTypes when creating derivates via DerivatView
ee086833 10/30/2014 11:44 AM Katja Luther
5ba870c3 10/30/2014 11:43 AM Katja Luther

fixing #2547

b25ac0b0 10/29/2014 07:01 PM Cherian Mathew

session object for remoting

403ca5d6 10/29/2014 07:00 PM Cherian Mathew

added code + config for caching mechanism

72be444d 10/29/2014 06:56 PM Cherian Mathew

added,
CdmModelGetMethodCacherTest : for testing the hibernate class mappings get methods caching process
CdmClientCachingTest : for testing the entire caching mechanism
MockSessionOwner : a mock session owner object
cdmlib-ehcache.xml : test ehcache configuration...

24b716c5 10/29/2014 06:51 PM Cherian Mathew

removed unnecessary imports

fc0e0269 10/29/2014 04:17 PM Cherian Mathew

new empty db confirming to model 3.4.0

8ee49799 10/29/2014 03:50 PM Patrick Plitzner
  • fixed class cast exception
bf052da5 10/29/2014 01:18 PM Katja Luther
ba11b78e 10/29/2014 11:39 AM Patrick Plitzner
  • added exception throwing to URI assembly in Sequence class
    • handled exception in editor details view
a6b6b197 10/29/2014 11:38 AM Patrick Plitzner
  • added elevation to section title
29186120 10/29/2014 11:38 AM Patrick Plitzner
  • applied coding conventions
9ca576c2 10/29/2014 09:37 AM Patrick Plitzner
  • fixed possible SessionException
217e7cc8 10/28/2014 07:25 PM Patrick Plitzner
  • adapted derivate hierarchy assembly to cdmlib3.4 changes (TissueSample, DnaSample as one class)
7a46f22e 10/28/2014 05:52 PM Cherian Mathew

eu.etaxonomy.taxeditor/pom.xml : reverted addition of nebula widget jars
pom.xml : changed nebula repository to archived one
eu.etaxonomy.taxeditor/rcp.target : changed composite table jar widget to the one in the repository

375fee3c 10/28/2014 03:45 PM Cherian Mathew

removed version dependency for org.eclipse.nebula.widgets.compositetable
and added the composite table jar to the p2 update

39b2e2be 10/28/2014 02:10 PM Katja Luther

fix #4450

2cddaf32 10/28/2014 09:53 AM Cherian Mathew

added space between beta prefix and version

7c6e83fe 10/27/2014 01:48 PM Patrick Plitzner
  • fixed double exception dialog popup when not connected to data source
    • fixed NPE when starting ABCD import with dirty editors
63b961d3 10/27/2014 11:50 AM Patrick Plitzner
  • fixed possible NPE when entering DnaQuality data
463e5920 10/27/2014 10:22 AM Patrick Plitzner
  • implemented missing interface method
d0b1b12e 10/24/2014 10:22 AM Cherian Mathew

changed beta prefix back to beta

c132d773 10/22/2014 03:42 PM Patrick Plitzner
  • added kind of tissue to TissueSampleDetailsView
3d57b99f 10/22/2014 03:36 PM Patrick Plitzner
  • added TODO
48065e68 10/22/2014 02:59 PM Patrick Plitzner

reintegrated taxeditor-3.4 branch into trunk

ded5bf57 10/22/2014 02:42 PM Patrick Plitzner

merge-update from trunk

fe371b32 10/22/2014 01:57 PM Patrick Plitzner
  • generalized sample designation GUI elements
    • added sample designation to TissueSample details view
    • added some more parameters to TissueSample details view
65d106f8 10/21/2014 02:45 PM Patrick Plitzner

merge-update from trunk

36a8fc69 10/21/2014 02:44 PM Patrick Plitzner
  • added empty "Delete Derivate" functionality to DerivateView
24ad4a62 10/21/2014 01:44 PM Patrick Plitzner
  • removed unused package
69daa919 10/21/2014 12:42 PM Patrick Plitzner

merge-update from trunk

b85b96a3 10/21/2014 12:41 PM Patrick Plitzner
  • extended DnaQuality details view
    • refactored DateElement creation
e577390b 10/21/2014 09:43 AM Patrick Plitzner
  • added more paramaters to DnaQuality details view
    • fixed ordering of sample designations for DnaSamples (first is current)
ecb0c514 10/20/2014 05:12 PM Patrick Plitzner
  • added some detail elements
c9dd597d 10/20/2014 05:12 PM Patrick Plitzner
  • refresh after updating datasource (fixes #2117)
1b25243d 10/20/2014 05:11 PM Patrick Plitzner
  • adapted to cdmlib changes
2ab58273 10/20/2014 01:50 PM Cherian Mathew

deleted project from trunk to work on branch

5ceb94de 10/20/2014 01:19 PM Patrick Plitzner

merge-update from trunk

21fabb3d 10/20/2014 01:11 PM Cherian Mathew

Creating remoting branch of taxeditor (trunk)

83c8d57f 10/20/2014 01:08 PM Cherian Mathew

adding license text to feature projects since these were removed from feature.xml

b03c4d33 10/20/2014 01:05 PM Cherian Mathew

added polytomous key tests and initial developments on caching