Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
fe7f0131 10/26/2016 02:56 PM Patrick Plitzner

ref #5458 Use service based on UuidAndTitleCache to build taxon tree

b8e7047b 10/18/2016 05:57 PM Patrick Plitzner

ref #5458 Performance increase for taxon node selection

  • by using SqlContainer the nodes are lazily loaded
  • child nodes are loaded via a second SQL query which is filtered for parent_id when expanding a node
  • parent-child relations are cached
3b0bc0db 10/18/2016 10:37 AM Patrick Plitzner

ref #5458 performance tweak for distribution status selection

32bf574c 10/17/2016 01:31 PM Patrick Plitzner

ref #5458 Add support for setting distribution status filter in settings

5f031b4f 10/12/2016 12:05 PM Patrick Plitzner

ref #5458 Error handling for abbreviated labels

e693adbd 10/11/2016 03:18 PM Patrick Plitzner

ref #5458 Reduce size of distribution table

  • Show only abbreviated labels for presence absence terms
49a35b7d 10/11/2016 02:21 PM Patrick Plitzner

ref #5458 Refactoring

  • removed single implemented interfaces
  • merged methods
  • removed unnecessary try&catch blocks
f9837f2a 10/11/2016 11:15 AM Patrick Plitzner

ref #5458 Add TermCacher class

4f7ccb87 10/11/2016 10:46 AM Patrick Plitzner

ref #5458 Implement multi select for NamedArea selection

e37d3114 10/10/2016 04:38 PM Patrick Plitzner

ref #5458 Add generated serial version uid

aab82329 09/05/2016 07:32 PM Patrick Plitzner

ref #5458 Major performance increase

  • refactored term loading
  • cached loaded terms
  • removed unnecessary methods and generics
  • reduces warnings
a6e7790d 09/05/2016 04:45 PM Patrick Plitzner

ref #5458 Add taxon tree instead of combo box

33a5d14e 09/05/2016 10:07 AM Patrick Plitzner

ref #5458 temp commit add tree to distribution selection

c2c4af3c 08/30/2016 11:26 AM Patrick Plitzner

ref #5458 Add root node to node container constructor

d49a2434 08/22/2016 10:04 AM Patrick Plitzner

Fix potential NPE

4d00f3a5 06/13/2016 07:29 PM Patrick Plitzner

Optimize taxon node container #5458

0fe2112f 06/13/2016 10:58 AM Patrick Plitzner

Implement taxon node container to be used in selection view and settings
window #5458

10cc0e5e 05/07/2015 12:40 PM Cherian Mathew

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...

f1a1f6de 05/06/2015 06:38 PM Cherian Mathew

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...

cd3136ac 05/06/2015 12:10 PM Cherian Mathew

set default limit in sql queries to 15000

a453d164 05/04/2015 04:26 PM Cherian Mathew

StatusComposite : seperated init and refresh methods for the txa table, using seperate method to set visible comun ids
LeafNodeTaxonContainer : corrected isSynonym method

c3dcb24c 04/29/2015 07:15 PM Cherian Mathew

StatusComposite : added 'set as unresolved' action to context menu
LeafNodeTaxonContainer : added sorting of synonym container

08af4f8a 04/21/2015 03:44 PM Cherian Mathew

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...

9f53671d 04/16/2015 03:01 PM Cherian Mathew

EditConceptRelationshipComposite : updated composite for new and edit functionality
IdAndUuid -> IdAndUuidName : new identity object with name
NewTaxonBaseComposite, StatusComposite, NewTaxonBasePresenter, IConceptRelationshipComponentListener, INewTaxonBaseComponentListener : changed IdUuid to IdUuidName...

218fbd04 04/15/2015 04:10 PM Cherian Mathew

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...

5cf75203 04/08/2015 03:03 PM Cherian Mathew

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...

aceb7b1d 04/02/2015 11:03 AM Cherian Mathew

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...

1d066036 04/01/2015 01:27 PM Cherian Mathew

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...

51fe9924 03/12/2015 11:33 AM Cherian Mathew

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...

ead0a1ab 12/03/2014 02:16 PM Cherian Mathew

initial commit for project cdm-vaadin