Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
5a35a97d 10/21/2013 01:24 PM Patrick Plitzner
  • added not covered switch cases in NameDetailElement
    • commented null pointer access in UseObjectManager (FIXME 3.3M)
6c7a1f64 10/14/2013 03:56 PM Andreas Kohlbecker

implementing #3791 (Implement operation to move a Description to another Taxon) and improving the operation to move elements

2e94319e 10/14/2013 01:21 PM Andreas Kohlbecker

fixing #3793 (do not allow to turn an accepted taxon into a synonym as long the accepted taxon still has children)

a30247b2 10/10/2013 09:43 AM Katja Luther

fix the error caused by the delete functionality in the service layer

6fb3c431 09/25/2013 04:23 PM Cherian Mathew

Updated version in config files to 3.3.0-SNAPSHOT

b623f722 09/25/2013 11:11 AM Patrick Plitzner

merged trunk into branch

f6a8dc56 09/25/2013 11:00 AM Patrick Plitzner

merged model adaptions to cdmlib 3.2.4 from campanula branch

427996e9 09/19/2013 10:11 AM edit-jenkins

Updated version in config files to 3.2.4-SNAPSHOT

a064fd4a 08/26/2013 02:04 PM edit-jenkins

Updated version in config files to 3.2.3

58de83dd 08/12/2013 04:58 PM Patrick Plitzner
  • fixed compile error in test
b0ce5b17 08/12/2013 03:02 PM Patrick Plitzner

merged trunk into branch

1c4f6bb6 07/23/2013 05:34 PM Cherian Mathew

FIME:3.3MC tags for code to be aligned with the 3.3 model changes related to the 'Uses' perspective

2312fc7b 07/11/2013 02:00 PM Patrick Plitzner

merge-update from trunk

124424d0 07/10/2013 04:05 PM Cherian Mathew

updates for 3.3 model changes. Phase two commit, which contains method changes / updates

49a64920 07/10/2013 03:38 PM Cherian Mathew

Aligning Editor with 3.3 model changes. First phase commit which updates only the classes.
Branch not compilable at the moment.

4aca539d 07/01/2013 12:31 PM edit-jenkins

Updated version in config files to 3.2.3-SNAPSHOT

d30646ab 07/01/2013 12:24 PM edit-jenkins

Updated version in config files to 3.2.2

8fdeb729 07/01/2013 09:49 AM Cherian Mathew

make 'change accepted taxon to syn' menu item visible only for accepted taxon

40cd900b 06/18/2013 09:28 AM Cherian Mathew

added conversation bind on setFocus and before transactin commit

ee1ed5a9 06/07/2013 10:17 AM Patrick Plitzner
  • simplified code for opening editor in TaxonNavigator

    • used IPartContentHasXYZ interfaces for selectionChanged() in Supplemental- and DetailsViewPart
    • formatted code
    • fixed warnings
3e15f7a3 06/06/2013 09:38 AM Patrick Plitzner

merge-update from trunk

ad0dd655 06/05/2013 10:38 AM edit-jenkins

Updated version in config files to 3.2.2-SNAPSHOT

154df91e 06/05/2013 10:28 AM edit-jenkins

Updated version in config files to 3.2.1

8d8b625d 06/04/2013 11:21 AM edit-jenkins

Updated version in config files to 3.2.1-SNAPSHOT

3ff86125 06/04/2013 11:14 AM edit-jenkins

Updated version in config files to 3.2.0

d8887e9f 04/11/2013 05:10 PM Cherian Mathew

Updated version in config files to 3.2.0-SNAPSHOT

19fa310b 04/09/2013 02:50 PM Cherian Mathew

CdmAuthorityEditor : Editor for updating Cdm authorities
CdmAuthorityEditorInput : Input for the CdmAuthorityEditor
EditCdmAuthoritiesHandler : Handler to open CdmAuthorityEditor
EditorUtil : added method to open CdmAuthorityEditor
plugin.xml : added extensions to the BulkEditor menu to open the CdmAuthorityEditor checking if the selected object is Group

3902bd1a 03/18/2013 05:01 PM Cherian Mathew

commented check to allow for the possibility of moving taxon with homotypic synonyms to a synonym

b4ca72fe 03/08/2013 10:25 AM Cherian Mathew

SearchResultLabelProvider : display new orphaned-taxa image icon for orphaned taxa
AbstractGroupedContainer : updated 'isNameUsedMultipleTimes' to factor in orphaned taxa
TaxonEditorInput : added display of message in case of orphaned taxa
ImageResources : added new orphaned-taxa image icon to resources

f04c279b 02/06/2013 02:08 PM Cherian Mathew

selected classification is set by default to the classification of the selected taxon node

da8a24ed 02/06/2013 09:48 AM Cherian Mathew

changing homotypic synonym to accepted taxon now exits cleanly

9213d0e5 02/04/2013 03:11 PM edit-jenkins

Updated version in config files to 3.1.4-SNAPSHOT

78d27f7c 02/04/2013 02:36 PM edit-jenkins

Updated version in config files to 3.1.3

010dad8c 01/17/2013 02:12 PM Cherian Mathew

updated node number to the one from the parent (#2892)

7af6c364 12/03/2012 05:23 PM Cherian Mathew

bumping version to 3.1.3-SNAPSHOT after release

a23621f7 12/03/2012 05:11 PM Cherian Mathew

updates for release 3.1.2

39d66995 11/28/2012 10:52 AM Cherian Mathew

changed default numbering from 1', 1''.... to 1a, 1b.....

d834ea10 11/28/2012 10:51 AM Cherian Mathew

Fixed setEnabled function to disable input and text widgets only when enabled = true (ticket 3183)

159e7d7b 11/26/2012 03:01 PM Cherian Mathew

Moving trunk from 3.2-SNAPSHOT to 3.1.2-SNAPSHOT to be in sync with the latest cdmlib snapshot

0d8040b6 11/15/2012 04:56 PM Cherian Mathew

PolytomousKeyListEditor.java : changed table view for polytomous key nodes added edges column to make it more clear.
PolytomousKeyListLabelProvider.java : added labels for edges and updated node number function
RefreshNodeNumberingOperation.java : calls the refreshing node function in PolytomousKeyNode

6dc31045 11/15/2012 04:54 PM Cherian Mathew

CreateNodeHandler.java : replaced by CreateChildNodeHandler.java
RefreshNodeNumberingHandler.java : handler for refreshing polytomous key node numbers
CreateSiblingNodeHandler.java : handler for creating siblings

cd670a3b 11/15/2012 04:51 PM Cherian Mathew
  • updated to change CreateNodeHandler.java to CreateChildNodeHandler.java
  • added RefreshNodeNumberingHandler.java to handle the refreshing of node numbers.
  • added CreateSiblingNodeHandler.java to handle creation of node siblings
6bada7f4 11/07/2012 09:58 AM Cherian Mathew

bumping up trunk version to 3.2 SNAPSHOT

2a964240 11/06/2012 05:03 PM Cherian Mathew

setting release version number for release 3.1.0

7701b653 11/05/2012 05:46 PM Cherian Mathew

completing merge from trunk for latest taxed developments

75b33001 11/05/2012 05:35 PM Cherian Mathew

merge of trunk to the security branch

a35a1f7a 10/24/2012 03:53 PM Cherian Mathew

version changes for new snapshot 3.0.14-SNAPSHOT

a8f33d74 10/24/2012 03:40 PM Cherian Mathew

commits for preparing 3.0.13 release

b7ae6548 09/26/2012 05:18 PM Cherian Mathew

updated plugin to rename command ids

c886671b 09/26/2012 05:10 PM Cherian Mathew

Updated Polytomous Key List Editor Component

  • added extra column for taxa
  • 'New' and 'Delete' both lead to error popups when no node is selected
  • 'New' menu click creates an empty node linked to the root node, when no nodes are present.
b158bece 09/12/2012 03:18 PM Andreas Kohlbecker

done: #3097 (disable editors if a user has insufficient grants for a taxon or taxon node)

005c39ab 09/12/2012 01:33 PM Andreas Kohlbecker

first bits for #3097 (disable editors if a user has insufficient grants for a taxon or taxon node) - TaxonEditor disabled, views still to do

208a9050 09/10/2012 03:30 PM Andreas Kohlbecker

merging in latest changes from trunk, up to r15854 (editor starts without issues)

7ccbcd94 07/23/2012 07:27 PM Andreas Müller

minor refactor in UseObjectManager and bugfix for NPE during application start (#2933)

e86c6faf 07/23/2012 04:04 PM Andreas Müller

editor trunk migrated to version 3.0.13-SNAPSHOT

0968b584 07/23/2012 02:47 PM Andreas Müller

integrate 3.0.12 branch and adapt for 3.0.12 release

a7089708 06/27/2012 11:58 PM Andreas Müller

create TaxEditor 3.0.12-SNAPSHOT version

e707c070 06/27/2012 09:58 PM Andreas Müller

TaxEditor release 3.0.11

e8cf6cde 06/27/2012 06:33 PM Alex Theys

AT: committing changes to the TaxEditor to fix issues with the dynamic menu building

403d38f8 06/27/2012 01:30 PM Alex Theys

AT: committing changes to the TaxEditor for ethnic group testing and remove the featureNodes from the contextual menu

5bfed917 06/27/2012 11:52 AM Alex Theys

AT: committing changes to the TaxEditor for ethnic group testing

f89af608 06/25/2012 04:24 PM Alex Theys

AT: With the conflicts some of the copyrights had reverted to 2007, changed back to 2011

f41433b9 06/22/2012 08:26 PM Alex Theys

AT:Committing changes post merge

64abc0f0 06/22/2012 01:14 PM Alex Theys

AT: committing changes to the TaxEditor Post third round of code review

39512f8c 06/22/2012 10:39 AM Alex Theys

AT: Updating the class's Javadoc description to mak it more accurate

88b34876 06/21/2012 02:41 PM Alex Theys

AT: committing changes to the TaxEditor Post third round of code review

88c2fdda 06/21/2012 01:20 PM Alex Theys

AT: committing changes to the TaxEditor Post third round of code review

0d4ff026 06/21/2012 11:59 AM Alex Theys

AT: committing changes to the TaxEditor Post second round of code review

79fec508 06/21/2012 10:56 AM Alex Theys

AT: committing changes to the TaxEditor Post second round of code review

2029a457 06/19/2012 04:05 PM Alex Theys

AT: committing changes to the TaxEditor Post second round of code review

6a45f6a2 06/19/2012 03:48 PM Alex Theys

AT: committing changes to the TaxEditor Post second round of code review

2f9b03b9 06/18/2012 01:48 PM Alex Theys

AT: committing changes to the TaxEditor Post second round of code review

b4ba4ca0 06/18/2012 12:46 PM Alex Theys
2ab241cb 06/15/2012 05:54 PM Alex Theys

AT: committing changes to the TaxEditor Post second round of code review

953c844d 06/15/2012 02:57 PM Alex Theys

AT: committing changes to the TaxEditor Post second round of code review

15d18885 06/14/2012 04:50 PM Alex Theys

AT: committing changes to the TaxEditor Post first round of code review

736d6cb3 06/14/2012 11:32 AM Alex Theys

AT: committing changes to formalise the use record string building.

befcd03c 05/04/2012 06:59 PM Alex Theys

AT: committing latest changes to the Tax Editor to fix an issue with the creation of Use Record and Use features

e38f840c 04/30/2012 06:12 PM Alex Theys

AT: committing latest changes to the Tax Editor to fix the issue with the description character limit by using another description element (Use Summary).

d3568756 04/13/2012 06:04 PM Alex Theys

AT: committing Palm extension changes to the taxeditor

52f1ea68 04/03/2012 05:06 PM Alex Theys

AT: committing Palm extension changes to the taxeditor

775d037d 03/20/2012 07:39 AM Alex Theys

AT: Committing code review changes

e6a01da7 03/14/2012 07:20 PM Alex Theys

AT: committing latest changes to the Tax Editor after a first round of Code review

324d38f7 03/14/2012 03:22 PM Alex Theys

AT: committing latest changes to the Tax Editor after a first round of Code review

bfe6b0b2 03/12/2012 03:44 PM Alex Theys

AT: commiting latest changes to the Palm Use data extension

0680729b 03/08/2012 09:19 AM Alex Theys

AT: Comminting bug fixing for TaxEditor, fixing the setup and tree viewer

86e84ca0 03/06/2012 06:11 PM Alex Theys

AT: commiting latest changes to the Palm Use data extension, to enable the TaxEditor to create the necessary objects (use marker and vocabularies)

f592b512 03/01/2012 11:12 AM Alex Theys

AT: commiting latest changes to the Palm Use data extension and merger

7df1d3a9 02/22/2012 10:14 AM Alex Theys

AT: commiting latest changes to the Palm Use data extension

eab43f53 02/17/2012 08:55 AM Alex Theys

AT: Comminting bug fixing for TaxEditor

05a68539 02/14/2012 02:00 PM Alex Theys

AT: commiting latest changes to the Palm Use data extension

4210ae04 02/07/2012 01:29 PM Niels Hoffmann

Bumped trunk to version 3.0.10-SNAPSHOT

1270e9fc 02/07/2012 11:51 AM Niels Hoffmann

Preparing 3.0.9 release version

aeefa3f9 02/02/2012 02:41 PM Alex Theys

AT: commiting recent merge from trunk

641ce9d2 01/31/2012 04:37 PM Lorna Morris

Fixes #2235

23783f7a 01/30/2012 12:40 PM Niels Hoffmann

Refactoring of selection elements. Additional minor refactoring. Fixed a bug with Translation Editor (#2752)

683611da 01/26/2012 09:27 PM Alex Theys

AT: Committing working from home files

6d75492c 01/25/2012 06:55 PM Alex Theys

AT: commiting latest changes to the Palm Use data extension

6dbc6384 01/25/2012 11:23 AM Alex Theys
45a35960 01/25/2012 10:32 AM Alex Theys

AT: commiting latest changes to the Palm Use data extension