Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
bd0c87e3 10/05/2018 10:24 AM Katja Luther

ref #3276:minor

d9fbbe86 09/20/2018 03:03 PM Patrick Plitzner

ref #7775 Add option "Create new factual data set with sources"

90f49fe4 09/20/2018 12:25 PM Katja Luther

fix #3276: avoid exception when moving unpersisted facts

5bfd26ae 09/06/2018 09:39 AM Katja Luther

ref #3535: source taxon should not be selectable for move description or description elements

d766bf95 07/26/2018 10:04 AM Patrick Plitzner

User service method to remove description from DescriptiveDataSet

c87fb375 05/15/2018 12:10 PM Katja Luther

adapt editor to proParte synonyms

8d6b7efd 05/04/2018 05:40 PM Patrick Plitzner

ref #6913 Remove remaining handlers

81783422 04/23/2018 10:12 AM Katja Luther

some smaller changes for drag & drop of factual data

9ef7ae67 08/16/2017 11:01 AM Patrick Plitzner

ref #6907 Fix NPE in move factual data operations

150b624d 02/23/2017 02:41 PM Patrick Plitzner

ref #4611 complete i18n for taxeditor.editor plugin

  • also created l10n package and moved Messages.java and teh messages.properties files there
cf4b82a5 02/03/2017 03:02 PM Andreas Müller

fix import issue

804a5884 02/03/2017 02:37 PM Andreas Müller

fix generics

ef029497 02/01/2017 04:09 PM Patrick Plitzner

ref #6401 Update taxeditor to jdk1.8

  • Fix generic problems
1f9fcd90 01/17/2017 11:56 AM Katja Luther

fix #6334: unsaved description needs to be removed from the taxon

e3240965 12/20/2016 02:22 PM Andreas Kohlbecker

ref #6190 removing svn property place holder in first line of code - java files

a3e69a37 10/07/2016 03:03 PM Katja Luther

fix #5888: add the element as argument to postExecute method s

bd7b2ec4 02/26/2016 11:18 AM Katja Luther

smaller changes to fix moving of taxonnodes

c1c463d7 11/16/2015 12:36 PM Katja Luther

fix move whole description to another description and adding delete configurator to bulk editor

369ac904 10/06/2015 09:16 AM U-BGBM\k.luther

improve messaging for deleteResult

4537c26d 09/30/2015 01:00 PM U-BGBM\k.luther

move descriptions in a service call

bcc5b52f 09/08/2015 05:55 PM Cherian Mathew

#5213 Use method to move descriptions using uuids

5535769b 09/07/2015 06:35 PM Cherian Mathew

Replace saveOrUpdate with merge

7d7c5562 08/24/2015 11:34 AM Cherian Mathew

Merge branch 'develop' into remoting-4.0

Conflicts:
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/dataimport/transientServices/TransientOccurenceService.java
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/dataimport/transientServices/TransientTaxonService.java...

69373790 08/18/2015 01:40 PM U-BGBM\k.luther

changes for move descriptions and description elements

5a76a91c 07/10/2015 11:58 AM Cherian Mathew

Update handlers to use uuids inarguments

4b94c9cf 05/22/2015 10:54 AM Cherian Mathew

Merge branch 'move-to-luna' into remoting-4.0

Conflicts:
eu.etaxonomy.taxeditor.cdmlib/.classpath
eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF
eu.etaxonomy.taxeditor.cdmlib/build.properties
eu.etaxonomy.taxeditor.cdmlib/pom.xml
eu.etaxonomy.taxeditor.cdmlib/src/main/resources/eu/etaxonomy/cdm/remotingApplicationContext.xml...

d175d20f 05/20/2015 02:12 PM Cherian Mathew

added cdm entitysession enabled objects to operations

dcec2a45 05/11/2015 11:04 AM Katja Luther

#4855 add MoveSynonymToAnotherAcceptedTaxonHandler and some clean up of the plugin.xml especially the delete

14fb4b3b 02/23/2015 09:40 AM Katja Luther

#4658

1842d7af 02/05/2015 10:28 AM Cherian Mathew

MoveDescriptionToOtherTaxonOperation, MultiPageTaxonEditor, ChangeSynonymToAcceptedTaxonHandler, DeleteTaxonBaseHandler, ChangeSynonymToAcceptedTaxonOperation, DeleteTaxonBaseOperation, DeleteTaxonOperation, MoveDescriptionToOtherTaxonHandler : indentation...

7cddd760 01/27/2015 01:09 PM Patrick Plitzner
  • delete description CDM entity when invoking Delete*DescriptionOperation (fixes #4605)
94041b11 01/16/2015 11:02 AM Patrick Plitzner
  • extended DeleteHandler to also handle deletion of SpecimenDescriptions in FactualDataView
3429c5db 09/22/2014 08:49 AM Patrick Plitzner
  • added support for image gallery creation for FieldUnits (#4389)
    • added support for DerivateView to MediaView
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
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

c338dc84 06/25/2014 05:33 PM Cherian Mathew

replaced static term initialisation methods with newly added cdmCacher driven methods

07d42f59 02/14/2014 06:19 PM Andreas Müller

fix for invisible description.setTaxon method in Editor

49c540e7 12/04/2013 03:44 PM Patrick Plitzner
  • extracted AbstractDescriptionPostOperation to be super class of Create Specimen/Taxon DescriptionOperation
    • adapted CreateDescriptionHandler to changes
    • fixed refresh of factual data view after creating specimen description
0a534d09 12/04/2013 09:34 AM Patrick Plitzner
  • adapted sub classes of AbstractPostOperation
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
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

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

had to rename the packages to make them compliant with buckminster