ref #5458 Refresh titlecache of named area vocabularies
ref #5458 Fix some intitialization problems
ref #5458 Fix exception for non-unique column ids
ref #5458 remove distribution selection view
ref #5458 Redesign navigation architecture
ref #5458 Replace term dropdown with popup window for performance
ref #5458 Add toggle button for abbreviations to settings menu
ref #5458 extract constants for session attributes
ref #5458 Error handling for abbreviated labels
ref #5458 Add abbreviated labels to distribution table
ref #5458 Refactoring
ref #5458 Implement multi select for NamedArea selection
ref #5458 Add named areas selection box
ref #5458 Extract duplicate code
ref #5458 Do view data binding in enter() method of table view
ref #5458 Major performance increase
ref #5458 Remove natural sorting from node retrieval
ref #5458 Error handling
ref #5458 refactor API method
ref #5458 fix assignment of new distribution if it was null before
ref #5458 code cleanup
ref #5458 Cleanup and stability for distribution editor
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
Only allow taxa >= species in selection view #5458
Renaming #5458
Show list of taxon nodes in selection view #5458
Refactor presenter to work on a list of taxon nodes #5458
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...
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...
Merge branch 'creditor'
EditConceptRelationshipComposite : show notification only when creating concept relationship NewTaxonBaseComposite : added second sec. combobox for the case of creating synonyms INewTaxonBaseComponentListener, NewTaxonBasePresenter : creating separate containers for acc. taxon and synonym references...
setting authentication in security context of UI thread
fix for #4844 CdmVaadinAuthentication : new class used for authentication AuthenticationPresenter, AbstractAuthenticatedUI, CdmVaadinSessionUtilities, AuthenticationView, IAuthenticationComponent : using new authentication object linked to host and context path...
EditConceptRelationshipComposite, EditConceptRelationshipPresenter : hack for checking relationship rules (currently only for congruence) INewTaxonBaseComponentListener, NewTaxonBaseComposite, NewTaxonBasePresenter : Setting default secundum when addin taxon / synonym...
*added new config window *added settings icon *removed edit button from toolbar *added double click listener *added sql container and changed query *added popupView for better editing *saving back works properly
ConceptRelationshipComposite : ui fixes for controls EditConceptRelationshipComposite : changed polling interval to 1 sec IStatusComposite, StatusComposite, StatusPresenter, ConceptRelationshipUI, ConceptRelationshipView : allowing setting of classifications via url parameters...
D3ConceptRelationshipTree, ConceptRelationshipComposite, ConceptRelationshipPresenter, ConceptRelationshipView, IConceptRelationshipComponentListener : added directional variable to display cr tree in both direction d3.conceptrelationshiptree_connector.js : updated to handle bi-directional display...
ConceptRelationshipComposite: added enabling / disabling of edit / delete buttons and firing event when edit concept relationship dialog is opened EditConceptRelationshipComposite : fixed problems with async calls , adapted to updated operation class, added show in dialog method...
EditConceptRelationshipComposite : updated ui, added save + cancel + drag&drop functionality ConceptRelationshipComposite : using the EditConceptRelationshipComposite StatusComposite : set drag&drop mode ConceptRelationshipPresenter, EditConceptRelationshipPresenter : moved create, update, edit methods to EditConceptRelationshipPresenter...
EditConceptRelationshipComposite : updated composite for new and edit functionality IdAndUuid -> IdAndUuidName : new identity object with name NewTaxonBaseComposite, StatusComposite, NewTaxonBasePresenter, IConceptRelationshipComponentListener, INewTaxonBaseComponentListener : changed IdUuid to IdUuidName...
CdmProgressComponent : Component which indicates progress via text and a progress bar NewTaxonBaseComposite, StatusComposite : Added taxon name field for synonym creation and using new operation and progress component objects StatusComposite : Corrections...
new component to edit taxon relationships
StatusPresenter : moved logic to container StatusComposite, NewTaxonBasePresenterTest, NewTaxonBasePresenterTest : added classification id argument for taxon creation
added classification as argument for NewTaxonBaseComposite to allow for creation of taxon node
ConceptRelationshipComposite, ConceptRelationshipPresenter, IConceptRelationshipComponentListener : composite / presenter for the new concept relationship view D3ConceptRelationshipTree, D3ConceptRelationshipTreeState : js component + state for the concept relationship composite...
removed unnecessary StatusEditorView
added new style information to cdm-vaadin
NewTaxonBaseComposite, INewTaxonBaseComposite, INewTaxonBaseComponentListener, NewTaxonBasePresenter : added new component for creating new taxon / synonym CdmVaadinSessionUtilities : utility class for vaddin session CdmVaadinUtilities : utility class for general vaadin ui...
Added SQL-Container to DB-Status App
StatusPresenter : added method to update taxon published flag CdmSpringContextHelper : added method to get taxon service CdmQueryFactory, LeafNodeTaxonContainer : added uuid to taxon query select StatusComposite, IStatusComposite : using new taxon published flag update method...
StatusComposite, IStatusComposite : added font awesome refresh icon, updated checkbox generator CdmSQLContainer : added methods to disable change ebents and possiblity to add items LeafNodeTaxonContainer : corrected and split queris for taxon and synonyms...
starting to implement sql queries...the container is not done yet.
StatusComposite, IStatusComposite : implemented filters and context menu CdmSQLStringDecorator : empty string decorator StatusPresenter : added getter methods CdmVaadinBaseTest, StatusPresenterTest , StatusPresenterTest : added tests
First commit for Status Editor StatusEditorUI, StatusEditorView, StatusComposite, IStatusComposite, StatusPresenter : MVP classes for status editor CdmSQLContainer, CdmSpringContextHelper : using new connection pool method LeafNodeTaxonContainer : container for status editor...
finalize vaadin app to seperate to prepare the next step for separating vaadin from cdmlib-remote
Implementing UserContainer
improved table component
table component
Migrating Vaadin into separate Project
moved all jetty + cdmlib related stuff (except web.xml) to test
initial commit for project cdm-vaadin