Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
595150ac 03/29/2019 04:02 PM Andreas Kohlbecker

ref #8099 better logging of error conditions and more robust error handling in save()

89659534 03/25/2019 04:43 PM Andreas Kohlbecker

fix #7962 "New" or "Edit" information and humane lables for DTO editors in context breadcrumbs

34d43087 03/25/2019 02:56 PM Andreas Kohlbecker

ref #8191 intoducing the long awaited EditorFormConfigurator for fine tuning of the inReference button enabled states

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
b7647a99 03/07/2019 02:57 PM Andreas Kohlbecker

ref #7106 using new CdmRepository.clearSession() method

5976b46d 03/05/2019 04:05 PM Andreas Kohlbecker

Merge branch 'hotfix/5.5.2' into develop

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

592b9851 02/18/2019 05:25 PM Andreas Kohlbecker

ref #8107 getFieldGroup() returns Optional to avoid NPEs and logging errors before rethrowing as PopupEditorException

b32150b1 12/21/2018 12:38 PM Andreas Kohlbecker

ref #7833 restricting access to RegistrationWorkingsetView:

  • AccessRestrictedViewControlBean to evaluate AccessRestrictedView.isAccessDenied()
  • refactoring AccessRestrictedView class hierarchy
e5237e50 12/10/2018 01:24 PM Andreas Kohlbecker

fix #7899 orthographic variant and corrections implemented in taxon name popup editor

2ef98d3e 12/06/2018 08:32 PM Andreas Kohlbecker

fix #6869 ReferencePopupEditor: only admins and curation are allowed to edit advances fields, except for author team caches

73a2fd47 11/23/2018 12:14 PM Andreas Kohlbecker

fix #7925 more sofisticated exception handling in AbstractPopupEditor.save()

5ff2ddc5 11/14/2018 05:59 PM Andreas Kohlbecker

adding user information to PopupEditorException messages

2be2ac05 11/14/2018 11:29 AM Andreas Kohlbecker

ref #7906 ContinueAlternativeCancelDialog implemented

de9c748c 11/13/2018 06:20 PM Andreas Kohlbecker

fix #7906 editor cancel confirmation dialog implemented

e440fd75 11/13/2018 04:28 PM Andreas Kohlbecker

fix #7905 introducing defaultCdmEntityInstatiator and createCdmEntity method to avoid problems with missing custom instatiator in implementors

c78fd1ac 11/08/2018 01:55 PM Andreas Kohlbecker

improving error messaging: PopupEditorException with editor context information

ae69029f 11/06/2018 11:11 AM Andreas Kohlbecker

fix #7846 editor context information shown as breadcrumbs in the toolbar of popup editors

1bc25606 10/26/2018 06:22 PM Andreas Kohlbecker

ref #7870 clearing the session to wipe out any left overs from previous usage of the session in handleViewEntered

b14494a9 10/24/2018 02:53 PM Andreas Kohlbecker

fix #7036 making sure all spring beans are disposed when the vaadin session times out

  • RegistrationToolbar, RegistrationUI, RegistrationWorkingsetPresenter, NavigationManagerBean as DisposableBean
  • seetting the vaadin closeIdleSessions parameter to true in web.xml
3b278eb0 10/15/2018 03:47 PM Andreas Kohlbecker

ref #7785 using CdmTransientEntityAndUuidCacher to promote using the CachingCdmUserHelper

23cee55f 10/12/2018 10:22 PM Andreas Kohlbecker

fix #7814 CdmEditor not readlony with un-persisted entities and hiding delete button in this case

4e19a89d 09/26/2018 01:38 PM Andreas Kohlbecker

ref #7648 using CdmEntityInstantiator to disentangle the handling the creation of new taxon names for registrations

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

ref #7648 generalizing bean instantiation in cdm presenters

fba774b1 09/11/2018 01:12 PM Andreas Kohlbecker

fix #7742 unsubscribing from event bus when disposing presenter

5b7fa02a 09/11/2018 10:35 AM Andreas Kohlbecker

fix #7742 disposing view, presenter and ehcaches when popupviews are closed

fdeb8328 07/25/2018 12:03 PM Andreas Kohlbecker

remaming CdmEntityDecoratorDTO to CdmEntityAdapterDTO

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

1a836a82 07/11/2018 02:30 PM Andreas Kohlbecker

readonly notification in editors

7fa05bfe 06/15/2018 06:05 PM Andreas Kohlbecker

ref #7338 fixing bugs related to VALIDATE_AGAINST_HIGHER_NAME_PART mode:

  • NPE when switching to intraSpecific rank with two name editors open
  • ConncurrentModification problem when canceling editor
ce88dd79 06/14/2018 11:40 AM Andreas Kohlbecker

ref #7338 mode VALIDATE_AGAINST_HIGHER_NAME_PART implemented for specificEpithet - fixing ConcurrentModification problem

b3f62829 06/14/2018 11:24 AM Andreas Kohlbecker

ref #7338 mode VALIDATE_AGAINST_HIGHER_NAME_PART implemented for specificEpithet

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

f6439701 05/02/2018 12:04 PM Andreas Kohlbecker

avoiding unchecked genrics

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

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

07a39ef5 04/27/2018 02:50 PM Andreas Kohlbecker

fix #7382 disabling save button and showing message when type designations are missing

9a4a9149 04/23/2018 04:40 PM Andreas Kohlbecker

refacoring popup editors to entity and dto editor

4942e63b 04/23/2018 02:42 PM Andreas Kohlbecker

introducing CdmEntityDecoraterDTO and refactoring presenters

fcf1cf06 04/23/2018 01:50 PM Andreas Kohlbecker

pulling functionality from AbstractCdmPopupEditor up into AbstractPopupEditor

4a579136 04/23/2018 01:39 PM Andreas Kohlbecker

refactoring editor setReadonly()

845ce635 04/23/2018 11:46 AM Andreas Kohlbecker

ref #7359 reverting change applied in 9239e1b and avoiding granting UPDATE,DELETE for existing nom-references

44b9dbd2 04/23/2018 11:09 AM Andreas Kohlbecker

ref #7359 setting editor readonly after bean has set

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

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

9c239e1b 04/20/2018 09:49 PM Andreas Kohlbecker

fix #7359 CdmEditorPresenters check user permissions to set the editor to readoly if persission is insufficient

  • also removing bug by which per-entity-permissions where granted to users when opening an editor
589e5b35 04/20/2018 07:19 PM Andreas Kohlbecker

swapping icons for cancel and delete buttons

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

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

14fd703d 03/19/2018 03:04 PM Andreas Kohlbecker

ref #7269 layout improvements in messages popup window

92235704 03/19/2018 12:29 PM Andreas Kohlbecker

documenting

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

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

7b9ab0e4 02/06/2018 11:39 AM Andreas Kohlbecker

ref #7195 creating blocking relations and showing 'em in the listView

f2e16939 02/02/2018 05:29 PM Andreas Kohlbecker

ref #7231 bug fix for events from foreign views

e8674a36 02/02/2018 05:05 PM Andreas Kohlbecker

ref #7195 introducing the concept of EditorActionContext stacks to facilitate creating blocking relations

fb7daf37 02/01/2018 03:08 PM Andreas Kohlbecker

removing old code related to deleted ViewScopeConversationHolder

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

fix #7231 replacing SpringApplicationEventBus by scoped Vaadin4Spring Event Bus

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

96acd270 01/26/2018 03:25 PM Andreas Kohlbecker

rethrowing hibernate exception

9e37838b 01/25/2018 04:35 PM Andreas Kohlbecker

using setter but field

9da64e4a 01/25/2018 02:37 PM Andreas Kohlbecker

avoiding NPE

e5dfaec8 01/24/2018 05:14 PM Andreas Kohlbecker

ref #7214 fixing wrong usage of cacher methods

f2077e91 01/24/2018 12:08 PM Andreas Kohlbecker

Merge branch 'develop' into #7206-CdmEntityCache

e6feb60e 01/24/2018 12:07 PM Andreas Kohlbecker

ref #7206 fixing multiple representations problem in ToOneRelatedEntityReloader

26de749f 01/24/2018 11:43 AM Andreas Kohlbecker

replacing awkward save error notice by exception

b8853d8d 01/23/2018 12:19 PM Andreas Kohlbecker

ref #7206 replacing CdmEntityCache by CdmTransientEntityCacher and implementing EntityCacheDebugger

3cc5bf8b 01/18/2018 06:26 PM Andreas Kohlbecker

fixing ReferenceEditorAction problems

0da7f0a6 01/18/2018 05:34 PM Andreas Kohlbecker

more clearly indicating view is in loading state before cache is available, last part of changes

  • other changes are in f393241 ToOneRelatedEntityReloader
333b3e62 01/18/2018 05:20 PM Andreas Kohlbecker

fix #7205 using ToManyRelatedEntitiesListSelect create edit button in TaxonNamePopupEditor

  • includes commit relared to ref #7204
87f23196 01/18/2018 10:34 AM Andreas Kohlbecker

AbstractCdmEditorPresenter prints PersistentContextAnalysis if loglevel = TRACE

21c1abac 01/12/2018 12:02 PM Andreas Kohlbecker

ref #7171 TaxonNameEditor nomenclaturalReferenceSectionEditingOnly mode

e0aeb58c 12/21/2017 03:21 PM Andreas Kohlbecker

ref #6867 crating per entity permissions for new References

ecb93813 12/21/2017 03:00 PM Andreas Kohlbecker

fixing ugly 'null' representation in vaadin TextField

19ba9005 12/12/2017 03:53 PM Andreas Kohlbecker

fix #7135 TeamOrPersonField allows selecting from existing Persons and Teams

f3783332 12/08/2017 09:47 PM Andreas Kohlbecker

fix #7132 readonly mode for SpecimenTypeDesignationWorkingsetPopupEditor and TaxonNamePopupEditor

02ec8d6b 11/14/2017 11:39 AM Andreas Kohlbecker

ref #7059 ref #7046 using kindOfunit for TypeDesisgnations instead of DerivationEvent type and fixing save and LIE problems:
- intoducing EntityCache to allow re-using previously loaded entities
- CdmEntityCache implements EntityCache
- ToOneRelatedEntityReloader to replace entities loaded by the LazySelect...

d6bdb890 11/03/2017 03:10 PM Andreas Kohlbecker

ref #7046 removing prepareAsFieldGroupDataSource() which was opening connectinos which where never closed and adding missing initStrategies

daf5d5b4 11/03/2017 12:05 PM Andreas Kohlbecker

ref #7046 removing request start and end listener classes

2f02081c 11/02/2017 12:42 PM Andreas Kohlbecker

ref #7046 completely removing open session per view implementation and adding init strategies for Name and Typedesignation editor

b84bb2fd 10/25/2017 06:06 PM Andreas Kohlbecker

Revert "enabling transaction close on conversation unbind after ref #6780 is fixed this could also have en effect to ref #7035"

need to revert due to problems with transaction synchronization being not active

This reverts commit ec18134aae9b2699aebfcf378da03d767332dcb7.

ec18134a 10/25/2017 04:48 PM Andreas Kohlbecker

enabling transaction close on conversation unbind after ref #6780 is fixed this could also have en effect to ref #7035

3419b32d 10/25/2017 04:33 PM Andreas Kohlbecker

ref #7035 unbinding ConversationHolder on access denied situations

79a2ec81 10/24/2017 05:27 PM Andreas Kohlbecker

Revert "releasing ConversationHolder to prevent memory leaks"

setting the ConversationHolder null at the end of a view causes problems

This reverts commit 697d2b55a4b05f672fac988f55b018f622ecb305.

697d2b55 10/24/2017 05:18 PM Andreas Kohlbecker

releasing ConversationHolder to prevent memory leaks

55ecdf3a 10/23/2017 05:07 PM Andreas Kohlbecker

ref #6867 generic failsave mechanism to grant per entity permission in CdmPopupEditors

3d9a0098 10/23/2017 05:07 PM Andreas Kohlbecker

ref #6867 RegistrationWorkingsetEditor: granting UPDATE permissions for SpecimenOrObservationBase entities

55f3f727 07/21/2017 08:48 PM Andreas Kohlbecker

fix #6843 avoiding oversized windows by setting a defined height

7954536e 07/21/2017 04:53 PM Andreas Kohlbecker

fix #6843 popup window content layouts are guaranteed to have full size

b3e242fe 07/13/2017 03:34 PM Andreas Kohlbecker

fix #6810 View for starting new registrations implemented

7328ae26 07/10/2017 10:19 AM Andreas Kohlbecker

ref #6687 using read-only transactions in non editor view presenters

f1e94220 07/10/2017 09:27 AM Andreas Kohlbecker

ref #6687 closing ConversationHolder on view exit

fe785c1e 07/07/2017 11:48 AM Andreas Kohlbecker

fix #6687 per view implementation of the 'session-per-conversation' pattern

1af6dc9f 06/27/2017 11:04 AM Andreas Kohlbecker

ref #6687 SpecimenTypeDesignationWorkingsetEditor save operation

  • implementing saveBean() method
  • fixing bug in CdmStore
3436c944 06/26/2017 04:45 PM Andreas Kohlbecker

ref #6687 using conversational transaction for presave and save operation

262c713c 06/26/2017 01:39 PM Andreas Kohlbecker

ref #6687 moving all update and delete operations into a dedicated class: CdmStore

cfabbeb0 06/22/2017 11:25 AM Andreas Kohlbecker

ref #6724 SpecimenTypeDesignationWorkingsetEditor improvements

  • better country select item captions
  • extending the SpecimenTypeDesignationWorkingSetDTO
  • adding more fields to the editor
  • Custom component for the min-max-freetext fields like 'Absolute elevation'
fdb645e1 06/19/2017 10:51 AM Andreas Kohlbecker

ref #6724 implementing SpecimenTypeDesignationWorkingSetDTO as editor dto and modifying the TypeDesignationConverter accordingly

  • SpecimenTypeDesignation editor operates on SpecimenTypeDesignationWorkingSetDTO
  • TypeDesignationConverter.TypeDesignationWorkingSet have field for the baseEntity
13d4c29e 06/13/2017 03:21 PM Andreas Kohlbecker

Merge branch 'feature/#6687' into develop

b38e19e0 06/13/2017 03:13 PM Andreas Kohlbecker

ref #6724 initial trunk implementation for a SpecimenTypeDesignationWorkingsetEditor

2c2bbc38 06/08/2017 04:27 PM Andreas Kohlbecker

ref #6707 1st attempt to make editing transient properties possible - save fails with LIE