Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
c43d0839 09/17/2014 09:48 AM Patrick Plitzner

#4389

  • unified "New Image Gallery" command and handler for TaxonEditor and BulkEditor
  • Removed "Add Derived/Field Unit Media" command
  • added interface IPartContentHasMedia to specify that the MediaView should react to selection changes of implementers
6814f4f5 08/25/2014 06:57 PM Patrick Plitzner
  • added forceDirty() method to set the BulkEditor dirty when editing in MediaView #2407
    • TODO: should be replaced with the possibility to set views dirty when we move to Eclipse 4
ffa56d68 08/18/2014 01:28 PM Patrick Plitzner
  • implemented setFocus() of all EditorParts
    • this is to avoid "java.lang.Exception: java.lang.RuntimeException: WARNING: Prevented recursive attempt to activate part"
    • either set the focus to shell or set it to the viewer used

fix for #2754

1b9ae425 08/15/2014 06:14 PM Cherian Mathew

MessagingUtils : added option for displaying contact message in the error dialog
ApplicationWorkbenchAdvisor : using new method with contact message
AbstractBulkEditorInput : added errorDialog for MergeException

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

0ccff120 08/11/2014 03:41 PM Andreas Müller

BulkEditorQuery udpate

bcdc7df3 07/30/2014 02:09 PM Katja Luther

adaption for error handling of delete methods

20170293 05/29/2014 10:47 PM Katja Luther

delete in taxon bulk editor

b50d6ab6 05/28/2014 02:31 PM Katja Luther

move the taxon bulk editor entry to names group in menu

31a0947c 05/28/2014 11:27 AM Katja Luther
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

15387df0 02/26/2014 09:39 AM Patrick Plitzner
  • moved transient interfaces to taxeditor.editor
    • changed GUI control of DataImportEditor to be a TableViewer
    • made DataImportEditor generic
f970e52f 02/24/2014 08:51 AM Patrick Plitzner
  • added missing imports
0f4e8f14 02/24/2014 08:47 AM Patrick Plitzner
  • start conversation before ABCD conversion
    • pass conversation to editor
728b219b 02/20/2014 10:11 AM Katja Luther

additional delete functionality to bulkeditor

b7b99774 02/19/2014 03:56 PM Patrick Plitzner
  • implemented "Save Specimen" command
    • added @Override annotations
5d9680cf 02/19/2014 03:34 PM Patrick Plitzner
  • added "Save Specimen" command to DataImportEditor
214bf9b9 02/19/2014 03:32 PM Patrick Plitzner
  • changed type of BioCaseQuery results from List to Set to filter out duplicates
    • as saveOrUpdate() for the transient services just adds the derived units to the lists this was necessary
2b3380bd 02/18/2014 04:00 PM Patrick Plitzner
  • BioCase querying as a separate thread
42580bdf 02/18/2014 08:42 AM Patrick Plitzner
  • updated SpecimenImportWizard
    • refactored BioCase querying to be a separate job
a500a93f 02/13/2014 01:08 PM Cherian Mathew

reverting cdm application / controller refactoring and simply extending the CdmApplicationRemoteConfiguration class
by throwing UnsupportedOperationException for methods that are not supported by remoting

7fad0a08 02/12/2014 02:02 PM Cherian Mathew

refactoring CdmApplicationConfiguration/Controller to allow for remoting
CdmStoreConnector : added application configuration call for remoting (currently commented)

80f66673 02/12/2014 01:27 PM Katja Luther

move ChangeConceptToSynonym business logic from editor operation to service layer

cd492f6f 02/12/2014 11:39 AM Katja Luther

delete User in bulkeditor

8d0857f0 02/12/2014 11:15 AM Katja Luther

delete of group in bulkeditor #4054

e2b6e8ec 02/12/2014 10:10 AM Cherian Mathew

merge from trunk

0abb401a 02/11/2014 04:30 PM Cherian Mathew

merge from trunk

4a7a8d13 02/03/2014 04:51 PM Andreas Kohlbecker

adapting to new use new ICdmPermissionEvaluator

6484eff8 02/03/2014 02:59 PM Andreas Kohlbecker

fixing #4012 (ClassCastException in User and Group Bulk Editor) by revering one line of commit r19946 - comment

b664b229 02/03/2014 02:54 PM Andreas Kohlbecker

fixing #4012 (ClassCastException in User and Group Bulk Editor) by revering one line of commit r19946

64d0afdc 01/28/2014 02:20 PM Patrick Plitzner
  • removed switch for specific-details views
913c77b4 01/28/2014 01:19 PM Patrick Plitzner
  • cleaned up package structure
    • removed campanula package
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
1a3a0842 12/18/2013 09:53 AM Patrick Plitzner
  • adapted to trunk-merge changes
a35762a8 12/11/2013 11:46 AM Patrick Plitzner
  • fixed session problems by using just the UUID of the derivate from the DerivateSearchView, passing it to the DerivateViewEditorInput and start the conversation in the EditorInput. All other objects will then be created in the same conversation/session
d00b84de 12/10/2013 04:06 PM Patrick Plitzner
  • added icons for derivate views
    • enhanced DerivateViewEditorInput handling
3c7a8f3a 12/09/2013 02:02 PM Patrick Plitzner
  • added derivate icons
    • adapted transient interface
343457b6 12/03/2013 03:44 PM Patrick Plitzner
  • extracted super class from AbstractPostOperation (same name)
    • created sub class AbstractPost Taxon/Describable Operation
7a0547ca 12/03/2013 03:04 PM Patrick Plitzner
  • enabled DescriptiveView (Factual Data) to show descriptions of SpecimenOrObservationBase
38fbea8e 12/02/2013 01:09 PM Patrick Plitzner

merge-update from trunk\nadded throws to delete methods of transient services

3d6c9acc 12/02/2013 01:00 PM Patrick Plitzner

merge-update from trunk

97e10b7c 11/28/2013 12:09 PM Katja Luther

minor

91bfe65c 11/26/2013 09:27 AM Patrick Plitzner
  • removed list of DerivedUnits from EditorInput to make it more light-weight
7d0ff89c 11/26/2013 08:59 AM Patrick Plitzner

merge-update from trunk

f29baa52 11/20/2013 09:13 AM Patrick Plitzner
  • derivates now show the correct type (record basis) in the bulk editor
be497f38 11/18/2013 03:17 PM Patrick Plitzner

merge-update of trunk and disabling GUI-Control separation

c58a8daa 11/08/2013 02:18 PM Katja Luther

fix the deletion of SpecimenOrObservationBase objects in bulk editor

313a413f 11/05/2013 10:32 AM Patrick Plitzner
  • added DetailsView for FieldUnit (partly fixes #3780)
736e7cfa 10/30/2013 12:21 PM Andreas Müller

fixing ordering in enums and remove dash #3752, #3736

20ebc923 10/30/2013 10:11 AM Patrick Plitzner
  • created utility method in AbstractUtility for sorting/ordering IEnumTerms according to the term hierarchy
    • used method for EnumComboElement and OccurenceCreator (fixes #3736)
26d7275d 10/29/2013 10:29 AM Patrick Plitzner
  • ordered list for context menu in bulk editor to create new specimen (fixes #3752)
bf386350 10/25/2013 11:02 AM Cherian Mathew

not really sure why the new object dialog was removed completely (r18450), but this is reverting back to old behaviour with an exception made for SpecimenOrObservationType

84561e1b 10/23/2013 11:00 AM Patrick Plitzner
  • DefinedTerm is ordered as in enum (#3752)
84ef9b56 10/16/2013 09:45 AM Patrick Plitzner
  • adapted interface changes for TaxonService
f17fef55 10/16/2013 09:01 AM Patrick Plitzner
  • enabled creation of FieldUnits in BulkEditor
a022f6f0 10/14/2013 09:51 AM Patrick Plitzner
  • derivate view shows derivate hierarchy of FieldUnits and DerivedUnits
370821f1 10/08/2013 02:45 PM Patrick Plitzner
  • added missing interface method
89fdf8a2 10/01/2013 03:12 PM Patrick Plitzner
  • organized plugin.xml extensions
    • check if data source is connected when starting BioCaseQuery
    • converted combo selections to text fields for specimen search
c55c6773 09/30/2013 09:29 AM Patrick Plitzner
  • added javadoc
d1481c18 09/27/2013 02:45 PM Patrick Plitzner
  • query parameters are read from wizard page
    • enhanced query's toString() method
a14ee477 09/27/2013 11:56 AM Patrick Plitzner
  • implementing transient service layer to use wit ABCD import to not save the data
544878ef 09/26/2013 03:55 PM Patrick Plitzner
  • DataImportSpecimenEditorInput now call cdmlib-ext to query BioCASE provider and calls cmlib-io to use ABCD-import for converting ABCD into SpecimenOrObservationBase objects
    • implemented TransientCdmRepository an TransientOccurenceService for that
d748f4f4 09/25/2013 05:23 PM Patrick Plitzner

merge-update from trunk

423c7510 09/25/2013 04:56 PM Patrick Plitzner
  • added more information to results
3ee20195 09/25/2013 01:39 PM Patrick Plitzner
  • moved actual query execution from the wizard to the editor
5f7fd72e 09/23/2013 05:48 PM Patrick Plitzner
  • added new DataImportEditor for displaying/editing results of specimen search wizard
    • disabled PreservationMethod related widget as they have not been adapted to the model changes yet
9e59c2ac 09/23/2013 01:11 PM Patrick Plitzner
  • @Override annotation
    • fixed some more warnings
c3ea5968 08/27/2013 07:07 PM Patrick Plitzner
  • added creation of FieldUnits via wizard to bulk editor
0574feac 07/23/2013 05:26 PM Cherian Mathew

check to see if entity is null before loading by hibernate

3dfb5304 07/22/2013 06:03 PM Cherian Mathew

AnnotatedLineEditor : added check and code for the case when the creator also saves the entity
NewObjectHandler : removed popup for title cache
DynamicNewObjectMenu : menu item for SpecimenOrObservationType.FieldUnit disabled for the moment

41513bae 07/22/2013 05:24 PM Cherian Mathew

declared savesEntity method to return a flag indicating whether the creator class also saves the entity

c0692f1e 07/22/2013 05:22 PM Cherian Mathew

OccurrenceCreator: updated createNewEntity method to return wizard created object based on given SpecimenOrObservationType, added comparator for the key label pairs map
Other classes : implemented savesEntity method to return a flag indicating whether the creator class also saves the entity

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.

3c4607b1 06/28/2013 09:45 AM Cherian Mathew

checking for null nomenclatural code in getTypeText

6292490e 04/09/2013 02:56 PM Cherian Mathew

TaxonNavigatorDragAdapterAssistant : Drag assistant for taxon nodes
plugin.xml : added TaxonNavigatorDragAdapterAssistant to the taxon navigator
BulkEditorPropertyTester : added isGroup test

c3d0aff1 06/26/2012 09:42 PM Andreas Müller

merge branch to trunk

c4dcde9b 02/21/2012 01:28 PM Niels Hoffmann

Removed all calls to active menu selection (fixes #1106)

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

Fixes #2235

b9a0d300 01/16/2012 01:14 PM Lorna Morris

Committing changes to definedtermeditor after merge from branch

83d4b229 10/11/2011 06:25 PM Niels Hoffmann
5d1860a1 08/31/2011 03:11 PM Niels Hoffmann

adding classpath and project file

675e7221 06/29/2011 05:07 PM Niels Hoffmann

Fixes #2416 for good

c38375d8 06/22/2011 05:46 PM Niels Hoffmann

Fixes #2418

de1d6951 06/22/2011 04:34 PM Niels Hoffmann

Fixes #2416

87f9934d 05/12/2011 11:44 AM Niels Hoffmann

Editor now uses IIdentifiableEntityServiceConfigurator consistently. Working on #2376

eea5c6dc 05/10/2011 05:50 PM Niels Hoffmann

Temporary fix for #2366; fixes #2368; Refactoring annotations in the name editor

725cf795 05/09/2011 04:58 PM Niels Hoffmann

Fixes #2366

e152c7fd 05/05/2011 03:23 PM Niels Hoffmann

Fixes a problem where the title cache was empty for derived units created through Bulk Editor -> New

baadcf2d 04/18/2011 03:27 PM Niels Hoffmann

minor

9d33fde3 04/11/2011 04:12 PM Niels Hoffmann

Working on the polytomous key editor

dc6d4f3c 04/11/2011 11:12 AM Niels Hoffmann

Fixes #2320

ec843ad7 03/17/2011 05:57 PM Niels Hoffmann

Delete in Bulk Editors is now implemented as experimental feature.

e202da54 03/16/2011 02:26 PM Niels Hoffmann

had to rename the packages to make them compliant with buckminster