enabling a test
using the CleanSweepInsertLoadStrategy for PresenterTests with FirstData_UsersAndPermissions dataset
fixing some problems in test data for StatusPresenterTest
fixing two more presenter tests: EditConceptRelationshipPresenterTest, NewTaxonBasePresenterTest
partially fixing broken test suite:
fxing problems in testsetup:
implementing test framework for integration tests and setting up SpecimenTypeDesignationWorkingService tests
ref #6169 TypeDesignationSetManager can handle empty sets and can add typeDesignations
ref #6719 renaming the TypeDesignationConverter to TypeDesignationSetManager
ref #6719 adapting test case
ref #6724 initial trunk implementation for a SpecimenTypeDesignationWorkingsetEditor
ref #6719 RegistrationItems with edit buttons for name and per typedesignationWorkingSet
ref #6719 introducing TypeDesignationWorkingSet with string representation
ref #6719 improved TypeDesignationConverter
ref #6719 refactoring and better test
fixing test case
Merge branch 'phycobank' into develop
Conflicts: src/main/java/eu/etaxonomy/cdm/mock/Registration.java src/main/java/eu/etaxonomy/cdm/mock/RegistrationService.java src/main/java/eu/etaxonomy/cdm/vaadin/model/DbTableDTO.java src/main/java/eu/etaxonomy/cdm/vaadin/model/registration/RegistrationWorkingSet.java...
ref #6368 adapting cdm-vaadin to new TaxonName model
adapt vaadin to model changes 4.7
ref #6446, ref #6368 remove TaxonnameBase in vaadin,
ref #6169 RegistrationItemButtonGroups: making names and typeDesignations clickable
#6564 TimePeriodFormatter more complete + Partial Formatter both also with support for dd.mm.yyyy formats
ref #6169 JodaTimePartialConverter support for multiple formats
refactoring package structure
ref #6169 compact string representations for registrations
ref #6410 follow up to adding a new TaxonRelatioshipType comitted in cdmlib|530a12a
ref #6419 renaming CdmApplicationDefaultConfiguration to CdmRepository
#5285 removing problematic multi VaadinServlet configuration
ref
ref #5285 SpringUI configuration working
ref #5285 replacing VaadinServlet by SpringVaadinServlet
ref #6190 removing svn property place holder in first line of code
ref #5974 Fix synonymRelationship issues in vaadin
cleanup
Fix test (There are 29 relation types now)
minor
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
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