ref #7993: handle exception when user has no role remoting
Rename utility method
ref #6806 Fix dirty state handling and saving in feature tree editor
ref #6806 Add isDirty() to IE4SavablePart + extract dirty check to util
update term cache when editing preferred terms in local preferences
local preferences database specific
ref #6554 Cache preferred terms in TermManager
ref #6554 Evaluate expansion state at widget creation time
Fix endless loop when searching for UUID in bulk editors
fix compile error
ref #7505 re-enable parallel loading for bulk editor
cleanup
revert cleanup
ref #7505, #6321 Enable max count check for bulk editor searches
ref #7439 Fix loading progress of occurrence bulk editor
adapt int to long for counts in TaxEditor
ref #4302 Escape '&' in section titles
ref #6321 Re-enable search count warning for derivate view
ref #6321 Fix search service invocation for users and groups
fix #6321 Implement parallel loading + progress bar for bulk editor
replace all occurrences of workingSet by descriptiveDataSet and fix some other compile errors after model change
minor
ref #6912 Update view when creating a new data base model
organize imports in CdmStore
merge master into develop
fix #7088 fix NPE when saving Media in bulk editor (cont.) - minor
fix #7088 fix NPE when saving Media in bulk editor
ref #6913 Remove org.eclipse.ui dependency from StoreUtil
ref #6925 Fix some FIXME E4 tags
ref #6925 Export element IDs
fix termmanager for editing preferences
ref #7007 Fix potential NPE
ref #6913 Remove getActivePage() method
ref #6913 Remove org.eclipse.ui dependency from AbstractUtility
ref #6925 Set active part in utility class
ref #7007 Migrate TermManager memento to preference store
ref #6932 Retrieve missing taxon service for saving in bulk editor
ref #6912 Fix class cast exception
ref #6446 merge taxon name subclasses in TaxEditor
add abcd import configuration to preferences
minor adaption to java 1.8
ref #4611 Restructure string externalization for taxeditor.store
ref #6419 renaming CdmApplicationDefaultConfiguration to CdmRepository
ref #6190 removing svn property place holder in first line of code - java files
fix #5971: admin menu is visible only if connected and user has role manager
fix #6209: adapt the message if a datasource is not available
Revert "ref #6118 catching exception during checkConnection"
This reverts commit bb7b4f601b49f1ba29f149405246f120b4c46a9a.
ref #6118 catching exception during checkConnection
fix #5759 remove all switches for remoting and standalone
i18n for SearchManager
missed to commit changes in search manager
Show message when data model creation was succeessful and refresh data source view #5758
add PolytomousKeyService to CdmStore.getService and EditFromSelectionWizard
More i18n for #5758
i18n for #5758
Remove "Close Connection" and changed "Connect" to "Create Data Model" #5758
fix for #5710 reset the terms when changing the datasource in remoting
fix #5669
Set taxon filter when opening derivativwe editor from taxon navigator #5514
add media bulk editor see #4730
Fix field unit filter for bulk editor #5572
Add parameter to set max specimen count before warning
Generalize term service method listByTermType()
Move getService to CdmStore
#5207 Add validation of credentials on target server before starting application context
#5250 Refactor code for improving derivate search performance
Streamline search method due to cdmlib service changes
#4073 Add new project for lanuching embedded jetty server using cdmlib webapp
#4073 Add jetty server dependencies
#4073 Add stop start possibility for server
#4073 Add functionality to control managed server in login dialog
#4073 Add start / stop methods for managed server...
#5297 Add remoting progress monitoring
#5297 Change active seesion variable to a inheritable thread local variable and add relevant tests
Add monitered operation
#5297 Add post monitor operation callback, Add report text dialog
#5297 Add progress monitor client manager...
#5321 Add missing return statement for bad credentials
#5247 Use updated entities
#5250 Initial attempt at property paths
#5259 initialising default ranks
#5250 Add property paths to speed up search
Merge branch 'develop' into remoting-4.0
Conflicts: eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/dataimport/transientServices/TransientTaxonService.java
Fixed potnetial NPE
Optimize Code #5103
Replace spring application context loading with programmatic loading
#5181 Fix incorrect load of CdmServiceCacher when connecting via Datasource view
Conflicts: eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/input/AgentEditorInput.java
Support UUID search in bulk editors (#5103)
Trim code
#5134, #5136 (and potentially #5135) Fix incorrect clean up of session manager and Check for class in new taxon wizard
#5029 Add dev remote source quick connect
#5029 Add functionality for login to remember credentials, reconnect and switch user
#5029 Implement oneclick login for remoting
#5098 : Fix issue with authentication when using search bar
#5012 Adding remoting session and updating save methods for Bulk Editor
Replace properties file with xml file
#5012 updates for making Bulk Editor remoting capable
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...
CdmApplicationState:New class to handle application state CdmStore, BaseRemotingTest : using new application state class TaxonNavigatorTest : ignoring test for now TaxonNavigatorTest : increased max memory for jetty
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...
eu.etaxonomy.taxeditor.cdmlib/.classpath, eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF, eu.etaxonomy.taxeditor.test/META-INF/MANIFEST.MF : moved test jars to test project eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF : added packages required by test project to exported package list...