taxeditor.git
9 years agomerge-update from trunk
Patric Plitzner [Tue, 26 Aug 2014 09:57:58 +0000 (09:57 +0000)]
merge-update from trunk

9 years ago - let media view react to selections from DerivateView
Patric Plitzner [Tue, 26 Aug 2014 09:55:46 +0000 (09:55 +0000)]
 - let media view react to selections from DerivateView

9 years ago - renamed interal_selectionChanged() to selectionChanged_internal()
Patric Plitzner [Tue, 26 Aug 2014 09:41:41 +0000 (09:41 +0000)]
 - renamed interal_selectionChanged() to selectionChanged_internal()

9 years ago - moved parsing message section to top of details view (fixes #1659)
Patric Plitzner [Tue, 26 Aug 2014 09:10:19 +0000 (09:10 +0000)]
 - moved parsing message section to top of details view (fixes #1659)

9 years ago - added property tester for context menu entries for media view (#3339)
Patric Plitzner [Tue, 26 Aug 2014 06:50:13 +0000 (06:50 +0000)]
 - added property tester for context menu entries for media view (#3339)

9 years ago - remove control characters from TextFields (fixes #2248)
Patric Plitzner [Tue, 26 Aug 2014 06:04:30 +0000 (06:04 +0000)]
 - remove control characters from TextFields (fixes #2248)

9 years ago - added forceDirty() method to set the BulkEditor dirty when editing in MediaView...
Patric Plitzner [Mon, 25 Aug 2014 16:57:18 +0000 (16:57 +0000)]
 - added forceDirty() method to set the BulkEditor dirty when editing in MediaView #2407
 - TODO: should be replaced with the possibility to set views dirty when we move to Eclipse 4

9 years agomerge-update from trunk
Patric Plitzner [Mon, 25 Aug 2014 11:53:31 +0000 (11:53 +0000)]
merge-update from trunk

9 years ago - used native SWT checkBox button to toggle advanced view
Patric Plitzner [Mon, 25 Aug 2014 10:59:03 +0000 (10:59 +0000)]
 - used native SWT checkBox button to toggle advanced view

9 years ago - separated user interface to add media into two classe (#3339)
Patric Plitzner [Mon, 25 Aug 2014 08:29:52 +0000 (08:29 +0000)]
 - separated user interface to add media into two classe (#3339)
 - added it to MediaSpecimenGeneralDetailElement

9 years agoAdded note to default language preference page to inform the user about restarting...
Alexander Oppermann [Mon, 25 Aug 2014 06:55:51 +0000 (06:55 +0000)]
Added note to default language preference page to inform the user about restarting the editor after making changes to the language setting.

9 years agorefactored default language selection methods.
Alexander Oppermann [Mon, 25 Aug 2014 06:45:26 +0000 (06:45 +0000)]
refactored default language selection methods.

9 years ago - generalized simple user interface to add media (#3339)
Patric Plitzner [Thu, 21 Aug 2014 07:52:52 +0000 (07:52 +0000)]
 - generalized simple user interface to add media (#3339)

9 years agoremove logging for DerivedUnitFacadeNotSupportedException as it is handled #3846
Andreas Müller [Wed, 20 Aug 2014 16:23:15 +0000 (16:23 +0000)]
remove logging for DerivedUnitFacadeNotSupportedException as it is handled #3846

9 years agoHandle null object in StoreUtil.getCdmEntity
Andreas Müller [Wed, 20 Aug 2014 15:03:08 +0000 (15:03 +0000)]
Handle null object in StoreUtil.getCdmEntity

9 years ago - added toggle button to simple media user interface (#3339)
Patric Plitzner [Wed, 20 Aug 2014 15:01:46 +0000 (15:01 +0000)]
 - added toggle button to simple media user interface (#3339)

9 years ago - added finally-clause for asynchronous delay flag
Patric Plitzner [Wed, 20 Aug 2014 15:00:07 +0000 (15:00 +0000)]
 - added finally-clause for asynchronous delay flag
 #2754

9 years agoAdded Default Language Selection for the TaxonomicEditor to fix #4358
Alexander Oppermann [Wed, 20 Aug 2014 14:04:41 +0000 (14:04 +0000)]
Added Default Language Selection for the TaxonomicEditor to fix #4358

9 years ago(no commit message)
Katja Luther [Wed, 20 Aug 2014 12:55:54 +0000 (12:55 +0000)]

9 years agoDeleteResult handling in DeleteSynonymOperation
Katja Luther [Wed, 20 Aug 2014 12:55:11 +0000 (12:55 +0000)]
DeleteResult handling in DeleteSynonymOperation

9 years agomerge-update from trunk
Patric Plitzner [Wed, 20 Aug 2014 07:56:33 +0000 (07:56 +0000)]
merge-update from trunk

9 years agomerge-update from trunk
Patric Plitzner [Tue, 19 Aug 2014 13:35:40 +0000 (13:35 +0000)]
merge-update from trunk

9 years agomerge-update from trunk
Patric Plitzner [Tue, 19 Aug 2014 13:35:24 +0000 (13:35 +0000)]
merge-update from trunk

9 years agoeclipse preference changes
Cherian Mathew [Tue, 19 Aug 2014 11:16:38 +0000 (11:16 +0000)]
eclipse preference changes

9 years ago(no commit message)
Katja Luther [Tue, 19 Aug 2014 07:45:55 +0000 (07:45 +0000)]

9 years ago - implemented asynchronous selection changed event for subclasses of AbstractCdmEdit...
Patric Plitzner [Tue, 19 Aug 2014 07:22:46 +0000 (07:22 +0000)]
 - implemented asynchronous selection changed event for subclasses of AbstractCdmEditorViewPart
   - all sub classes must implement internal_selectionChanged() method where the usual selection handling is done
   - the super class invokes internal_selectionChanged() asynchronously
   - this should fix the arbitrary warning of recursive part activation
   - it also prevents double activation which occurred in the DetailsView from time to time

fix for #2754

9 years ago - fixed possible NPE
Patric Plitzner [Tue, 19 Aug 2014 07:07:50 +0000 (07:07 +0000)]
 - fixed possible NPE

9 years ago - added missing @Override
Patric Plitzner [Tue, 19 Aug 2014 07:06:57 +0000 (07:06 +0000)]
 - added missing @Override
 - fixed use of static method

9 years ago(no commit message)
Katja Luther [Mon, 18 Aug 2014 20:34:15 +0000 (20:34 +0000)]

9 years ago - fixed possible IllegalStateException (#4351)
Patric Plitzner [Mon, 18 Aug 2014 14:53:59 +0000 (14:53 +0000)]
 - fixed possible IllegalStateException (#4351)

9 years ago - added null check (fixes #4351)
Patric Plitzner [Mon, 18 Aug 2014 14:38:49 +0000 (14:38 +0000)]
 - added null check (fixes #4351)

9 years ago - fixed persistent saving of media of a MediaSpecimen (#3339)
Patric Plitzner [Mon, 18 Aug 2014 12:57:37 +0000 (12:57 +0000)]
 - fixed persistent saving of media of a MediaSpecimen (#3339)

9 years ago - implemented setFocus() of all EditorParts
Patric Plitzner [Mon, 18 Aug 2014 11:28:24 +0000 (11:28 +0000)]
 - implemented setFocus() of all EditorParts
   - this is to avoid "java.lang.Exception: java.lang.RuntimeException: WARNING: Prevented recursive attempt to activate part"
   - either set the focus to shell or set it to the viewer used

fix for #2754

9 years ago - adapted to interface changes in cdmlib
Patric Plitzner [Mon, 18 Aug 2014 08:28:44 +0000 (08:28 +0000)]
 - adapted to interface changes in cdmlib

9 years ago - added simple user interface to add media (#3339)
Patric Plitzner [Mon, 18 Aug 2014 08:14:39 +0000 (08:14 +0000)]
 - added simple user interface to add media (#3339)

9 years ago - fixed adding of child to parent ICdmFormElement in else clause
Patric Plitzner [Mon, 18 Aug 2014 08:07:39 +0000 (08:07 +0000)]
 - fixed adding of child to parent ICdmFormElement in else clause

9 years agoMessagingUtils : added option for displaying contact message in the error dialog
Cherian Mathew [Fri, 15 Aug 2014 16:14:57 +0000 (16:14 +0000)]
MessagingUtils : added option for displaying contact message in the error dialog
ApplicationWorkbenchAdvisor : using new method with contact message
AbstractBulkEditorInput : added errorDialog for MergeException

9 years agoApplicationWorkbenchAdvisor : added comments
Cherian Mathew [Fri, 15 Aug 2014 15:31:41 +0000 (15:31 +0000)]
ApplicationWorkbenchAdvisor : added comments
EditPasswordElement : Added to make sure user exists in db before changing password
UserDetailElement : Disabled user text field since User is immutable
NewObjectHandler : added non-empty validator for the case of User and Group

9 years agoNew class for logging and dialog functionality
Cherian Mathew [Thu, 14 Aug 2014 10:38:05 +0000 (10:38 +0000)]
New class for logging and dialog functionality

9 years agoMoved all logging and dialog functionality to the new class MessagingUtils.
Cherian Mathew [Thu, 14 Aug 2014 10:32:48 +0000 (10:32 +0000)]
Moved all logging and dialog functionality to the new class MessagingUtils.
Refactoring code to adapt to above change.
Added new custom error dialog - CdmErrorDialog
Added runtime exception handling to the ApplicationWorkbenchAdvisor by adding a custom status handler

9 years agoreintegrated redlist branch into trunk
Alexander Oppermann [Wed, 13 Aug 2014 12:07:41 +0000 (12:07 +0000)]
reintegrated redlist branch into trunk

9 years agomerge-update from trunk
Patric Plitzner [Wed, 13 Aug 2014 09:26:27 +0000 (09:26 +0000)]
merge-update from trunk

9 years ago - adapted to Interface
Patric Plitzner [Wed, 13 Aug 2014 09:22:15 +0000 (09:22 +0000)]
 - adapted to Interface

9 years agoBulkEditorQuery udpate
Andreas Müller [Mon, 11 Aug 2014 13:41:48 +0000 (13:41 +0000)]
BulkEditorQuery udpate

9 years agoupdate ReferenceDetailElement
Andreas Müller [Mon, 11 Aug 2014 13:38:08 +0000 (13:38 +0000)]
update ReferenceDetailElement

9 years agomerge-update from trunk
Patric Plitzner [Mon, 11 Aug 2014 12:22:56 +0000 (12:22 +0000)]
merge-update from trunk

9 years agoadapt to new return type for name authors
Andreas Müller [Fri, 8 Aug 2014 21:30:09 +0000 (21:30 +0000)]
adapt to new return type for name authors

9 years agoadded possibility to show / hide uuid column
Cherian Mathew [Fri, 8 Aug 2014 16:37:26 +0000 (16:37 +0000)]
added possibility to show / hide uuid column
added scrolling to the viewer

9 years agoadapt TransientNameService
Andreas Müller [Thu, 7 Aug 2014 16:52:36 +0000 (16:52 +0000)]
adapt TransientNameService

9 years agoCommenting out single click opening of name editor (ticket 4300)
Cherian Mathew [Thu, 7 Aug 2014 14:44:12 +0000 (14:44 +0000)]
Commenting out single click opening of name editor (ticket 4300)

9 years agoMemberDetailElement : removed member label string
Cherian Mathew [Thu, 7 Aug 2014 09:30:07 +0000 (09:30 +0000)]
MemberDetailElement : removed member label string
EntitySelectionElement : removed " : " suffix to label string when label string is empty

9 years agocorrected behaviour when adding / saving new authorites
Cherian Mathew [Thu, 7 Aug 2014 09:27:08 +0000 (09:27 +0000)]
corrected behaviour when adding / saving new authorites

9 years agomerge-update from trunk
Patric Plitzner [Wed, 6 Aug 2014 07:20:47 +0000 (07:20 +0000)]
merge-update from trunk

9 years ago - added type information to DTO
Patric Plitzner [Wed, 6 Aug 2014 06:54:46 +0000 (06:54 +0000)]
 - added type information to DTO
 - enhanced media labeling

9 years ago - fixed bug that showed double or no '&' (#4302)
Patric Plitzner [Tue, 5 Aug 2014 11:46:59 +0000 (11:46 +0000)]
 - fixed bug that showed double or no '&' (#4302)

9 years agomerge-update from trunk
Patric Plitzner [Tue, 5 Aug 2014 09:17:57 +0000 (09:17 +0000)]
merge-update from trunk

9 years ago - added 3 non-editable URI text fields for DNA information
Patric Plitzner [Tue, 5 Aug 2014 08:14:25 +0000 (08:14 +0000)]
 - added 3 non-editable URI text fields for DNA information

9 years agoLockMode issues in transient services
Andreas Müller [Mon, 4 Aug 2014 11:46:15 +0000 (11:46 +0000)]
LockMode issues in transient services

9 years agomerge-update from trunk
Patric Plitzner [Mon, 4 Aug 2014 10:08:37 +0000 (10:08 +0000)]
merge-update from trunk

9 years agoadaption for error handling of delete methods
Katja Luther [Wed, 30 Jul 2014 12:09:55 +0000 (12:09 +0000)]
adaption for error handling of delete methods

9 years agomerge-update from trunk
Patric Plitzner [Wed, 30 Jul 2014 08:03:58 +0000 (08:03 +0000)]
merge-update from trunk

9 years ago - added missing entry for context menu in DerivateView
Patric Plitzner [Wed, 30 Jul 2014 07:56:56 +0000 (07:56 +0000)]
 - added missing entry for context menu in DerivateView

9 years ago - added service for retrieving all "associatied" FieldUnits for a taxon
Patric Plitzner [Tue, 22 Jul 2014 13:58:52 +0000 (13:58 +0000)]
 - added service for retrieving all "associatied" FieldUnits for a taxon
 - added service for retrieving the "associated derivate hierarchies" for a taxon

9 years agomerge-update from trunk
Patric Plitzner [Mon, 21 Jul 2014 08:35:38 +0000 (08:35 +0000)]
merge-update from trunk

9 years agoremoved style parameter for combobox. Quick fix for ticket #4289. Needs to be reviewed.
Alexander Oppermann [Wed, 16 Jul 2014 09:29:46 +0000 (09:29 +0000)]
removed style parameter for combobox. Quick fix for ticket #4289. Needs to be reviewed.

9 years agocreating new instance of key statement with existing text in the case of copy/paste
Cherian Mathew [Fri, 11 Jul 2014 13:48:29 +0000 (13:48 +0000)]
creating new instance of key statement with existing text in the case of copy/paste

9 years agorename getByIdInVocabulary
Andreas Müller [Wed, 9 Jul 2014 15:44:16 +0000 (15:44 +0000)]
rename getByIdInVocabulary

9 years agoUpdated version in config files to 3.3.7-SNAPSHOT
edit-jenkins [Tue, 8 Jul 2014 13:34:52 +0000 (13:34 +0000)]
Updated version in config files to 3.3.7-SNAPSHOT

9 years agoUpdated version in config files to 3.3.6
edit-jenkins [Tue, 8 Jul 2014 13:20:37 +0000 (13:20 +0000)]
Updated version in config files to 3.3.6

9 years agoadapting TransientTermService to code cleaning in TermService
Andreas Kohlbecker [Tue, 8 Jul 2014 07:52:36 +0000 (07:52 +0000)]
adapting TransientTermService to code cleaning in TermService

9 years agoignoring bin folder in eu.etaxonomy.taxeditor.cdmlib
Andreas Kohlbecker [Tue, 8 Jul 2014 07:52:33 +0000 (07:52 +0000)]
ignoring bin folder in eu.etaxonomy.taxeditor.cdmlib

9 years ago - adapted some labels in DerivateLabelProvider
Patric Plitzner [Mon, 7 Jul 2014 13:15:29 +0000 (13:15 +0000)]
 - adapted some labels in DerivateLabelProvider

9 years agomerge-update from trunk
Patric Plitzner [Mon, 7 Jul 2014 12:35:11 +0000 (12:35 +0000)]
merge-update from trunk

9 years ago - expand branch in DerivateView where a new derivate created and select the derivate
Patric Plitzner [Mon, 7 Jul 2014 12:22:55 +0000 (12:22 +0000)]
 - expand branch in DerivateView where a new derivate created and select the derivate

9 years ago - set selection to UNKNOWN when datasource is disconnected
Patric Plitzner [Mon, 7 Jul 2014 12:22:15 +0000 (12:22 +0000)]
 - set selection to UNKNOWN when datasource is disconnected

9 years ago - removed specimen type combo for FieldUnit and DerivedUnit DetailsView when "Campan...
Patric Plitzner [Mon, 7 Jul 2014 12:20:42 +0000 (12:20 +0000)]
 - removed specimen type combo for FieldUnit and DerivedUnit DetailsView when "Campanula flag" is set

9 years ago - removed accidentally commited LibrAlign code
Patric Plitzner [Mon, 7 Jul 2014 06:11:38 +0000 (06:11 +0000)]
 - removed accidentally commited LibrAlign code

9 years ago - setEditable = false for BOLD URI and sequence length
Patric Plitzner [Mon, 7 Jul 2014 06:07:42 +0000 (06:07 +0000)]
 - setEditable = false for BOLD URI and sequence length

9 years ago - removed explicit class package
Patric Plitzner [Mon, 7 Jul 2014 06:06:44 +0000 (06:06 +0000)]
 - removed explicit class package

9 years agomerge-update from trunk
Patric Plitzner [Thu, 3 Jul 2014 15:47:13 +0000 (15:47 +0000)]
merge-update from trunk

9 years ago - generalized adding MediaSpecimen in DerivateView
Patric Plitzner [Thu, 3 Jul 2014 13:36:19 +0000 (13:36 +0000)]
 - generalized adding MediaSpecimen in DerivateView

9 years ago - added support for term retrieval by TermVocabulary
Patric Plitzner [Thu, 3 Jul 2014 12:32:59 +0000 (12:32 +0000)]
 - added support for term retrieval by TermVocabulary
 - adapted MediaSpecimen DetailsView

9 years ago - reload last entered access point in wizard space
Patric Plitzner [Thu, 3 Jul 2014 08:36:58 +0000 (08:36 +0000)]
 - reload last entered access point in wizard space
 - added validation to access point text field

9 years ago - reload last entered access point in wizard space
Patric Plitzner [Thu, 3 Jul 2014 08:36:10 +0000 (08:36 +0000)]
 - reload last entered access point in wizard space
 - added validation to access point text field

9 years ago - increased cdmlib version number
Patric Plitzner [Tue, 1 Jul 2014 13:30:17 +0000 (13:30 +0000)]
 - increased cdmlib version number

9 years agomerge-update from trunk
Patric Plitzner [Tue, 1 Jul 2014 13:15:58 +0000 (13:15 +0000)]
merge-update from trunk

9 years agoCdmServiceCacher : Added class to load / cache CDM entities using services
Cherian Mathew [Fri, 27 Jun 2014 09:57:30 +0000 (09:57 +0000)]
CdmServiceCacher : Added class to load / cache CDM entities using services
remotingApplicationContext : updated cacher bean config
httpInvokerServiceClients : removed unnecessary loading of remote config
CdmServiceCacherTest : added cacher test

9 years agoimplementing findWithoutFlush method in transient services
Cherian Mathew [Thu, 26 Jun 2014 15:22:06 +0000 (15:22 +0000)]
implementing findWithoutFlush method in transient services

9 years agofix delete polytomous key node
Katja Luther [Thu, 26 Jun 2014 08:51:46 +0000 (08:51 +0000)]
fix delete polytomous key node

9 years agofix a warning "Prevented recursive attempt to activate part..."
Katja Luther [Thu, 26 Jun 2014 08:37:25 +0000 (08:37 +0000)]
fix a warning "Prevented recursive attempt to activate part..."

9 years agoupdating ehcache to 2.6.9
Cherian Mathew [Wed, 25 Jun 2014 17:24:00 +0000 (17:24 +0000)]
updating ehcache to 2.6.9

9 years agoadded PostFix to memento to distinguish between remote and data source
Cherian Mathew [Wed, 25 Jun 2014 15:34:13 +0000 (15:34 +0000)]
added PostFix to memento to distinguish between remote and data source

9 years agoreplaced static term initialisation methods with newly added cdmCacher driven methods
Cherian Mathew [Wed, 25 Jun 2014 15:33:15 +0000 (15:33 +0000)]
replaced static term initialisation methods with newly added cdmCacher driven methods

9 years agoremotingApplicationContext : added CdmCacher as bean to be initialised
Cherian Mathew [Wed, 25 Jun 2014 15:15:10 +0000 (15:15 +0000)]
remotingApplicationContext : added CdmCacher as bean to be initialised
META-INF/MANIFEST.MF, .classpath, lib/ehcache-core-2.4.3.jar, lib/ehcache-core-2.6.9.jar: replaced ehcache-core-2.4.3 with ehcache-core-2.6.9 for the CdmCacher.
It seems that even though hibernate-ehcache-4.1.10.Final is embedded with ehcache-core-2.4.3, it is compatible with ehcache-core-2.6.9 according to http://architects.dzone.com/articles/hibernate-4-and-ehcache-higher.

9 years agoimproved handling for missing representation for certain language #4249
Andreas Müller [Tue, 24 Jun 2014 14:52:32 +0000 (14:52 +0000)]
improved handling for missing representation for certain language #4249

9 years ago#4244 fixed
Katja Luther [Tue, 24 Jun 2014 12:26:43 +0000 (12:26 +0000)]
#4244 fixed

9 years ago - added character-data icon
Patric Plitzner [Tue, 24 Jun 2014 11:01:44 +0000 (11:01 +0000)]
 - added character-data icon

9 years agoopen Taxonpage with single click in taxonnavigator
Katja Luther [Tue, 24 Jun 2014 09:44:50 +0000 (09:44 +0000)]
open Taxonpage with single click in taxonnavigator

9 years ago(no commit message)
Katja Luther [Tue, 24 Jun 2014 08:55:24 +0000 (08:55 +0000)]

9 years agofix #4249
Katja Luther [Tue, 24 Jun 2014 08:52:59 +0000 (08:52 +0000)]
fix #4249