Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
90d7f315 06/08/2016 02:54 PM Patrick Plitzner

Fix label of selection box #5458

18754eca 06/08/2016 02:37 PM Patrick Plitzner

Only allow taxa >= species in selection view #5458

1e201891 06/08/2016 02:23 PM Patrick Plitzner

Renaming #5458

e3f9b0ed 06/08/2016 02:20 PM Patrick Plitzner

Show list of taxon nodes in selection view #5458

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

Refactor presenter to work on a list of taxon nodes #5458

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

Refactor SQL query to work on a list of taxon nodes #5458

68e1e979 04/28/2016 08:42 PM Andreas Müller

Vaadin H2 test database updated

19c380b7 03/08/2016 10:28 AM Katja Luther

minor

9f2a3880 03/08/2016 10:27 AM Katja Luther

Revert "fix for 4.0 update"

This reverts commit f005d5fe176805dbaad3b009684875d55d0b10fe.

e1c71b47 03/08/2016 10:26 AM Katja Luther

fix for update to 4.0

c442b312 03/08/2016 10:26 AM Katja Luther

fix project for version 4.0

c839d071 03/08/2016 10:26 AM Katja Luther

fix project after dependency updates

1288c7df 03/07/2016 04:03 PM Katja Luther

fix for update to 4.0

e0888574 02/25/2016 10:08 AM Andreas Kohlbecker

removing unwanted test file

084507a8 09/10/2015 05:09 PM Cherian Mathew

Adapt to tagged text methods change to protected

f310f2db 07/16/2015 01:06 PM Andreas Kohlbecker

adding missing include

2d71187d 07/15/2015 06:40 PM Andreas Kohlbecker

ignoring test which fails on jgitflow relase finish

881919d2 07/06/2015 10:25 AM Cherian Mathew

Adapt to changed 'save' call in services layer

37c5915e 06/04/2015 02:20 PM Cherian Mathew

updated test db for new model changes and updated test data accordingly

67a0eae3 06/04/2015 01:04 PM Cherian Mathew

merged from master

2a3aed04 05/07/2015 05:27 PM Cherian Mathew

testing git flow publish

86ecbed8 05/07/2015 05:21 PM Cherian Mathew

testing for remote feature

3e7f8ad4 05/07/2015 05:16 PM Cherian Mathew

removed incorrect test datasource setting and corresponding factory class

0e7981e2 05/07/2015 04:34 PM Cherian Mathew

NewTaxonBasePresenterTest.xml : adjusted ids in test data to avoid unique key issue
unitils.properties : reverted back to standard h2 jdbs driver

f0adbe96 05/07/2015 01:31 PM Cherian Mathew

pom.xml : set explicit memory parameters for tests
StatusPresenterTest : corrected test to adjust for new rank filter

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

9d11084b 05/05/2015 05:06 PM Cherian Mathew

related to #4886
ConceptRelationshipComposite, D3ConceptRelationshipTree, ConceptRelationshipPresenter, IConceptRelationshipComponentListener, d3.conceptrelationshiptree_connector.js : added possibility to clear concept relationship tree
CdmChangeEvent : added new constructor with possibility to add source component...

90cf504a 05/05/2015 02:29 PM Cherian Mathew

Fixed layout issues.
StatusComposite : added async operation for disableing components when reloading taxa

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

be1478a2 04/30/2015 01:08 PM Alexander Oppermann

Fixed problem for toolbar and new authentification object. Added getter method to CdmVaadinAuthentication, in order to get the principal object with user name and roles.

19a6274b 04/29/2015 07:17 PM Cherian Mathew

Merge branch 'creditor'

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

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

a3c60cd4 04/29/2015 06:52 PM Cherian Mathew

Merge branch 'creditor'

29aeffbe 04/29/2015 06:47 PM Cherian Mathew

EditConceptRelationshipComposite : show notification only when creating concept relationship
NewTaxonBaseComposite : added second sec. combobox for the case of creating synonyms
INewTaxonBaseComponentListener, NewTaxonBasePresenter : creating separate containers for acc. taxon and synonym references...

dfe03eb9 04/29/2015 05:53 PM Cherian Mathew

setting authentication in security context of UI thread

93fcde18 04/29/2015 12:28 PM Cherian Mathew

fix for #4844
CdmVaadinAuthentication : new class used for authentication
AuthenticationPresenter, AbstractAuthenticatedUI, CdmVaadinSessionUtilities, AuthenticationView, IAuthenticationComponent : using new authentication object linked to host and context path...

0312ac03 04/28/2015 11:27 AM Cherian Mathew

Merge branch 'creditor'

5b2505f1 04/28/2015 10:32 AM Cherian Mathew

StatusComposite : using new added context menu addon instead of vaadin actions
ConceptRelationshipView : setting classification combobox to read only for classifications from url

f2e53f06 04/28/2015 10:30 AM Cherian Mathew

added context menu addon : https://vaadin.com/directory#!addon/contextmenu

2bbdcbba 04/28/2015 10:27 AM Alexander Oppermann
98cc9b84 04/28/2015 08:53 AM Alexander Oppermann

async switched off

21a1bf2d 04/27/2015 02:33 PM Cherian Mathew

EditConceptRelationshipComposite, EditConceptRelationshipPresenter : hack for checking relationship rules (currently only for congruence)
INewTaxonBaseComponentListener, NewTaxonBaseComposite, NewTaxonBasePresenter : Setting default secundum when addin taxon / synonym...

4bdae8e0 04/27/2015 01:15 PM Alexander Oppermann
  • Fixed selection view and replaced twin selection component with combobox

  • fixed display issue with deproxy method

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

36b2a29d 04/24/2015 11:29 AM Cherian Mathew

revert authentication check

0f5dbbcc 04/24/2015 11:08 AM Cherian Mathew

edit/styles.scss : indent for synonyms
ConceptRelationshipPresenterTest : updated json to include direction

aee16929 04/23/2015 06:34 PM Cherian Mathew

ConceptRelationshipComposite : ui fixes for controls
EditConceptRelationshipComposite : changed polling interval to 1 sec
IStatusComposite, StatusComposite, StatusPresenter, ConceptRelationshipUI, ConceptRelationshipView : allowing setting of classifications via url parameters...

98b72f8e 04/23/2015 04:00 PM Cherian Mathew

ConceptRelationshipComposite : added methods to update controls
EditConceptRelationshipComposite : added bi-directional capability

6ef1fffd 04/23/2015 10:16 AM Cherian Mathew

updated test for direction info

1a8eeec9 04/23/2015 09:42 AM Cherian Mathew

Merge branch 'creditor'

85515c31 04/23/2015 09:41 AM Cherian Mathew

git merge test 2

3320fe19 04/23/2015 09:39 AM Cherian Mathew

git merge test

7207e4a0 04/23/2015 09:37 AM Cherian Mathew

corrected string check

6f501be5 04/23/2015 09:12 AM Cherian Mathew

ConceptRelationshipComposite : made direction aware
EditConceptRelationshipComposite : made direction aware and added arrows as hints
StatusComposite, ConceptRelationshipView : moved taxon table drop handler from status composite to view
edit.scss, styles.css : added arrow styles

3df4ea80 04/22/2015 02:26 PM Cherian Mathew

reverting back authentication hack

6809e6bd 04/22/2015 02:24 PM Cherian Mathew

D3ConceptRelationshipTree, ConceptRelationshipComposite, ConceptRelationshipPresenter, ConceptRelationshipView, IConceptRelationshipComponentListener : added directional variable to display cr tree in both direction
d3.conceptrelationshiptree_connector.js : updated to handle bi-directional display...

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

5ab02d9a 04/21/2015 03:16 PM Cherian Mathew

new event handling system for basic event which just have a string id

5200fbd3 04/17/2015 11:24 AM Cherian Mathew

ConceptRelationshipComposite, StatusComposite : implemented drag drop for new concept relationship
CdmDataChangeService, SelectionService : making sure events list is cleared after fire

2ba67e3f 04/17/2015 10:12 AM Cherian Mathew

EditConceptRelationshipComposite : updated ui, added save + cancel + drag&drop functionality
ConceptRelationshipComposite : using the EditConceptRelationshipComposite
StatusComposite : set drag&drop mode
ConceptRelationshipPresenter, EditConceptRelationshipPresenter : moved create, update, edit methods to EditConceptRelationshipPresenter...

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

d13e3f96 04/15/2015 04:11 PM Cherian Mathew

syncing with master

Merge branch 'master' of wp5.e-taxonomy.eu:/var/git/cdm-vaadin into creditor

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

c1c3cfe7 04/13/2015 05:29 PM Cherian Mathew

added corrected dataset

b0491d5e 04/13/2015 03:32 PM Cherian Mathew

added spy.log to .gitignore
corrected dataset in NewTaxonBasePresenterTest
added application package to test applicationContext

e81a058a 04/13/2015 03:10 PM Cherian Mathew

properties file for p6spy (only for testing)

f1584a2a 04/13/2015 02:35 PM Cherian Mathew

new component to edit taxon relationships

53c75a2d 04/13/2015 02:33 PM Cherian Mathew

StatusPresenter : moved logic to container
StatusComposite, NewTaxonBasePresenterTest, NewTaxonBasePresenterTest : added classification id argument for taxon creation

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

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

e5e6f7cc 04/10/2015 02:05 PM Cherian Mathew

revert authentication check

270ff317 04/10/2015 01:55 PM Cherian Mathew

Added test classes for javascript component integration using d3.js and the new concept relationship editor

513ad98e 04/10/2015 01:52 PM Cherian Mathew

ConceptRelationshipComposite, ConceptRelationshipPresenter, IConceptRelationshipComponentListener : composite / presenter for the new concept relationship view
D3ConceptRelationshipTree, D3ConceptRelationshipTreeState : js component + state for the concept relationship composite...

5e8d80a3 04/10/2015 01:47 PM Cherian Mathew

added d3.js js lib
added js / css files for concept relationship composite

45da4f57 04/10/2015 01:45 PM Cherian Mathew

removed unnecessary StatusEditorView

ad4585b6 04/10/2015 01:32 PM Cherian Mathew

added methods to init / get selection service

e48e562b 04/10/2015 11:28 AM Cherian Mathew

added service which tracks selection events for a given ui

77864135 04/09/2015 11:58 AM Alexander Oppermann

remove old theme

1b8dfb1b 04/09/2015 11:52 AM Alexander Oppermann

added new style information to cdm-vaadin

f540664e 04/08/2015 04:25 PM Cherian Mathew

corrected typo

33532d90 04/08/2015 03:08 PM Cherian Mathew

corrected datasource factory class name

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

73baaed9 04/08/2015 02:54 PM Cherian Mathew

Added tests for NewTaxonBasePresenter
Improved corrected existing tests
CdmTestDataSourceFactory, unitils.properties : added custom test data source factory for unitils

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

15ef3168 04/02/2015 10:53 AM Cherian Mathew

CdmVaadinBaseTest : added disabling of constraints for ignoring foreign key constraints
StatusPresenterTest : added test for updating publish flag

034d3d7a 04/02/2015 10:27 AM Cherian Mathew

testing fixes :

  • removed unnecessary config files
  • moved h2 test db to test resources folder
  • cleaned up unitils properties file
  • reverted applicationContext to use persistentTermInitializer
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...

55b07406 04/01/2015 01:22 PM Cherian Mathew

initial commit for edit theme

7836684b 03/27/2015 07:07 PM Alexander Oppermann

starting to implement sql queries...the container is not done yet.

374bb513 03/25/2015 05:20 PM Cherian Mathew

StatusComposite, IStatusComposite : implemented filters and context menu
CdmSQLStringDecorator : empty string decorator
StatusPresenter : added getter methods
CdmVaadinBaseTest, StatusPresenterTest , StatusPresenterTest : added tests

c6974750 03/12/2015 04:14 PM Cherian Mathew

StatusComposite : added ui elements for filtering add / removing taxa
styles.css : added custom styles for filter table , grid spacing
StatusEditorUI : changed theme to mytheme

f0f54b27 03/12/2015 01:20 PM Cherian Mathew

unitils.properties : reverted back to normal h2 settings
StatusPresenterTest : using mock status composite

3908fcfb 03/12/2015 11:34 AM Cherian Mathew

test classes and datasets for status editor

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

411327e7 01/19/2015 06:21 PM Cherian Mathew

StatusDTO : corrected set method
DbStatusUI : removed unnecessary "/VAADIN" url pattern
NavigatorTestUI, CdmSpringContextHelperTest : removed umlaut character

7376bad6 01/15/2015 11:21 AM Alexander Oppermann

added style information

1746c51d 01/14/2015 04:48 PM Alexander Oppermann

finalize vaadin app to seperate to prepare the next step for separating vaadin from cdmlib-remote

e6af66a6 01/14/2015 12:34 AM Alexander Oppermann

improving UsersContainer