Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
69d02d97 01/20/2017 10:39 AM Katja Luther

check for id==0 before try to delete the media

d747b2b9 01/17/2017 11:00 AM Katja Luther

fix #5365: add delete configuration to media view

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

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

0238c919 06/29/2016 11:00 AM Katja Luther

fix doubled title in DefinedTerm Details and fix filling of menu items for multilanguage support

b244c100 10/22/2015 02:22 PM Katja Luther

fix #5342

fd602c14 10/13/2015 12:47 PM Katja Luther

fixing #5324 and #5325

676a8bf4 10/05/2015 01:29 PM Patrick Plitzner

Add null check to handler (#5283)

c0dba325 10/05/2015 01:27 PM Patrick Plitzner

Trim code

28f75e33 09/22/2015 06:44 PM Cherian Mathew

Merge branch 'remoting-4.0' into develop

Conflicts:
eu.etaxonomy.taxeditor.cdmlib/pom.xml
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/name/handler/ChangeSynonymToAcceptedTaxonHandler.java
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/derivate/handler/CreateFieldUnitHandler.java

0c6a1a43 09/22/2015 10:01 AM Patrick Plitzner

Pre-select current classification for taxon node selection dialog
(#3462)

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

#5213 Use method to move descriptions using uuids

d637e4ba 09/03/2015 05:11 PM Cherian Mathew

Merge branch 'develop' into remoting-4.0

Conflicts:
eu.etaxonomy.taxeditor.cdmlib/.classpath
eu.etaxonomy.taxeditor.editor/plugin.xml
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/MultiPageTaxonEditor.java
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/derivate/DerivateView.java...

84a43ef0 09/02/2015 02:54 PM U-BGBM\k.luther

fixing #5150

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

ce33189b 03/31/2015 09:05 AM Patrick Plitzner
  • added check for open derivate editor command
    • set title of factual data view corresponding to the current selection
1842d7af 02/05/2015 10:28 AM Cherian Mathew

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

11329ecc 01/29/2015 11:58 AM Katja Luther

factual data for bulkeditor, improving referencing objects view, make delete in bulkeditor visible for synonyms

e4ae65b2 01/27/2015 11:56 AM Patrick Plitzner
  • fixed unnecessary double checking
c5cb907a 01/26/2015 03:21 PM Patrick Plitzner
  • code cleanup
94041b11 01/16/2015 11:02 AM Patrick Plitzner
  • extended DeleteHandler to also handle deletion of SpecimenDescriptions in FactualDataView
5277a2a3 12/09/2014 04:46 PM Patrick Plitzner
  • fixed possible ClassCastException (#4533)
71f9f770 11/26/2014 01:19 PM Patrick Plitzner
  • moved extension point for taxon navigator context menu
    • fixed DerivateSearchView layout
    • added "disabled" extension point for toggling individual assciations in factual data view
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
5ff3332c 08/26/2014 08:50 AM Patrick Plitzner
  • added property tester for context menu entries for media view (#3339)
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

c918301b 02/06/2014 12:58 PM Katja Luther

move the change accepted to Synonym Operation to taxon navigator.

10761ec9 12/16/2013 08:52 AM Patrick Plitzner
  • fixed bug when creating another DescriptionElement
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
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
ad685701 10/16/2013 09:35 AM Patrick Plitzner

merge-update from trunk

6d460ad2 10/15/2013 04:12 PM Patrick Plitzner
  • added context menu property testers for "Create new..." command
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

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

merged model adaptions to cdmlib 3.2.4 from campanula branch

1e2ff9ee 08/20/2013 02:56 PM Patrick Plitzner

merged/implemented cdm3.3 model adaptations

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

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

AT:Committing changes post merge

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

AT: committing changes to the TaxEditor Post third 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

9ac72187 01/23/2012 03:35 PM Lorna Morris

Fixes #2681

78222507 01/18/2012 01:45 PM Niels Hoffmann

refactoring of package names for consistency

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

Committing changes to definedtermeditor after merge from branch

459dc5dc 06/09/2011 03:58 PM Niels Hoffmann

Fixes #2383

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

had to rename the packages to make them compliant with buckminster