Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
200e8530 08/29/2017 12:57 PM Patrick Plitzner

ref #6595 Use only e4 handler for opening name editor

90cf660a 08/28/2017 04:59 PM Patrick Plitzner

ref #6595 Set visibility of context menu items in name editor

ae55584a 08/28/2017 11:53 AM Patrick Plitzner

ref #6595 remove unused parameter

e3a4a3ff 06/05/2017 09:46 AM Andreas Müller

ref #6446 merge taxon name subclasses in TaxEditor

4917a5da 05/16/2017 09:17 AM Katja Luther

ref #6640: first implementation for integrate RIS Import in TaxEditor

2dbc30ea 04/04/2017 11:42 AM Katja Luther

fix #6489: add the actually selected object as parameter to the selection dialog call

7b179f56 03/29/2017 10:48 AM Katja Luther

fix #6308: fix correct deletion handling of synonyms and misapplications and the right messages when delete a synonym with not deletable name

898894c8 03/10/2017 09:24 AM Katja Luther

fix #6424: fix NPE when choosing delete all empty names

b8da2ad7 03/09/2017 03:03 PM Katja Luther

fix #6424: check if name is already persisted before trying to delete

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
61c51c84 02/23/2017 02:41 PM Patrick Plitzner

ref #4611 i18n for taxeditor.editor plugin

57aa2fdb 02/10/2017 03:18 PM Katja Luther

ref #6315: implement set secundum reference for subtree in editor

2bffeed2 02/08/2017 11:12 AM Katja Luther

fix #6308: add delete configuration dialog for synonyms and misapplied names

b8601e0c 02/03/2017 02:03 PM Andreas Müller

ref #6362 remove occurrences of NonViralName in code and some cleanup

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

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

a6de10b5 11/25/2016 12:59 PM Katja Luther

ref #6219: add warning that synonym is deleted immediately

d34abf30 11/10/2016 01:50 PM Andreas Müller

ref #5974 Remove synonym relationships (compiling)

ac7fcb04 10/12/2016 01:35 PM Andreas Müller

minor

be092848 09/14/2016 06:28 AM Patrick Plitzner

Organize imports

4e365f81 09/13/2016 01:35 PM Patrick Plitzner

ref #5616 Fix NPE for opening synonyms from SearchResult view

30afcea0 09/13/2016 01:11 PM Patrick Plitzner

fix #5616 Add check for orphaned taxa to CdmViewer context menu

  • removed default handler for this
df601566 07/19/2016 12:22 PM Katja Luther

translate some commands

9f983dae 04/21/2016 02:06 PM Katja Luther

fix #5524

2cb65c58 04/19/2016 01:15 PM Katja Luther

short hotfix for wrong dirty flag after change synonym to misapplication

2df57af0 03/31/2016 01:43 PM Katja Luther

fix 5641

bd3e8f2b 03/30/2016 03:05 PM Katja Luther

fix #5641

9aae5c57 02/04/2016 02:40 PM Katja Luther

minor

5d28cb7b 02/04/2016 02:36 PM Katja Luther

fixes

d85f4cfb 11/02/2015 09:33 AM Katja Luther

minor

644a2d26 11/02/2015 09:30 AM Katja Luther

#5325

ea3b1f1c 10/29/2015 01:32 PM Patrick Plitzner

Fix possible NPE and widget disposed exception

8ef15f41 10/28/2015 09:41 AM Katja Luther

last changes for #5325

8aac42d2 10/06/2015 03:50 PM Patrick Plitzner

I18n of login and data source view

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)

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

18015fd9 04/14/2015 04:46 PM Patrick Plitzner
  • removed debug sysos
e3259fb3 04/14/2015 01:52 PM Katja Luther
1842d7af 02/05/2015 10:28 AM Cherian Mathew

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

662c457c 01/29/2015 11:17 AM Cherian Mathew

merge from trunk

5fe02eb2 01/28/2015 03:29 PM Patrick Plitzner
  • added TaxonDeletionConfigurator to delete operations
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

7dfbaf36 05/15/2014 06:26 PM Andreas Müller

fix NPE in GroupBasionymContributionItem

df7a736f 02/27/2014 09:42 AM Katja Luther

fix problem with changeSynonymToAcceptedTaxon of a synonym being part of an homotypical group

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

move the change accepted to Synonym Operation to taxon navigator.

83117514 11/05/2013 09:54 AM Katja Luther

smaller fixes

d43de9c0 10/23/2013 10:32 AM Katja Luther
2e94319e 10/14/2013 01:21 PM Andreas Kohlbecker

fixing #3793 (do not allow to turn an accepted taxon into a synonym as long the accepted taxon still has children)

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

merged model adaptions to cdmlib 3.2.4 from campanula branch

f04c279b 02/06/2013 02:08 PM Cherian Mathew

selected classification is set by default to the classification of the selected taxon node

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

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

refactoring of package names for consistency

806ad398 09/07/2011 04:25 PM Niels Hoffmann

Fixes #2559

65cd5d3f 05/04/2011 06:41 PM Niels Hoffmann

Fixes #2358

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

had to rename the packages to make them compliant with buckminster