ref #5458 Split classification and taxa in two separate combo boxes
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 code cleanup
ref #5458 Cleanup and stability for distribution editor
ref #5458 Code cleanup
Implement taxon node container to be used in selection view and settings window #5458
Refactored setting window to work on taxon nodes #5458
Renaming #5458
Fix label of selection box #5458
Show list of taxon nodes in selection view #5458
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...
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
Fixed problem for toolbar and new authentification object. Added getter method to CdmVaadinAuthentication, in order to get the principal object with user name and roles.
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...
fix for #4844 CdmVaadinAuthentication : new class used for authentication AuthenticationPresenter, AbstractAuthenticatedUI, CdmVaadinSessionUtilities, AuthenticationView, IAuthenticationComponent : using new authentication object linked to host and context path...
StatusComposite : using new added context menu addon instead of vaadin actions ConceptRelationshipView : setting classification combobox to read only for classifications from url
EditConceptRelationshipComposite, EditConceptRelationshipPresenter : hack for checking relationship rules (currently only for congruence) INewTaxonBaseComponentListener, NewTaxonBaseComposite, NewTaxonBasePresenter : Setting default secundum when addin taxon / synonym...
Fixed selection view and replaced twin selection component with combobox
fixed display issue with deproxy method
*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...
git merge test 2
git merge test
corrected string check
ConceptRelationshipComposite : made direction aware EditConceptRelationshipComposite : made direction aware and added arrows as hints StatusComposite, ConceptRelationshipView : moved taxon table drop handler from status composite to view edit.scss, styles.css : added arrow styles
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...
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
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...
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...
added style information
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
fixed launch configuration fixed layout problems
initial commit for project cdm-vaadin