git merge test 2
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
reverting back authentication hack
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...
new event handling system for basic event which just have a string id
ConceptRelationshipComposite, StatusComposite : implemented drag drop for new concept relationship CdmDataChangeService, SelectionService : making sure events list is cleared after fire
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
revert authentication check
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 methods to init / get selection service
added service which tracks selection events for a given ui
remove old theme
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
StatusComposite : added ui elements for filtering add / removing taxa styles.css : added custom styles for filter table , grid spacing StatusEditorUI : changed theme to mytheme
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...
StatusDTO : corrected set method DbStatusUI : removed unnecessary "/VAADIN" url pattern NavigatorTestUI, CdmSpringContextHelperTest : removed umlaut character
added style information
finalize vaadin app to seperate to prepare the next step for separating vaadin from cdmlib-remote
improving UsersContainer
Implementing UserContainer
improved table component
table component
Migrating Vaadin into separate Project
fixed launch configuration fixed layout problems
added a simple ui just to check that vaading works
moved all jetty + cdmlib related stuff (except web.xml) to test
changed version to match cdmlib. changed dependency library to provided scope. changed maven jetty version to the eclipse one moved widgetset to vaadin package to have vaddin code in a unique namespace
updated the test dataset to match the new schema
moved it to backup
initial commit for project cdm-vaadin