Project

General

Profile

Download (12.7 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
74b13aca 03/27/2020 03:27 PM Andreas Kohlbecker

adapting to moved ReferenceEllypsisFormatter

8b58ece8 08/13/2019 04:24 PM Andreas Müller

adapt Vaadin to model changes v5.8.1

c02fc11a 07/02/2019 06:17 PM Andreas Kohlbecker

fix #8346 flexible editing of annotations for Curator and Admin roles

1a2cb532 05/24/2019 11:22 AM Andreas Kohlbecker

ref #8209 modularization of reference init strategies by using the EntitiyInitStrategy class

c50b9988 05/17/2019 04:01 PM Andreas Kohlbecker

ref #8278 supporting two levels of inRefernces in init-strategies related to ellypsed reference comboboxes

3f339951 04/25/2019 11:52 AM Andreas Kohlbecker

fix #8209 using ReferenceEllypsisFormatter for all Reference comboboxes

998a72e0 03/07/2019 04:58 PM Andreas Kohlbecker

ref #7106 refactoring CdmStore in turn of changed CdmRepository.getSession()

  • CdmStore as Spring bean
  • CdmStore managed transactions and sessions properly
f4f3c705 03/04/2019 01:53 PM Andreas Kohlbecker

ref #8160 CdmBeanItemContainerFactory as service bean to load entities only in readyOnly transactions to avoid unintendet flushing

3bf04fa1 12/19/2018 03:23 PM Andreas Kohlbecker

ref #7899 excluding 'incorrect' names from name comboboxes by fitering by NameRelationshipType

6d636c9e 09/26/2018 12:17 PM Andreas Kohlbecker

ref #7648 generalizing bean instantiation in cdm presenters

510ac6e7 09/25/2018 09:57 AM Andreas Kohlbecker

ref #7630 fixing creation of blocking relations (part 2) and assuring registrations have an identifier when saved

2965ff88 07/26/2018 02:13 PM Andreas Kohlbecker

fix #7588 updating buttons on setDataSource

9399c5ec 07/17/2018 09:26 PM Andreas Kohlbecker

ref #7558 clearing the hibernate session after exceptions and closing it after any use to avoid dirty sessions dangling around

320ad9d6 07/16/2018 02:51 PM Andreas Kohlbecker

ref #7550 replacing the selfregisration of the VaadinUserHelper to the vaadin session by a UserHelperAccess bean

37f70555 07/12/2018 02:40 PM Andreas Kohlbecker

ref #7550 moving the actual CdmUserHelper to cdmlib and making it available in cdm-vaadin by extending the UserHelper class and interface hierarchy

2e814df1 06/25/2018 10:53 PM Andreas Kohlbecker

ref #7458 implementation of the note field for the NameTypeEditor

e32daf11 06/07/2018 06:43 PM Andreas Kohlbecker

fix #7461 ordering references in comboboxes by titleCache, issn, isbn - consistence by CdmFilterablePagingProviderFactory

af10794f 06/06/2018 11:51 AM Andreas Kohlbecker

consistent popup opening, using boundTargetField to identify field to be updated

2b6b2b23 05/16/2018 07:24 PM Andreas Kohlbecker

introducing PopupViewRegistration to manage view popupview and target field

cbec1742 05/02/2018 10:01 AM Andreas Kohlbecker

renaming handleTransientProperties() to preBeanSave() and adding postBeanSave()

877a8283 04/23/2018 10:23 AM Andreas Kohlbecker

renaming package from eu.eu.etaxonomy.cdm.vaadin.security to etaxonomy.cdm.vaadin.permission

670c75f5 04/19/2018 04:05 PM Andreas Kohlbecker

selecting newly created name nameTypeEditor

6d6d19d1 04/11/2018 04:55 PM Andreas Kohlbecker

ref #7348 moving RegistrationDTO related classes into cdmlib-services conformant packages

0844524a 04/11/2018 04:55 PM Andreas Kohlbecker

switching vom id based to uuid based ui navigation and entity references

e5e64d18 04/09/2018 04:31 PM Andreas Kohlbecker

ref #7344 updating presenter entity caches with beans modified in popup editors and refreshing teamOrPerson Fields (2)

  • adding entity as field to EntityChangeEvent
  • replacing all onDoneWithEditor listener methods by according onEntityChangeEvent methods
13d24007 04/09/2018 11:32 AM Andreas Kohlbecker

ref #7344 updating presenter entity caches with beans modified in popup editors and refreshing teamOrPerson Fields

2108e10f 03/28/2018 04:23 PM Andreas Kohlbecker

fix #7337 adding typifiedName reference to TypeDesignationWorkingsetEditorAction

4124987e 03/22/2018 12:14 PM Andreas Kohlbecker

fix #7249

85ddc538 02/09/2018 12:36 PM Andreas Kohlbecker

fix #7207 NomenclaturalTitle, Collector titel and bibliographic title for TeamOrPersonField

f9fb33d5 02/08/2018 06:17 PM Andreas Kohlbecker

fix #7246 consitent implementation of LazySelect reloading of modified entity beans:

  • ReloadableSelect interface for select fields which support reloading the selected value from the persitent storage
  • EntitySupport interface to ship around equality problems of enitites which have modified data
850f48f3 02/07/2018 05:29 PM Andreas Kohlbecker

ref #6740 setting typified name when no other type designations are in the registration

e876cc34 02/07/2018 04:30 PM Andreas Kohlbecker

ref #7247 adapting NameTypeDesignationPresenter to modified base entity type

3b66edef 02/06/2018 03:15 PM Andreas Kohlbecker

ref #6740 enabling typeName button in NameTypeDesignation editor and first changes to make delete working

be4a9789 02/01/2018 02:56 PM Andreas Kohlbecker

fix #7231 replacing SpringApplicationEventBus by scoped Vaadin4Spring Event Bus

767eef89 01/30/2018 05:16 PM Andreas Kohlbecker

ref #6740 NameTypeDesignationEditor layout finetuning

374696fa 01/30/2018 04:21 PM Andreas Kohlbecker

ref #6740 TypeDesignationSetManager switched from workingsetid to baseReference

3b17b230 01/30/2018 04:17 PM Andreas Kohlbecker

ref #6740 service methods to load NameTypeDesignations for Registrations

51d6bc3c 01/29/2018 05:30 PM Andreas Kohlbecker

fix #6740 NameTypeDesignationEditor save operation working

f1573a7b 01/29/2018 02:53 PM Andreas Kohlbecker

ref #6740 NameTypeDesignationEditor implemented