Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
854084b7 06/19/2014 02:43 PM Patrick Plitzner
  • made orig. label data field writable
    • save original label data to DerivedUnit
a4c2890e 06/19/2014 02:42 PM Patrick Plitzner
  • reverted showing the label date in the section title
9fdadbb5 06/19/2014 09:45 AM Patrick Plitzner
  • removed branch code from trunk
b9d3a4d8 06/19/2014 09:08 AM Patrick Plitzner
  • saved last parameters entered for specimen search
b3531195 06/19/2014 09:06 AM Patrick Plitzner
  • fixed potential NPE
751d31d7 06/18/2014 03:34 PM Patrick Plitzner
  • removed TextReadOnly (#4254)
    • just used a Text field with "editable" flag set to false
    • added dummy title cache text as section header
    • just showing the first 10 characters
50fa099c 06/18/2014 02:16 PM Katja Luther

editor changes for red list project (datasource view and create new datasource from file menu)

40005deb 06/18/2014 09:14 AM Patrick Plitzner
  • added section for "Original Label Data" to DetailsView (#4254)
a6dc1052 06/18/2014 09:09 AM Patrick Plitzner
  • added java doc
bf083966 06/18/2014 09:08 AM Patrick Plitzner
  • fixed potential session exceptions during closing/saving
fa10e899 06/18/2014 09:06 AM Patrick Plitzner
  • added "Detail Image" icon to ImageResources
49aa0140 06/17/2014 04:20 PM Andreas Müller

fix idInVocabulary #4243

26ef6058 06/17/2014 03:22 PM Patrick Plitzner
  • added specimen scan icon
    • save kindOfUnit
17ebf2db 06/17/2014 02:22 PM Patrick Plitzner
  • added "Published in" parameter to MediaSpecimen DetailsView (#4239)
aaed1c42 06/17/2014 09:27 AM Patrick Plitzner
  • added missing parameters to MediaSpecimen DetailsView (#4239)
7334e3ad 06/16/2014 11:28 AM Patrick Plitzner
  • added functionality to determination section to add determinations to FieldUnits also (#4252)
a3391409 06/16/2014 10:57 AM Patrick Plitzner
  • added functionality to filter assigned specimens in the DerivateSearchView (fixes #4252)
3dc66969 06/16/2014 10:55 AM Patrick Plitzner
  • add placeholder for Media label
7c3f94c6 06/16/2014 10:53 AM Patrick Plitzner
  • list "Specimen Details" second in DetailsView (only for campanula, fixes #4235)
d0e36b21 06/11/2014 09:28 AM Patrick Plitzner
  • fixed TransientObjectException when adding and saving a scope for a TaxonDescription (fixes #2607)
    • made use of AbstractUnboundEntityCollectionsection
    • a DefinedTerm will not be created but selected from a list of existing ones
fb5347e6 06/11/2014 09:23 AM Patrick Plitzner
  • added conversation/session support to DerivateLabelProvider
    • GUI widgets using the provider need to provide a conversation/session to avoid LazyInitializationException
ccc7ac6f 06/10/2014 01:56 PM Patrick Plitzner
  • set CdmFormFactory.createTermComboElement() to deprecated
    • replaced (almost) all uses of the method with CdmFormFactory.createDefinedTermComboElement which works with TermType instead of classes
1c2d2fca 06/10/2014 01:20 PM Patrick Plitzner
  • added dispose check because in some undefined circumstances the setBackground() method was invoked but the label was already disposed
0dd8d6b6 06/10/2014 01:06 PM Katja Luther

fixed Ticket #4243

3ccf6d41 06/06/2014 11:06 PM Andreas Müller

remove deprecated method

0a309955 06/04/2014 11:35 AM Patrick Plitzner
  • implemented differentiation of the three image types (Artwork, Living Plant Photo, Specimen Scan) in the DerivateView and DetailsView
dbfbd136 06/04/2014 11:30 AM Patrick Plitzner
  • fixed copy&paste mistake (but the image file still needs to be made)
ff27466a 06/04/2014 11:29 AM Patrick Plitzner
  • added missing @Override annotation
e12b4c33 06/03/2014 04:35 PM Patrick Plitzner
  • implemented derivate specific textual representation in DerivateView
09cc9afc 05/28/2014 04:10 PM Patrick Plitzner
  • changed date format to mm-yyyy
5f152d2b 05/28/2014 10:57 AM Patrick Plitzner
  • added new DataImportEditor for GbifResponses
    • allows querying for original record via context menu
548ba7b9 05/26/2014 05:08 PM Patrick Plitzner
  • adapted info text for import wizard
    • added toggle button for date field
ab287c7e 05/22/2014 04:14 PM Patrick Plitzner
  • added date support for query parameter in specimen search
    • linked some more query parameters
6a14c1c4 05/22/2014 08:59 AM Patrick Plitzner
  • extended specimen search with provider selection (GBIF, BioCase)
43df4121 05/15/2014 05:59 PM Andreas Müller

fix NPE for unselected feature tree

3d970055 05/13/2014 05:02 PM Patrick Plitzner
  • minor refactoring
15d44593 05/13/2014 03:55 PM Patrick Plitzner
  • disabling event handling for DetailsView of TissueSample
17cb7418 05/13/2014 12:29 PM Cherian Mathew

setting name in case of editing datasource

a0d3e1a7 05/08/2014 10:35 AM Patrick Plitzner
  • fixed toggling of title cache lock
b1b01a27 05/08/2014 10:30 AM Cherian Mathew

remmoved setting of database name to empty when cloning

285ba853 05/07/2014 05:07 PM Andreas Müller

make lineSeparator 1.6 compatibel again

2cc1a60e 05/07/2014 10:59 AM Cherian Mathew

added new constructor with mode argument for wizard pages and deprecated the old constructor.
CdmDataSourceWizard and CdmDataSourceTypeSelectionWizardPage now call the new constructor.

3001881c 05/06/2014 04:53 PM Cherian Mathew

refactoring cdm data source to cdm source
plugin.xml : added clone menu item / command

5ed160dc 05/06/2014 04:37 PM Cherian Mathew

refactored wizard dialog and pages to allow for easy in place editing and cloning of datasources.
CdmDataSourceRepository : added methods for (I)PersistentRemoteSource

2e25ff01 05/06/2014 04:32 PM Cherian Mathew

refactoring to change the specific (I)CdmDataSource to the more generic (I)CdmSource to prepare fro remoting
CloneDataSourceHandler : new handler to clone a datasource

3f8e87ed 05/05/2014 03:01 PM Katja Luther

adding a taxon bulk editor and changes because the delete methods does not throw exceptions anymore

dfd06c80 04/29/2014 03:55 PM Patrick Plitzner
  • simplified showParts() method in DetailsViewer for showing empty page
4d1c9e9b 04/15/2014 10:20 AM Patrick Plitzner
  • renamed TextWithLabelElement to avoid import/name conflicts (ma be renamed if we fully refactor using MVC pattern)
50a05434 04/15/2014 10:14 AM Patrick Plitzner
  • added interfaces and classes for MVC pattern
    • implemented/adapted MVC pattern for TextWithLabelElement and EnumTermCombo element
1252b6ea 04/10/2014 08:38 AM Patrick Plitzner
  • commented "Original Label Data" text field because it is not yet used in trunk
98663175 04/09/2014 04:23 PM Cherian Mathew

CdmStore : no longer need to set configuration in hibernate classes here
CdmStoreConnector : new method to retrieve configuration based on cdm source type

49397612 04/08/2014 08:53 AM Patrick Plitzner
  • set default derivate typ filter to "unknown"
9d127efb 04/08/2014 08:52 AM Patrick Plitzner
  • javadoc
8f0f3832 04/07/2014 11:42 AM Patrick Plitzner
  • partially added handling of input fields
d3855867 04/04/2014 11:42 AM Cherian Mathew

removed repeated call to get all cdm sources

9bd84319 04/04/2014 11:41 AM Cherian Mathew

updating to align with refactored cdm source classes / interfaces

3345efc0 04/02/2014 04:08 PM Patrick Plitzner
  • refactored context menu for DerivateView to be programmatic instead of declarative (using plugin.xml)
    • fixed icon bug for DerivateSearchView
35a12f14 04/02/2014 11:37 AM Patrick Plitzner
  • added update() method to DerivateView
    • display different icon for SingleReads linked to multiple Sequences
e425aaf7 04/01/2014 05:14 PM Patrick Plitzner
  • added Copy/Paste for SingleRead->Sequence to DerivateView
    • copying actually just creates a link
71d89d46 04/01/2014 10:03 AM Patrick Plitzner
  • fixed user message
8942ee00 04/01/2014 09:44 AM Patrick Plitzner
  • added gel photo detail element to Amplification wizard
6b06a799 04/01/2014 08:51 AM Patrick Plitzner
  • removed Amplification as a TreeNode from the DerivateView
    • added Amplification to DetailsView of SingleRead as an EntitySelectionElement
a9d0fdf8 04/01/2014 08:49 AM Patrick Plitzner
  • fixed javadoc
e6a339fa 03/31/2014 02:19 PM Patrick Plitzner
  • organize imports for new molecular services
27cc4c06 03/26/2014 01:35 PM Patrick Plitzner
  • reset input fields of DerivateSearchView when context stops
55c3c2c0 03/26/2014 08:39 AM Patrick Plitzner
  • added drag'n'drop support for Sequences
    • added context listener to DerivateSearchView
    • refactored MVC pattern of DerivateSearchView
0f8371fb 03/24/2014 02:24 PM Patrick Plitzner
  • added timeout to internet availability check
6d417ae0 03/24/2014 02:23 PM Patrick Plitzner
  • fixed ClassCastException for FeatureNodeContainers
6f3fe1f5 03/19/2014 03:53 PM Patrick Plitzner
  • fixed class cast exception resulting from TreeNodes of DerivateView
6410237a 03/17/2014 11:03 PM Andreas Kohlbecker

taxeditor part of fix for #4121 (Changing password does not work)

aa2f3cbf 03/17/2014 10:02 AM Patrick Plitzner
  • added isEnabled() method to IEnableableFormElement
23e15ade 03/17/2014 09:43 AM Patrick Plitzner
  • removed StoreUtil.getCdmEntity() invocation (#4091)
1cb96484 03/17/2014 08:51 AM Patrick Plitzner
  • implemented EntitySelectionElement for Primer
    • adapted details views with primer selection element
87bae5e8 03/14/2014 02:52 PM Andreas Kohlbecker

implementing #4120: User always needs to have the right to change password and hiding all user related menu contributions if no user is logged in

ddf2f529 03/13/2014 09:23 PM Cherian Mathew

setting application configuration and boolean remoting flag (bean) in hibernate proxy classes to differentiate local and remoting

14fde9f4 03/13/2014 04:51 PM Andreas Kohlbecker

after review final modification for #4115 ('editor' users cannot create new references via the reference select list)

118295d6 03/13/2014 04:09 PM Andreas Kohlbecker

implementing #4123 (add idInVocabulary to term labels in editor)

fcbc1c42 03/13/2014 01:39 PM Andreas Kohlbecker

catching PermissionDeniedExceptions when only doing a check, so these exceptions no longer pollute the log

fdedfe16 03/11/2014 06:47 PM Andreas Kohlbecker

fixing #4115 ('editor' users cannot create new references via the reference select list)

ae124a8e 03/11/2014 06:10 PM Andreas Kohlbecker

fixing #4116 (ClassCastException when selecting Euro+Med top level area in DistributionElement details view)

d21fe505 03/11/2014 05:38 PM Andreas Kohlbecker

fixing problem of publish checkbox disabled state being overwritten

1b52b9e4 03/11/2014 08:38 AM Patrick Plitzner
  • refactored selection of DerivateView to be TreeNode
    • adapted selection handling
    • restructured derivate hierarchy
    • Amplifications are now a direct child of Sequences
    • the can only be created when having a SingleRead
    • this representation does not affect the cdm structure
a3d76424 03/10/2014 12:43 PM Andreas Kohlbecker

fixing: #4110 (imlement nicer warning dialogue in Taxon Editor for permission denied exception)

97683dd7 03/06/2014 06:09 PM Andreas Kohlbecker

more details in exception message of StoreUtil.getCdmEntity()

839cb4cd 03/05/2014 06:18 PM Andreas Kohlbecker

avoiding NPE and other exceptions

b92f1605 03/05/2014 06:18 PM Andreas Kohlbecker

no longer using a conversation for the login dialog and thus fixing problems after putting wrong credentials

1c29bd52 03/05/2014 06:15 PM Andreas Kohlbecker

fixing setEnabled method

7d892339 03/05/2014 03:28 PM Patrick Plitzner
  • fixed event handling by creating and linking the missing elements
8475fe50 03/05/2014 01:24 PM Patrick Plitzner
  • added missing DNA Quality section
664a3be9 03/05/2014 01:18 PM Patrick Plitzner
  • adpated DNA DetailsViews according to current development
1cf32439 03/05/2014 01:16 PM Patrick Plitzner
  • renamed getBaseUnit() to baseUnit()
99fa2e6e 03/05/2014 01:16 PM Patrick Plitzner
  • added transparency to icons
09a1be0a 03/05/2014 08:43 AM Patrick Plitzner
  • added util method to get for getting a CDM entity (used in authenication/permission framework)
    • made use of this method where the type of the parameter was too general (like object)
    • made getBaseUnit() of DerivedUnitFacade public
265af043 03/04/2014 05:18 PM Patrick Plitzner
  • added icons for Amplification, Sequence and SingleRead
39b24584 03/04/2014 09:25 AM Patrick Plitzner
  • added code to show icon for Amplification, Sequence and SingleRead (image files still missing)
    • removed text fields for media file in dna DetailsViews
    • added contig file in Sequence DetailsView
3d3c7b7c 03/03/2014 09:48 AM Patrick Plitzner
  • added cascading save to pherogram (Media) of SingleRead
    • added media section to DetailsViews for Amplification (gel photo) and SingelRead (pherogram)
06ba42c7 02/28/2014 12:17 PM Andreas Kohlbecker

fixing missing text of Group members (User) in details section

db88d819 02/26/2014 05:25 PM Andreas Kohlbecker

protecting editing capabilities of names references and authors - #4055 (action enablement adapts to the users granted authorities)

90d2c4f6 02/26/2014 03:36 PM Andreas Kohlbecker

fix: adding missing case statements

0c61ddac 02/26/2014 12:02 PM Andreas Kohlbecker

disabling edit button if user is allowed to UPDATE & making text elements selectable