fix #5261 and minor
Cleanup DeleteOperation
improve messaging for deleteresults
Disable search bar when not connected to CDM store (#3341)
Allow using the search bar only if at least one letter is entered (#3341)
merge with local branch
fix delete of taxon which is in two classifications and has children
Merge branch 'remoting-4.0' into develop
Conflicts: eu.etaxonomy.taxeditor.cdmlib/pom.xml eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/name/handler/ChangeSynonymToAcceptedTaxonHandler.java eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/derivate/handler/CreateFieldUnitHandler.java
Pre-select current classification for taxon node selection dialog (#3462)
#5237 Add changes from stand alone handler
#5234 Add correct updated objects to change event
#5214 Fix initialization of remoting session
Update operation for move taxon nodes
Correct merge
Merge branch 'develop' into remoting-4.0
Conflicts: eu.etaxonomy.taxeditor.cdmlib/.classpath eu.etaxonomy.taxeditor.editor/plugin.xml eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/MultiPageTaxonEditor.java eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/derivate/DerivateView.java...
moving taxonnode with drag & drop as predecessor fixed
error handling in deleteHandler/operation of navigator
moving more than one taxon node, merge of team and person, reusing name for new taxon
#5009 Fix post polytomous key delete operation event handling
fix #5171
close the polytomouskey-editor if the key is deleted
Add entity type to CdmChangeEvent and fixes #5139
Conflicts: eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/dataimport/transientServices/TransientOccurenceService.java eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/dataimport/transientServices/TransientTaxonService.java...
small changes for ideas for better drag and drop in taxonnavigator
white spaces
minor
fix #2480
#5139 Add refresh of classification when new taxon is direct child or root node
#5029 Add functionality for login to remember credentials, reconnect and switch user
#5029 Implement oneclick login for remoting
Correct issues from last merge
Conflicts: eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/handler/DeleteHandler.java eu.etaxonomy.taxeditor.cdmlib/.classpath eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF...
Fix renamed TaxonNodeComparator
changes for #4908
add the possibility to configure the deletion of taxon nodes
Update operation calls to use uuids as arguments
Add method to sessionOwner objects to fine tune performance using property paths
Conflicts: eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/referencingobjects/ReferencingObjectsView.java
Update ICdmEntitySessionEnabled to no longer extend ICdmChangeListener
Refactor ICdmViewer framework
Removed unnecessary ExecutionEvent
#5054 Integrate remoting session in Term Editor
This commit also fixes a loading bug in the CdmServiceCacher, adds a test for creating term vocabulary and adapts to the change in the save call (#5056)
Add missing file from last commit
#5010, #5046 Integrate remoting in polytomous key editor
#5009 Update plugin to use remoting handlers
Rename classes according to convention
#5009 : Add handler for update all nodes operation
#5009 Add operations and corresponding tests for delete / update nodes actions
#5009 : missed in last commit
#5009 Add delete handler / operation for polytomous key view with corresponding test class
Merge branch 'develop' of wp5.e-taxonomy.eu:/var/git/taxeditor into remoting-4.0
Revert "index on develop: 6992bef Rename NonViralName authorteams to authorship #4968"
This reverts commit 32cded397931ad359f7818fdfb91a113a074342e.
Conflicts: eu.etaxonomy.taxeditor.navigation/src/main/java/eu/etaxonomy/taxeditor/navigation/navigator/TaxonNodeComparator.java
Delete renamed file
Fix remaining conflict
Conflicts: eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/name/operation/DeleteTaxonOperation.java eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/dataimport/transientServices/TransientClassificationService.java...
#5007 : Rename move taxon node handler
Fixes from Katja for commit issue
#5007 : Integrated remoting handler / operations for taxon navigator ui
#5007 : Add remoting handler / operations for the taxon navigator
TaxonNavigator : added refresh of navigator on data change TaxonNavigatorLabels : new interface with label strings used by taxon navigator handlers RemotingChangeAcceptedTaxonToSynonymHandler : using TaxonNavigatorLabels RemotingMoveFactualDataHandler : remoting version of move factual data handler...
ICdmDataChangeService, CdmUIDataChangeService, CdmDataChangeService : added new data change service with different services for the ui and non-ui states CdmApplicationState, CdmStore : added data change service to app state CdmChangeEvent, ICdmChangeListener : added change listener and even to fire in case of data changes...
RemotingCdmUpdateOperation : corrected exception handling RemotingChangeAcceptedTaxonToSynonymOperation : new remoting operation class server.properties : server properties for test
rebase from remoting-4.0 branch
plugin.xml : updated plugin for new remoting handlers RemotingCdmHandler, RemotingCdmOperation, RemotingCdmUpdateOperation : new handler / operation architecture RemotingChangeAcceptedTaxonToSynonymHandler : using new remoting handler design CdmStorePropertyTester : added isRemoting test
fixed classpath issues and issues from last merge
Merge branch 'master' of wp5.e-taxonomy.eu:/var/git/taxeditor into remoting-4.0
Conflicts: .gitattributes eu.etaxonomy.taxeditor.cdmlib/.classpath eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/TaxonEditorInput.java...
change synonym to accepted taxon message when taxon could not be deleted
delete taxonnode if taxon is used somewhere else fixed
fix potential NPE
moving UuidAndTitleCache from model to persistence (changes in Editor). #4799
fixed problems with new classes in merge
fixed problems with merge
Merge branch 'move-to-luna' into remoting-4.0
Conflicts: eu.etaxonomy.taxeditor.cdmlib/.classpath eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF eu.etaxonomy.taxeditor.cdmlib/build.properties eu.etaxonomy.taxeditor.cdmlib/pom.xml eu.etaxonomy.taxeditor.cdmlib/src/main/resources/eu/etaxonomy/cdm/remotingApplicationContext.xml...
corrected usage of service calls returning update/delete result objects
make the order of the taxon nodes editable
fixed potential NPE see Ticket #4854
Partial fix of Ticket #4728
partial Fix of #4728
Fix Ticket #4729
merge taxeditor validation2 into trunk
for drag & drop it is now possible to move a taxonnode as a child node of the classification
CdmTransientEntityCacher, EntityCacherDebugResult : moved debug methods to debug result class ProxyUtils : new class for util methods to do with hibernate proxy objects ICdmEntitySessionEnabled, CdmEntitySessionInput, PolytomousKeyEditorInput, TaxonNameEditor, PolytomousKeyViewPart, TaxonNavigator, AbstractCdmViewPart, MultiPageTaxonEditor : Added getRootEntities method...
CdmTransientEntityCacher : overriding cache field only in the case of initialised cdm entity CdmEntitySession, ICdmEntitySession, MockCdmEntitySession : added update + delete methods DeleteSynonymOperation, MoveFactualDataHandler : changed service call to uuid one...
MultiPageTaxonEditor : added cdm entity session capabilities to update and register data changes TaxonNavigator, TaxonNavigatorDataChangeBehavior : added refreshing of specific objects MoveFactualDataHandler : moved business logic to service call using uuids...
CdmModelCacher : added recursive search in super classes CdmTransientEntityCacher : corrected caching EntityCacherDebugResult : new debug result object CdmEntitySession, ICdmEntitySession, MockCdmEntitySession : added debug method CdmEntitySessionInput : new super class for editor input objects...
DeleteOperation, EditClassificationOperation, CreateClassification, CreatePolytomousKey, CreateTaxonNode : added ICdmEntitySessionEnabled to constructor ChangeAcceptedTaxonToSynonymOperation / ChangeAcceptedTaxonToSynonymHandler, MoveTaxonOperation / MoveTaxonHandler, DeleteHandler , TaxonNavigator, Root : made cdm entity session aware