Project

General

Profile

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

# Date Author Comment
0ac7ad4a 04/10/2018 01:49 PM Fabian Reimeier

ref #7101 using uppercase column names to fix HSQLDB tests and enabled testSynonyms test

4cb460fd 12/04/2017 01:15 PM Fabian Reimeier

switched back to vaadin-table for performance

51cf274b 10/18/2017 04:40 PM Fabian Reimeier

Cleanup

52a59b6e 06/05/2017 10:42 PM Andreas Müller

adapt vaadin to model changes 4.7

7b2a0df1 12/20/2016 11:50 AM Andreas Kohlbecker

ref #6190 removing svn property place holder in first line of code

1925e9f2 11/04/2016 11:20 PM Andreas Müller

ref #5974 Fix synonymRelationship issues in vaadin

47936c60 11/04/2016 02:47 PM Andreas Müller

ref #5974 remove synonym relationship and other model changes

0e522f9f 11/04/2016 02:09 PM Andreas Müller

ref #5974 Remove synonym relationships

e8a3d3c8 11/03/2016 10:12 AM Patrick Plitzner

ref #5458 Fix potential SQL query syntax exception

b5f17980 10/27/2016 11:19 AM Patrick Plitzner

ref #5458 Fix exception for non-unique column ids

073d62ba 10/21/2016 08:04 AM Patrick Plitzner

ref #5458 Refactor SQLException handling

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
fda2cb06 10/13/2016 06:26 PM Patrick Plitzner

ref #5458 Add toggle button for abbreviations to settings menu

  • extract constants for session attributes
5f031b4f 10/12/2016 12:05 PM Patrick Plitzner

ref #5458 Error handling for abbreviated labels

785fc5d7 10/11/2016 04:53 PM Patrick Plitzner

ref #5458 Add abbreviated labels to distribution table

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

ref #5458 Implement multi select for NamedArea selection

dd433955 09/26/2016 08:14 AM Patrick Plitzner

ref #5458 Add named areas selection box

f81b22b6 09/01/2016 08:47 AM Patrick Plitzner

ref #5458 Escape SQL control character '

deafa597 08/29/2016 05:21 PM Patrick Plitzner

ref #5458 add white space to SQL query

68d6d316 08/29/2016 03:33 PM Patrick Plitzner

ref #5458 Fix and streamline SQL distribution query

2242f8a9 08/29/2016 10:27 AM Patrick Plitzner

ref #5458 Revert SQL streamlining

ef2701d9 08/25/2016 04:21 PM Patrick Plitzner

ref #5458 streamlined SQL query

b2063ede 08/25/2016 03:26 PM Patrick Plitzner

ref #5458 Cleanup and stability for distribution editor

  • Extract string constants for DB columns
  • renaming methods and variables
  • fix session handling for CRUD operations on NamedAreas
af91f565 08/22/2016 11:09 AM Patrick Plitzner

ref #5458 Fix grouping and add ordering of taxon node table

eda79691 06/08/2016 02:05 PM Patrick Plitzner

Refactor SQL query to work on a list of taxon nodes #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...

1a3e979c 04/24/2015 04:21 PM Alexander Oppermann

*added new config window
*added settings icon
*removed edit button from toolbar
*added double click listener
*added sql container and changed query
*added popupView for better editing
*saving back works properly

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

19730251 04/13/2015 02:29 PM Cherian Mathew

added classification as argument for NewTaxonBaseComposite to allow for creation of taxon node

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

8ef14383 04/07/2015 06:18 PM Alexander Oppermann

Added SQL-Container to DB-Status App

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