Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
4f8e5d8d 09/09/2014 05:41 PM Cherian Mathew

added comments

f2e93f2c 09/09/2014 03:28 PM Cherian Mathew

added check for entity being null

e48f844f 09/09/2014 02:53 PM Cherian Mathew

added profile for uploading plugins to update site

2c2dcafa 09/09/2014 02:51 PM Cherian Mathew

eu.etaxonomy.taxeditor.product : updated start levels, added update specific arguments
feature.xml x 2 : added dependencies for p2 updates
IPreferenceKeys : added the key to allow updates at startup
TaxonomicEditorGeneralPreferences : added checkbox to allow updates at startup

025cb03a 09/09/2014 02:48 PM Cherian Mathew

mappings file for about properties

49c6e8c3 09/09/2014 02:47 PM Cherian Mathew

P2 update implementation and editor version extraction

ApplicationWorkbenchAdvisor : clean up
ApplicationWorkbenchWindowAdvisor : added update of editor to startup
P2Util : replaced older class with a new one which handles background update of editor
UpdateHandler : handles modal update of editor when requested...

5e581f5d 09/09/2014 02:27 PM Cherian Mathew

added new error dialog for operations

da78db78 09/09/2014 12:03 PM Patrick Plitzner
  • bind conversation before saving specimen
5da1d38c 09/08/2014 03:57 PM Patrick Plitzner
  • implemented unstable DataImportView which will replace DataImportEditor
2a7820b7 09/08/2014 03:34 PM Patrick Plitzner
  • added label to EmptyElement
    • added EmptyElement to NonViralNameDetailSection if taxon.getName() is null (fixes #4221)
af29e124 09/05/2014 02:08 PM Andreas Müller

change labels for relationship descriptions #4087

0e327bed 09/05/2014 08:50 AM Patrick Plitzner
  • moved toggle button to the top-right corner of the Media(Specimen)Section (#3339)
    • Changed label
ed6e20d7 09/04/2014 05:32 PM edit-jenkins

Updated version in config files to 3.3.8-SNAPSHOT

14f96448 09/04/2014 05:06 PM edit-jenkins

Updated version in config files to 3.3.7

170726d7 09/04/2014 09:23 AM Patrick Plitzner
  • added full square as replacement for control characterers (#2248)
    • added flag to TextWithLabelElement to allow multi-line behavior
    • changed description labels (#4087)
    • renamed method
62617091 09/03/2014 05:25 PM Alexander Oppermann

Renamed label "Messages" to "Error Log"

487f61bf 09/03/2014 08:52 AM Patrick Plitzner
  • added filter button to setEnabled()
209906a0 09/03/2014 08:51 AM Patrick Plitzner
  • fixed possible ClassCastException
9ddd690d 09/01/2014 04:04 PM Patrick Plitzner
  • fixed typo
72996734 09/01/2014 10:49 AM Patrick Plitzner
  • implemented functionality to reuse media in MediaView (#2385)
6a822179 09/01/2014 10:35 AM Patrick Plitzner
  • fixed removing of control characters (fixes #4373, affects #2248)
    • added condition to only replace if the string contains control characters
    • cursor will still jump back but only when control characters were removed
    • removed unused method
a1d6c6e3 09/01/2014 09:52 AM Patrick Plitzner
  • added javadoc
7beb1c71 08/26/2014 11:41 AM Patrick Plitzner
  • renamed interal_selectionChanged() to selectionChanged_internal()
4b2e5afe 08/26/2014 11:10 AM Patrick Plitzner
  • moved parsing message section to top of details view (fixes #1659)
5ff3332c 08/26/2014 08:50 AM Patrick Plitzner
  • added property tester for context menu entries for media view (#3339)
f73eb844 08/26/2014 08:04 AM Patrick Plitzner
  • remove control characters from TextFields (fixes #2248)
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
a9fd44de 08/25/2014 12:59 PM Patrick Plitzner
  • used native SWT checkBox button to toggle advanced view
b4d54b9b 08/25/2014 10:29 AM Patrick Plitzner
  • separated user interface to add media into two classe (#3339)
    • added it to MediaSpecimenGeneralDetailElement
a61d8cd3 08/25/2014 08:55 AM Alexander Oppermann

Added note to default language preference page to inform the user about restarting the editor after making changes to the language setting.

86cc5c9a 08/25/2014 08:45 AM Alexander Oppermann

refactored default language selection methods.

1987e065 08/21/2014 09:52 AM Patrick Plitzner
  • generalized simple user interface to add media (#3339)
c21686a3 08/20/2014 06:23 PM Andreas Müller

remove logging for DerivedUnitFacadeNotSupportedException as it is handled #3846

dfcde26e 08/20/2014 05:03 PM Andreas Müller

Handle null object in StoreUtil.getCdmEntity

e9a2a0fa 08/20/2014 05:01 PM Patrick Plitzner
  • added toggle button to simple media user interface (#3339)
310e8ec9 08/20/2014 05:00 PM Patrick Plitzner
  • added finally-clause for asynchronous delay flag #2754
4afd9d97 08/20/2014 04:04 PM Alexander Oppermann

Added Default Language Selection for the TaxonomicEditor to fix #4358

a2e83464 08/20/2014 02:55 PM Katja Luther
a8b5b639 08/20/2014 02:55 PM Katja Luther

DeleteResult handling in DeleteSynonymOperation

6c0e98ad 08/19/2014 01:16 PM Cherian Mathew

eclipse preference changes

ba337159 08/19/2014 09:45 AM Katja Luther
2832a925 08/19/2014 09:22 AM Patrick Plitzner
  • implemented asynchronous selection changed event for subclasses of AbstractCdmEditorViewPart
    • all sub classes must implement internal_selectionChanged() method where the usual selection handling is done
    • the super class invokes internal_selectionChanged() asynchronously...
a062eb51 08/19/2014 09:07 AM Patrick Plitzner
  • fixed possible NPE
5c816462 08/19/2014 09:06 AM Patrick Plitzner
  • added missing @Override
    • fixed use of static method
d4463068 08/18/2014 10:34 PM Katja Luther
355c087a 08/18/2014 04:53 PM Patrick Plitzner
  • fixed possible IllegalStateException (#4351)
12f992a2 08/18/2014 04:38 PM Patrick Plitzner
  • added null check (fixes #4351)
0dbb43aa 08/18/2014 02:57 PM Patrick Plitzner
  • fixed persistent saving of media of a MediaSpecimen (#3339)
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

cadcee6c 08/18/2014 10:28 AM Patrick Plitzner
  • adapted to interface changes in cdmlib
2bfe249f 08/18/2014 10:14 AM Patrick Plitzner
  • added simple user interface to add media (#3339)
c9203353 08/18/2014 10:07 AM Patrick Plitzner
  • fixed adding of child to parent ICdmFormElement in else clause
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

666164d5 08/14/2014 12:38 PM Cherian Mathew

New class for logging and dialog functionality

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

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

BulkEditorQuery udpate

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

396346a2 08/08/2014 06:37 PM Cherian Mathew

added possibility to show / hide uuid column
added scrolling to the viewer

924613e8 08/07/2014 06:52 PM Andreas Müller

adapt TransientNameService

8863eeec 08/07/2014 04:44 PM Cherian Mathew

Commenting out single click opening of name editor (ticket 4300)

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

42ad3aca 08/07/2014 11:27 AM Cherian Mathew

corrected behaviour when adding / saving new authorites

b79e447b 08/05/2014 01:46 PM Patrick Plitzner
  • fixed bug that showed double or no '&' (#4302)
7759e4de 08/04/2014 01:46 PM Andreas Müller

LockMode issues in transient services

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

adaption for error handling of delete methods

8350f3a6 07/16/2014 11:29 AM Alexander Oppermann

removed style parameter for combobox. Quick fix for ticket #4289. Needs to be reviewed.

0b8723f3 07/11/2014 03:48 PM Cherian Mathew

creating new instance of key statement with existing text in the case of copy/paste

7c3b172c 07/09/2014 05:44 PM Andreas Müller

rename getByIdInVocabulary

80168e3c 07/08/2014 03:34 PM edit-jenkins

Updated version in config files to 3.3.7-SNAPSHOT

43c9550c 07/08/2014 03:20 PM edit-jenkins

Updated version in config files to 3.3.6

ef074936 07/08/2014 09:52 AM Andreas Kohlbecker

adapting TransientTermService to code cleaning in TermService

63d863be 07/08/2014 09:52 AM Andreas Kohlbecker

ignoring bin folder in eu.etaxonomy.taxeditor.cdmlib

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
ae039640 07/03/2014 10:36 AM Patrick Plitzner
  • reload last entered access point in wizard space
    • added validation to access point text field
6ebea0b9 07/03/2014 10:36 AM Patrick Plitzner
  • reload last entered access point in wizard space
    • added validation to access point text field
1568c431 06/27/2014 11:57 AM Cherian Mathew

CdmServiceCacher : Added class to load / cache CDM entities using services
remotingApplicationContext : updated cacher bean config
httpInvokerServiceClients : removed unnecessary loading of remote config
CdmServiceCacherTest : added cacher test

ad1fb316 06/26/2014 05:22 PM Cherian Mathew

implementing findWithoutFlush method in transient services

068209f8 06/26/2014 10:51 AM Katja Luther

fix delete polytomous key node

7df6bc1f 06/26/2014 10:37 AM Katja Luther

fix a warning "Prevented recursive attempt to activate part..."

35968f76 06/25/2014 07:24 PM Cherian Mathew

updating ehcache to 2.6.9

b0b59404 06/25/2014 05:34 PM Cherian Mathew

added PostFix to memento to distinguish between remote and data source

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

replaced static term initialisation methods with newly added cdmCacher driven methods

20ed1f92 06/25/2014 05:15 PM Cherian Mathew

remotingApplicationContext : added CdmCacher as bean to be initialised
META-INF/MANIFEST.MF, .classpath, lib/ehcache-core-2.4.3.jar, lib/ehcache-core-2.6.9.jar: replaced ehcache-core-2.4.3 with ehcache-core-2.6.9 for the CdmCacher.
It seems that even though hibernate-ehcache-4.1.10.Final is embedded with ehcache-core-2.4.3, it is compatible with ehcache-core-2.6.9 according to http://architects.dzone.com/articles/hibernate-4-and-ehcache-higher.

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

104c6a78 06/24/2014 11:44 AM Katja Luther

open Taxonpage with single click in taxonnavigator

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

fix #4249

21db0158 06/24/2014 09:49 AM Katja Luther

skip the dialog for setting the default nomenclatural code. The default is the botanical code.

8e0490a5 06/19/2014 03:25 PM Katja Luther

minor

69d856ba 06/19/2014 03:07 PM Katja Luther
  • not running imports and exports deleted from menu
  • preferences for concept relations fixed
  • open taxon editor with one click in taxon navigator
b72ce91f 06/19/2014 02:39 PM Patrick Plitzner
  • removed debug output
    • made DerivateLabelProvider use occurrence service
3294ec10 06/19/2014 02:38 PM Patrick Plitzner
  • fixed class cast exception
9fdadbb5 06/19/2014 09:45 AM Patrick Plitzner
  • removed branch code from trunk
b9d3a4d8 06/19/2014 09:08 AM Patrick Plitzner
  • saved last parameters entered for specimen search
b3531195 06/19/2014 09:06 AM Patrick Plitzner
  • fixed potential NPE