Revert "fix for 4.0 update"
This reverts commit f005d5fe176805dbaad3b009684875d55d0b10fe.
fix for update to 4.0
fix project after dependency updates
adding missing include
ignoring test which fails on jgitflow relase finish
Adapt to changed 'save' call in services layer
removed incorrect test datasource setting and corresponding factory class
pom.xml : set explicit memory parameters for tests StatusPresenterTest : corrected test to adjust for new rank filter
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...
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...
edit/styles.scss : indent for synonyms ConceptRelationshipPresenterTest : updated json to include direction
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...
added spy.log to .gitignore corrected dataset in NewTaxonBasePresenterTest added application package to test applicationContext
new component to edit taxon relationships
StatusPresenter : moved logic to container StatusComposite, NewTaxonBasePresenterTest, NewTaxonBasePresenterTest : added classification id argument for taxon creation
Added test classes for javascript component integration using d3.js and the new concept relationship editor
Added tests for NewTaxonBasePresenter Improved corrected existing tests CdmTestDataSourceFactory, unitils.properties : added custom test data source factory for unitils
CdmVaadinBaseTest : added disabling of constraints for ignoring foreign key constraints StatusPresenterTest : added test for updating publish flag
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
unitils.properties : reverted back to normal h2 settings StatusPresenterTest : using mock status composite
test classes and datasets for status editor
StatusDTO : corrected set method DbStatusUI : removed unnecessary "/VAADIN" url pattern NavigatorTestUI, CdmSpringContextHelperTest : removed umlaut character
fixed launch configuration fixed layout problems
moved all jetty + cdmlib related stuff (except web.xml) to test
initial commit for project cdm-vaadin