Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
15e79265 06/20/2016 01:45 PM Patrick Plitzner

Fix test (There are 29 relation types now)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

8343ec26 12/16/2014 03:00 PM Alexander Oppermann

fixed launch configuration
fixed layout problems

ab04087e 12/15/2014 02:18 PM Cherian Mathew

moved all jetty + cdmlib related stuff (except web.xml) to test

65df455c 12/15/2014 11:22 AM Alexander Oppermann

updated the test dataset to match the new schema

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

initial commit for project cdm-vaadin