fixing double servlet mapping
ref #5458 Fix potential SQL query syntax exception
ref #5458 Notify user when taxon tree is loading
ref #5458 Clear caches when re-initializing table view
ref #5458 Performance and usability
ref #5458 Fix some intitialization problems
ref #5458 Add taxon filter to distribution settings
ref #5458 Improve performance for taxon tree in settings dialog
ref #5458 Changed URI for distribution and concept editor
ref #5458 Fix exception for non-unique column ids
ref #5458 Fix class cast exception
ref #5458 Sort named areas
ref #5458 Fix item initialization problems
ref #5458 Use service based on UuidAndTitleCache to build taxon tree
ref #5458 Validation for settings dialogs
ref #5458 Refactor SQLException handling
ref #6131 Refactor settings dialog
ref #5458 Add property formatting for distribution table
ref #5458 Usability and UI tweaks
ref #5458 Performance increase for taxon node selection
ref #5458 remove distribution selection view
ref #5458 performance tweak for distribution status selection
ref #5458 UI tweak for settings window
ref #5458 Add support for setting distribution status filter in settings
ref #5458 Fix potential NPE
ref #5458 Fix initial opening of settings window
ref #5458 Layout for settings windows
ref #5458 Split settings window into two
ref #5458 Center detail window
ref #5458 Redesign navigation architecture
ref #5458 Update selected distribution status after selection
ref #5458 Replace term dropdown with popup window for performance
ref #5458 Add toggle button for abbreviations to settings menu
Trim Code + add serial version uid
cleanup
ref #5458 extract constants for session attributes
ref #5458 Error handling for abbreviated labels
ref #5458 Add abbreviated labels to distribution table
ref #5458 Reduce size of distribution table
ref #5458 Refactoring
ref #5458 Add TermCacher class
ref #5458 Implement multi select for NamedArea selection
ref #5458 Add generated serial version uid
ref #5458 Add named areas selection box
ref #5458 Enhance detail window messages
ref #5458 Enhance user messages
ref #5458 Fix duplicate column exception
ref #5458 Extract duplicate code
ref #5458 Do view data binding in enter() method of table view
ref #5458 Implement update of distribution editor via settings window
ref #5458 Correctly log out of session when clicking logout button
ref #5458 Redesign settings diaolog to support taxon tree
ref #5458 Major performance increase
ref #5458 Add taxon tree instead of combo box
ref #5458 Adapt settings view to tree node selection
ref #5458 temp commit add tree to distribution selection
ref #5458 Escape SQL control character '
ref #5458 Split classification and taxa in two separate combo boxes
ref #5458 Remove unnecessary method parameters
ref #5458 Remove natural sorting from node retrieval
ref #5458 Error handling
ref #5458 Add root node to node container constructor
ref #5458 refactor API method
ref #5458 Remove unnecessary text
ref #5458 Fix details view
ref #5458 add white space to SQL query
ref #5458 fix assignment of new distribution if it was null before
ref #5458 code cleanup
ref #5458 Fix and streamline SQL distribution query
ref #5458 Revert SQL streamlining
ref #5458 streamlined SQL query
ref #5458 Cleanup and stability for distribution editor
ref #5458 Code cleanup
ref #5458 Fix grouping and add ordering of taxon node table
Fix potential NPE
Optimize taxon node container #5458
Remove unused init strategy properties #54
Implement taxon node container to be used in selection view and settings window #5458
Refactored setting window to work on taxon nodes #5458
Fix compile bug in vaadin
Show classifications first in selection box #5458
Renaming #5458
Fix label of selection box #5458
Only allow taxa >= species in selection view #5458
Show list of taxon nodes in selection view #5458
Refactor presenter to work on a list of taxon nodes #5458
Refactor SQL query to work on a list of taxon nodes #5458
minor
Revert "fix for 4.0 update"
This reverts commit f005d5fe176805dbaad3b009684875d55d0b10fe.
fix for update to 4.0
fix project after dependency updates
Adapt to tagged text methods change to protected
Adapt to changed 'save' call in services layer
NewTaxonBaseComposite : add exception handling when name already exists StatusComposite : added tab sheet with main / excluded tabs CdmQueryFactory, LeafNodeTaxonContainer : added rank filter for ranks below species aggregate NewTaxonBasePresenter : added check if name exists...
ConceptRelationshipComposite, ConceptRelationshipView : using source from event to set primary composite LeafNodeTaxonContainer : checking for nulls SelectionEvent : added source object as member StatusComposite : adding component as source instead of in the list of objects...
set default limit in sql queries to 15000
related to #4886 ConceptRelationshipComposite, D3ConceptRelationshipTree, ConceptRelationshipPresenter, IConceptRelationshipComponentListener, d3.conceptrelationshiptree_connector.js : added possibility to clear concept relationship tree CdmChangeEvent : added new constructor with possibility to add source component...
Fixed layout issues. StatusComposite : added async operation for disableing components when reloading taxa
StatusComposite : seperated init and refresh methods for the txa table, using seperate method to set visible comun ids LeafNodeTaxonContainer : corrected isSynonym method