fix #6997 toolbar with login logout and user name and icon
using fixed header for registration workingset editor
minor - lines moved
fixing swapped long lat in geolocation field
fixing phycobank host name and supporting new registrations
adapting to changes constant name
ref #6852 using the DummyDataInserter to avoid NPEs in the Spring ApplicationListener intitialization
dropping InactiveUIException
fix #6855 disabling add Team, Person buttons when privileges insufficient
ref #6852 removing invalid authority from data inserter
fix #6852 data insterter to create Group 'Curation' and to extend 'Editor' for phycobank
fix #6846 improving AbstractPageView layout
fix #6843 avoiding oversized windows by setting a defined height
fix #6843 popup window content layouts are guaranteed to have full size
ref #6169 feature completed: adding new type designation workingsets
ref #6169 TypeDesignationSetManager can handle empty sets and can add typeDesignations
ref #6169 Button row to create new registrations in a registration working set
ref #6811 avoiding repeated loading of views
removing debug mode switch
fixing bug in JodaTimePartialConverter: missing breaks in switch after refactoring
fix #6810 View for starting new registrations implemented
solving spring scope related problems with the LoginView by introducing a RedirectToLoginView
ref #6724 converter to deproxy hibernate beans
ref #6724 geolocation field: map improvement
ref #6724 geolocation field: map layout
ref #6724 geolocation field with log lat parsing and map
ref #6724 removing initstrategy which is no longer nedded after #6687 is fixed and disabling referenceSystemField
ref #6687 clearing session in parent view on refresh
ref #6687 using read-only transactions in non editor view presenters
ref #6687 closing ConversationHolder on view exit
fix #6687 per view implementation of the 'session-per-conversation' pattern
renaming package.html to resolve package documentation conflict
ref #6759 importing switch-valo theme
removing obsolte widget set file
fix #6759 using valo theme support included into the addon
fix #6759 last layout adjustment
ref #6759 using new dom style of switch
ref #6759 using new icon style of switch
fix #6758 removing registration type icon
ref #6687 SpecimenTypeDesignationWorkingsetEditor save operation
ref #6687 using conversational transaction for presave and save operation
ref #6687 moving all update and delete operations into a dedicated class: CdmStore
popup editor window width, method documentation and SpecimenTypeDesignationWorkingsetPopupEditor to undefined width
ref #6193 adding more terms
ref #6724 types editor row items enablement by derivationEventType & avoiding LIEs durting DerivedUnitConversion
ref #6724 SpecimenTypeDesignationWorkingsetEditor with Types sub section for contained SpecimenTypeDesignation
ref #6724 Custom Field for geo location Points
ref #6724 SpecimenTypeDesignationWorkingsetEditor improvements
ref #6724 registration specific DerivationEventTypes: CULTURE_METABOLIC_INACTIVE
ref #6724 registration specific DerivationEventTypes
ref #6719 renaming the TypeDesignationConverter to TypeDesignationSetManager
ref #6719 updating documentation on the TypeDesignationConverter
ref #6724 implementing SpecimenTypeDesignationWorkingSetDTO as editor dto and modifying the TypeDesignationConverter accordingly
ref #6719 fixing bug releated to sorting
ref #6535 fix updated test H2 in vaadin
ref #6719 adapting test case
ref #6719 cleaning up
ref #6719 better handling of case when statusType is null
ref #6719 deterministic sortorder when base enitity is TaxonName (NameTypes)
ref #6719 fixing bug in name editor event
fixing import missing after merge
Merge branch 'feature/#6687' into develop
ref #6724 initial trunk implementation for a SpecimenTypeDesignationWorkingsetEditor
ref #6719 RegistrationItemEditButtons active; Chooser for new type designations
ref #6719 RegistrationItems with edit buttons for name and per typedesignationWorkingSet
ref #6719 introducing TypeDesignationWorkingSet with string representation
ref #6719 skipping fieldunit during cache generation
ref #6719 improved TypeDesignationConverter
ref #6719 refactoring and better test
ref #6169 RegistrationItem separate name button + action for type buttons
ref #6687 reverting hibernate.event.merge.entity_copy_observer to default for next release
ref #6169 disabling registration workflow tabsheet
ref #6169 button tooltips
ref #6169 TeamOrPersonField with buttons to remove and add Person and Team instances
ref #6169 add, remove, move buttons in ToManyRelatedEntitiesListSelect operational and with correct state
ref #6169 fixing width
solving compilation probelm due to class literal with type parameters
ref #6707 1st attempt to make editing transient properties possible - save fails with LIE
ref #6169 removing grid view from ListViewBean
ref #6169 documenting bean nesting in ToManyRelatedEntitiesListSelect
ref #6169 fixing missing set value in ToManyRelatedEntitiesComboboxSelect
ref #6169 basionymToggle moved to top and has correct initial state
ref #6169 ToManyRelatedEntitiesComboboxSelect, CdmFilterablePagingProvider and CdmTitleCacheCaptionGenerator implemented
ref #6169 fixing NPE
ref #6169 renaming FieldListEditor to ToManyRelatedEntitiesListSelect
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 #6687 attempt to get rid of the hibernate.event.merge.entity_copy_observer=allow - not working yet
TODO notes
ref #6368 adapting cdm-vaadin to new TaxonName model
adapt vaadin to model changes 4.7
update test schema and test database for vaadin
ref #6446, ref #6368 remove TaxonnameBase in vaadin,
ref #6673 comment on deprecated method
ref #6169 disabling nomReffield in name editor
ref #6169 fixing bug in ToOneRelatedEntityCombobox: initial selection was always null
ref #6169 adding combinationAutorField to name editor
ref #6169 renaming taxon package to name
fix #6687 hibernate.event.merge.entity_copy_observer=log to avoid merge problems
ref #6169 first attempt to impement prester tests - not working yet