Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
0dbb43aa 08/18/2014 02:57 PM Patrick Plitzner
  • fixed persistent saving of media of a MediaSpecimen (#3339)
2bfe249f 08/18/2014 10:14 AM Patrick Plitzner
  • added simple user interface to add media (#3339)
35a95f17 08/15/2014 05:31 PM Cherian Mathew

ApplicationWorkbenchAdvisor : added comments
EditPasswordElement : Added to make sure user exists in db before changing password
UserDetailElement : Disabled user text field since User is immutable
NewObjectHandler : added non-empty validator for the case of User and Group

41e2f693 08/14/2014 12:32 PM Cherian Mathew

Moved all logging and dialog functionality to the new class MessagingUtils.
Refactoring code to adapt to above change.
Added new custom error dialog - CdmErrorDialog
Added runtime exception handling to the ApplicationWorkbenchAdvisor by adding a custom status handler

4db49a38 08/13/2014 02:07 PM Alexander Oppermann

reintegrated redlist branch into trunk

cf094fb4 08/11/2014 03:38 PM Andreas Müller

update ReferenceDetailElement

1c215f0d 08/08/2014 11:30 PM Andreas Müller

adapt to new return type for name authors

770e6d62 08/07/2014 11:30 AM Cherian Mathew

MemberDetailElement : removed member label string
EntitySelectionElement : removed " : " suffix to label string when label string is empty

b79e447b 08/05/2014 01:46 PM Patrick Plitzner
  • fixed bug that showed double or no '&' (#4302)
5a308df4 07/03/2014 03:36 PM Patrick Plitzner
  • generalized adding MediaSpecimen in DerivateView
7084aeff 07/03/2014 02:32 PM Patrick Plitzner
  • added support for term retrieval by TermVocabulary
    • adapted MediaSpecimen DetailsView
c338dc84 06/25/2014 05:33 PM Cherian Mathew

replaced static term initialisation methods with newly added cdmCacher driven methods

9e392c73 06/24/2014 04:52 PM Andreas Müller

improved handling for missing representation for certain language #4249

2f3989fc 06/24/2014 02:26 PM Katja Luther

#4244 fixed

36edb913 06/24/2014 10:55 AM Katja Luther
a05fb4dc 06/24/2014 10:52 AM Katja Luther

fix #4249

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
40005deb 06/18/2014 09:14 AM Patrick Plitzner
  • added section for "Original Label Data" to DetailsView (#4254)
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)
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
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
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
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
1252b6ea 04/10/2014 08:38 AM Patrick Plitzner
  • commented "Original Label Data" text field because it is not yet used in trunk
8f0f3832 04/07/2014 11:42 AM Patrick Plitzner
  • partially added handling of input fields
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
0f8371fb 03/24/2014 02:24 PM Patrick Plitzner
  • added timeout to internet availability check
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
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)

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

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

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

fixing problem of publish checkbox disabled state being overwritten

7d892339 03/05/2014 03:28 PM Patrick Plitzner
  • fixed event handling by creating and linking the missing elements
664a3be9 03/05/2014 01:18 PM Patrick Plitzner
  • adpated DNA DetailsViews according to current development
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
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)
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

6b5ad34c 02/17/2014 03:48 PM Patrick Plitzner
  • added preference which shows determination section only for FieldUnits in the DetailsView
    • added missing parameters for SingleRead DetailsView
b7acd48e 02/13/2014 01:16 PM Patrick Plitzner
  • added missing parameters for SingleRead DetailsView
2d8f997f 02/12/2014 09:36 AM Patrick Plitzner
  • added combo controller to combo field in DerivateSearchView
b510c3f7 02/11/2014 01:15 PM Patrick Plitzner
  • additional fix for #3589 and #3588
4e59c9c1 02/10/2014 02:59 PM Andreas Kohlbecker

solving #4013 (GrantedAuthority: Humane label of TaxonNode authorities)

629b5079 02/07/2014 12:55 PM Andreas Müller

move elevation back to first page #4037

0fb34a3c 02/04/2014 06:20 PM Andreas Müller

water -> watersurface #4031

d66bafe2 02/04/2014 04:14 PM Andreas Müller

change statement to state(ment) #3864

c1ffc80d 02/03/2014 06:07 PM Andreas Kohlbecker

solving #4011 (disallow changing publish flag for users with insuffcient rights) for TaxonBase

187625ab 01/29/2014 02:43 PM Patrick Plitzner
  • replaced togglable title cache field with text label to enter polytomous key label (fixes #3952)
a05a5c32 01/29/2014 02:10 PM Andreas Kohlbecker

editor part done for #4006 (remove general map parameters from distribution and occurrence map service methods)

93888aab 01/29/2014 01:10 PM Andreas Kohlbecker

preparing for removal of params - #4006 (remove general map parameters from distribution and occurrence map service methods)

ca9fc8ea 01/29/2014 08:58 AM Patrick Plitzner
  • implemented SynonymRelationship detail section for the DetailsView of Synonyms (#3588 #3589)
83ba7fc3 01/28/2014 01:59 PM Patrick Plitzner
  • removed remaining occurences of "campanula"
dacb59c9 01/28/2014 01:28 PM Patrick Plitzner
  • moved ICdmFormElement to ui.element
913c77b4 01/28/2014 01:19 PM Patrick Plitzner
  • cleaned up package structure
    • removed campanula package
c0ca45cc 01/28/2014 09:31 AM Patrick Plitzner
  • added MediaSpecimen DetailsView
    • added empty element if there is no details view available
37167c98 01/21/2014 03:52 PM Patrick Plitzner
  • added AbstractUnboundEntityCollectionSection which allows adding elements to collection sections without adding them to the model object
27318d2d 01/21/2014 09:30 AM Patrick Plitzner
  • partly fixed sequence reference collection section
87924e53 01/20/2014 03:57 PM Patrick Plitzner
  • added java package for different occurrence/specimen types
    • moved "show field unit" option to "Bulk Editor" preference page
    • added preference to show only type-specific details views for specimens
c167b004 01/20/2014 09:58 AM Patrick Plitzner

merge-update fixes

59608b88 01/20/2014 09:51 AM Patrick Plitzner

merge-update from trunk

67ebf787 01/20/2014 09:12 AM Patrick Plitzner
  • added separate section for primer and cloning
    • removed "null" message in data source conversion dialog
f1b1b1e7 01/14/2014 11:18 PM Andreas Müller

fix missing publish flag for synonyms

b46dec0a 01/14/2014 05:15 PM Patrick Plitzner

merge-update from trunk

0ee651f8 01/14/2014 05:01 PM Patrick Plitzner

fix for #3557

  • reactivated details view for taxon relationships
  • added doubtful flag
5821101b 01/14/2014 08:36 AM Patrick Plitzner
  • fixed potential NPEs in Amplification DetailsView
c27998d8 01/13/2014 08:53 AM Patrick Plitzner
  • added reference collection section to Sequence DetailsView
    • implemented handleEvent() for some DetailsViews
c3efc10a 01/08/2014 05:32 PM Patrick Plitzner

merge-update from trunk

e3f81136 01/08/2014 05:13 PM Patrick Plitzner
  • added startNumber to PolytomousKey DetailsView (fixes #3563)
7b9102df 01/08/2014 04:33 PM Patrick Plitzner
  • added idInVocabulary to DefinedTerm DetailsView (#3542)
9ace5c9d 01/08/2014 03:08 PM Patrick Plitzner

added hardcoded base layer "earth" (#3941)

2f08d101 01/07/2014 09:00 AM Patrick Plitzner
  • added elements for Sequence/Amplification/SingleRead DetailsView
4d6286a3 01/06/2014 05:49 PM Patrick Plitzner
  • added reference selection to Sequence DetailsView
4dab7e05 01/06/2014 03:36 PM Patrick Plitzner
  • added element for Sequence DetailsView
dd8c8181 01/06/2014 01:36 PM Patrick Plitzner
  • added support for creating and viewing SingleReads in DerivateView
    • added DetailsViews for SingleReads
238441fa 01/06/2014 10:50 AM Patrick Plitzner
  • added Amplification and Sequence to DerivateView
    • added context menu entry for the creation of both
    • added DetailsViews for both
3f4118e6 12/18/2013 09:49 AM Patrick Plitzner

merge-update from trunk

2ffc9bc7 12/18/2013 09:44 AM Andreas Kohlbecker

adapting to method signature change

ea8f8f37 12/18/2013 08:51 AM Patrick Plitzner
  • added amplification section to DNA DetailsView
86f69343 12/17/2013 04:06 PM Patrick Plitzner
  • added DetailsView for PreservedSpecimen which directly work with DerivedUnit instead of DerivedUnitFacade (new classes work in parallel to the ones using DerivedUnitFacades and start with "PreservedSpecimen")
cd7144f7 12/17/2013 09:03 AM Patrick Plitzner
  • added specific DetailsViews that are not based on DerivedUnitFacade for DNA and specimens
1de3b0d0 12/16/2013 08:54 AM Patrick Plitzner
  • added empty DetailViews for all derivate types
d03bd205 12/09/2013 02:02 PM Patrick Plitzner

merge-update from trunk

35471d5d 12/06/2013 12:58 PM Andreas Kohlbecker

adapting to new method signature of getDistributionServiceRequestParameterString()

343457b6 12/03/2013 03:44 PM Patrick Plitzner
  • extracted super class from AbstractPostOperation (same name)
    • created sub class AbstractPost Taxon/Describable Operation
d397d161 11/27/2013 05:36 PM Patrick Plitzner
  • Fixed the creation of a single FieldUnit via context-menu in the bulk editor which was creating two instead
    • added wizard for FieldUnit creation
fb649daa 11/27/2013 09:02 AM Patrick Plitzner
  • added functionality to context menu for derivate creation
    • fixed a bug where two FieldUnits were created instead of only on
    • added javadoc
acab478b 11/19/2013 08:42 AM Patrick Plitzner
  • added missing wizard pages from trunk
be497f38 11/18/2013 03:17 PM Patrick Plitzner

merge-update of trunk and disabling GUI-Control separation

3cd525e4 11/18/2013 10:16 AM Patrick Plitzner
  • added supportsCommonTaxonName checkbox to FeatureDetailElement (#3207)
f24a5366 11/14/2013 01:37 PM Andreas Müller

Change label for Feature in PolyKeyNode details

b0efb4ee 11/06/2013 09:38 PM Patrick Plitzner
  • enhanced abbrev. title cache generation (#3561)
a20b4301 11/06/2013 02:39 PM Andreas Müller

fix "Uses" issue #3624, #3609