taxeditor.git
8 years agoeu.etaxonomy.taxeditor.cdmlib/.classpath, eu.etaxonomy.taxeditor.cdmlib/META-INF...
Cherian Mathew [Wed, 3 Jun 2015 11:56:16 +0000 (13:56 +0200)]
eu.etaxonomy.taxeditor.cdmlib/.classpath, eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF, eu.etaxonomy.taxeditor.test/META-INF/MANIFEST.MF : moved test jars to test project
eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF : added packages required by test project to exported package list
ContextManager.java : adding check to make sure the workbench is created before initialisation
eu.etaxonomy.taxeditor.test/.classpath : moved resource from src/main/resources to src/test/resourcesto be maven comliant
eu.etaxonomy.taxeditor.test/pom.xml : added tycho-surefire-plugin config to run tests
TaxonNameEditorTest : removed logger setting
BaseRemotingTest : removed unused call to disk cache
CdmPersistentRemoteSourceTest, AbstractLazyInitializerTest, RemoteLazyLoadingTest : changed assert calls to be compatible with junit 4.8.2
OperationTestBase, BaseRemotingTest : changed to abstract to not be included in test run
eu.etaxonomy.taxeditor/pom.xml : made the building of products as optional (separate profile)
pom.xml : added unitils version property
eu.etaxonomy.taxeditor.test/lib : added test dependency jars

8 years agomoved reseources from src/main/resources to src/test/resources to be maven compliant
Cherian Mathew [Wed, 3 Jun 2015 11:42:12 +0000 (13:42 +0200)]
moved reseources from src/main/resources to src/test/resources to be maven compliant

8 years agoupdated version numbers
Cherian Mathew [Mon, 1 Jun 2015 15:57:23 +0000 (17:57 +0200)]
updated version numbers

8 years agoCdmApplicationRemoteController : moved cdm model caching to start before application...
Cherian Mathew [Mon, 1 Jun 2015 15:07:47 +0000 (17:07 +0200)]
CdmApplicationRemoteController : moved cdm model caching to start before application context init
CdmApplicationRemoteConfiguration : moved bean initialization from autowiring to getBean in getters for better performance
httpInvokerServiceClients.xml : changed init startegy for services to lazy init
CdmModelCacher : commented out logging

8 years agoadded comment for sync get method call
Cherian Mathew [Thu, 28 May 2015 08:45:13 +0000 (10:45 +0200)]
added comment for sync get method call

8 years agocdmlib-ehcache : removed disk based cache manager since the hb config is now cached...
Cherian Mathew [Wed, 27 May 2015 15:54:53 +0000 (17:54 +0200)]
cdmlib-ehcache : removed disk based cache manager since the hb config is now cached in memory
CdmApplicationRemoteController, CdmModelCacher, CdmRemoteCacheManager, CdmModelGetMethodCacherTest : running the hibernate config load in separate thread
CdmTransientEntityCacher, EntityCacherDebugResult, CdmStore, SessionsViewPart: refactoring
httpInvokerServiceClients.xml : removed lazy loading of beans

8 years agoCdmApplicationRemoteController : refactoring code to simplify application context...
Cherian Mathew [Wed, 27 May 2015 12:07:33 +0000 (14:07 +0200)]
CdmApplicationRemoteController : refactoring code to simplify application context loading and making it performant
CdmModelCacher : removed unused method
CdmRemoteCacheManager : moved cache from disk to memory
httpInvokerServiceClients : lazy initializing all service beans
remotingApplicationContext : merged imported bean definition files into this one
CdmApplicationRemoteControllerTest : test for application controller
RemotingMonitoredGenericApplicationContext, RemotingMonitoredListableBeanFactory : removed since specific monitoring is not required in remoting
remoting_persistence_security.xml, remoting_services_security.xml : merged into remotingApplicationContext

8 years agocorrected app context generation
Cherian Mathew [Tue, 26 May 2015 16:23:57 +0000 (18:23 +0200)]
corrected app context generation

8 years ago- corrected recursive autowiring
Cherian Mathew [Tue, 26 May 2015 16:18:12 +0000 (18:18 +0200)]
- corrected recursive autowiring
- changed application context loading to be more performant

8 years agoCacheLoader : added strict check in recurive loop for same (not only equal) objects
Cherian Mathew [Fri, 22 May 2015 17:10:55 +0000 (19:10 +0200)]
CacheLoader : added strict check in recurive loop for same (not only equal) objects
EntityCacherDebugResult : removed deproxy of objects
ProxyUtils : refactoring
httpInvokerServiceClients.xml : corrected validation service class name
hibernate.cfg.xml, cdmTest.*.db : updated to latest

8 years agofixed problems with new classes in merge
Cherian Mathew [Fri, 22 May 2015 09:37:12 +0000 (11:37 +0200)]
fixed problems with new classes in merge

8 years agofixed problems with merge
Cherian Mathew [Fri, 22 May 2015 09:25:01 +0000 (11:25 +0200)]
fixed problems with merge

8 years agoMerge branch 'move-to-luna' into remoting-4.0
Cherian Mathew [Fri, 22 May 2015 08:54:21 +0000 (10:54 +0200)]
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
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/name/TaxonNameEditor.java
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/dataimport/transientServices/TransientAgentService.java
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/dataimport/transientServices/TransientDescriptionService.java
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/dataimport/transientServices/TransientNameService.java
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
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/descriptive/operation/DeleteTaxonDescriptionOperation.java
eu.etaxonomy.taxeditor.navigation/src/main/java/eu/etaxonomy/taxeditor/navigation/navigator/TaxonNavigator.java
eu.etaxonomy.taxeditor.navigation/src/main/java/eu/etaxonomy/taxeditor/navigation/navigator/TreeNodeDropAdapterAssistant.java
eu.etaxonomy.taxeditor.navigation/src/main/java/eu/etaxonomy/taxeditor/navigation/navigator/handler/MoveTaxonHandler.java
eu.etaxonomy.taxeditor.navigation/src/main/java/eu/etaxonomy/taxeditor/navigation/navigator/operation/ChangeAcceptedTaxonToSynonymOperation.java
eu.etaxonomy.taxeditor.navigation/src/main/java/eu/etaxonomy/taxeditor/navigation/navigator/operation/MoveTaxonOperation.java
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/parser/MatchStrategyConfigurator.java
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/parser/ParseHandler.java
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/store/CdmStoreConnector.java
eu.etaxonomy.taxeditor.test/.classpath
eu.etaxonomy.taxeditor.test/META-INF/MANIFEST.MF

8 years agocorrected visibility check for edit authorities editor move-to-luna root/branches/taxeditor/move-to-luna
Cherian Mathew [Thu, 21 May 2015 13:07:59 +0000 (15:07 +0200)]
corrected visibility check for edit authorities editor

8 years agoMANIFEST.MF, feature.xml : removed dependency on specific versions attic/branches/taxeditor/move-to-luna/24872
Cherian Mathew [Thu, 21 May 2015 11:50:15 +0000 (13:50 +0200)]
MANIFEST.MF, feature.xml : removed dependency on specific versions
rcp.target : added vm arguments

8 years agocorrected target definition
Cherian Mathew [Thu, 21 May 2015 09:59:00 +0000 (11:59 +0200)]
corrected target definition

8 years agoMerge remote-tracking branch 'origin/master' into move-to-luna
Cherian Mathew [Thu, 21 May 2015 09:33:44 +0000 (11:33 +0200)]
Merge remote-tracking branch 'origin/master' into move-to-luna

8 years agoadded id to uuidAndTitleCache fixes in TaxEditor #4799
Andreas M��ller [Wed, 20 May 2015 17:35:04 +0000 (17:35 +0000)]
added id to uuidAndTitleCache fixes in TaxEditor  #4799

8 years agochanged nebula update site to the stable release url
Cherian Mathew [Wed, 20 May 2015 17:17:48 +0000 (19:17 +0200)]
changed nebula update site to the stable release url

8 years agodependency changes to move to e4 attic/shelves/taxeditor/c.mathew/23872
Cherian Mathew [Wed, 20 May 2015 17:16:46 +0000 (19:16 +0200)]
dependency changes to move to e4

8 years ago(no commit message)
Cherian Mathew [Wed, 20 May 2015 14:26:09 +0000 (14:26 +0000)]

8 years ago.classpath, MANIFEST.MF, build.properties, pom.xml : added cdm-server jar to lib...
Cherian Mathew [Wed, 20 May 2015 14:05:50 +0000 (14:05 +0000)]
.classpath, MANIFEST.MF, build.properties, pom.xml : added cdm-server jar to lib dir and project classpath
/lib : added ignore for cdm-server jar
CacheLoader : reverted update of cached entity field
cdmlib-remote-webapp.war : updated to latest version

8 years agocorrected usage of service calls returning update/delete result objects
Cherian Mathew [Wed, 20 May 2015 12:31:34 +0000 (12:31 +0000)]
corrected usage of service calls returning update/delete result objects

8 years agoInspectSessionsDialog : added filtering
Cherian Mathew [Wed, 20 May 2015 12:24:16 +0000 (12:24 +0000)]
InspectSessionsDialog : added filtering
CdmStore : clearing caches and session before connecting
ParseHandler : using NonViralName instead of TaxonNameBase
AbstractPostTaxonOperation, AbstractPostOperation, AbstractPersistentPostOperation : added CdmEntitySessionEnabled object to constructor
NewTaxonNodeWizard : explicitly fire changes

8 years agocorrected / moved existing tests
Cherian Mathew [Wed, 20 May 2015 12:16:41 +0000 (12:16 +0000)]
corrected / moved existing tests

8 years agoadded cdm entitysession enabled objects to operations
Cherian Mathew [Wed, 20 May 2015 12:12:31 +0000 (12:12 +0000)]
added cdm entitysession enabled objects to operations

8 years agoCdmTransientEntityCacher : adding cache to default cache manager
Cherian Mathew [Wed, 20 May 2015 12:00:29 +0000 (12:00 +0000)]
CdmTransientEntityCacher : adding cache to default cache manager
EntityCacherDebugResult : corrections
cdmlib-remote-webapp.war : new version

8 years ago#4907 create in agent bulkeditor has no effect
Katja Luther [Wed, 20 May 2015 10:59:15 +0000 (10:59 +0000)]
#4907 create in agent bulkeditor has no effect

8 years agoremove syso
Andreas Müller [Tue, 19 May 2015 15:05:32 +0000 (15:05 +0000)]
remove syso

8 years agominor
Andreas Müller [Mon, 18 May 2015 15:18:05 +0000 (15:18 +0000)]
minor

8 years ago - deproxy CDM entities to get correct class as part title of DetailsView
Patric Plitzner [Mon, 18 May 2015 13:04:58 +0000 (13:04 +0000)]
 - deproxy CDM entities to get correct class as part title of DetailsView

8 years ago - show recordBasis for specimens as part title of DetailsView
Patric Plitzner [Mon, 18 May 2015 12:45:08 +0000 (12:45 +0000)]
 - show recordBasis for specimens as part title of DetailsView

8 years ago - simplified part title of DetailsView
Patric Plitzner [Mon, 18 May 2015 11:03:53 +0000 (11:03 +0000)]
 - simplified part title of DetailsView

8 years agobulkeditor: merge of teams and persons and convert team to person and person to team
Katja Luther [Mon, 18 May 2015 09:59:52 +0000 (09:59 +0000)]
bulkeditor: merge of teams and persons and convert team to person and person to team

8 years ago - unified section headers for derivative details view
Patric Plitzner [Wed, 13 May 2015 13:08:28 +0000 (13:08 +0000)]
 - unified section headers for derivative details view
 - show selected element in part title of DetailsView

8 years ago - fixed filtering by specimen type (UNKNOWN = wild card)
Patric Plitzner [Wed, 13 May 2015 09:37:41 +0000 (09:37 +0000)]
 - fixed filtering by specimen type (UNKNOWN = wild card)

8 years ago - added transient service methods
Patric Plitzner [Wed, 13 May 2015 09:07:33 +0000 (09:07 +0000)]
 - added transient service methods

8 years ago - when searching for a taxon also the indirectly associated specimens of the derivat...
Patric Plitzner [Wed, 13 May 2015 08:07:10 +0000 (08:07 +0000)]
 - when searching for a taxon also the indirectly associated specimens of the derivative hierarchy are shown

8 years ago - missing @Override
Patric Plitzner [Mon, 11 May 2015 12:46:39 +0000 (12:46 +0000)]
 - missing @Override

8 years agominor
Katja Luther [Mon, 11 May 2015 11:49:42 +0000 (11:49 +0000)]
minor

8 years agonatural order preferences
Katja Luther [Mon, 11 May 2015 11:48:09 +0000 (11:48 +0000)]
natural order preferences

8 years agoadd dialog for the natural order preference
Katja Luther [Mon, 11 May 2015 11:47:30 +0000 (11:47 +0000)]
add dialog for the natural order preference

8 years agomake the order of the taxon nodes editable
Katja Luther [Mon, 11 May 2015 11:39:39 +0000 (11:39 +0000)]
make the order of the taxon nodes editable

8 years ago #4855 add MoveSynonymToAnotherAcceptedTaxonHandler and some clean up of the plugin...
Katja Luther [Mon, 11 May 2015 09:04:05 +0000 (09:04 +0000)]
 #4855 add MoveSynonymToAnotherAcceptedTaxonHandler and some clean up of the plugin.xml especially the delete

8 years ago - added missing dependencies to feature
Patric Plitzner [Mon, 11 May 2015 07:43:49 +0000 (07:43 +0000)]
 - added missing dependencies to feature

8 years agofixing NPE for empty float values #4448
Andreas Müller [Fri, 8 May 2015 15:12:14 +0000 (15:12 +0000)]
fixing NPE for empty float values #4448

8 years agofix remaining issues for taxon field prefill #4860
Andreas Müller [Fri, 8 May 2015 13:06:59 +0000 (13:06 +0000)]
fix remaining issues for taxon field prefill  #4860

8 years ago - added text for non-exisiting label to factual data view (#4883)
Patric Plitzner [Thu, 7 May 2015 16:12:45 +0000 (16:12 +0000)]
 - added text for non-exisiting label to factual data view (#4883)

8 years ago - removed "Copy" menu entry for classifications (#4864)
Patric Plitzner [Thu, 7 May 2015 15:34:36 +0000 (15:34 +0000)]
 - removed "Copy" menu entry for classifications (#4864)

8 years ago - added property tester to check if CdmStore is connected (#4809, #4856)
Patric Plitzner [Thu, 7 May 2015 12:17:46 +0000 (12:17 +0000)]
 - added property tester to check if CdmStore is connected (#4809, #4856)

8 years ago - pre-fill parent taxon name in new taxon wizard (#4860)
Patric Plitzner [Thu, 7 May 2015 11:27:01 +0000 (11:27 +0000)]
 - pre-fill parent taxon name in new taxon wizard (#4860)

8 years ago - fixed combo drop down list by using only plant kind of unit vocabulary
Patric Plitzner [Thu, 7 May 2015 11:26:04 +0000 (11:26 +0000)]
 - fixed combo drop down list by using only plant kind of unit vocabulary

8 years ago - added hybrid formula checkbox (#4870)
Patric Plitzner [Thu, 7 May 2015 07:33:13 +0000 (07:33 +0000)]
 - added hybrid formula checkbox (#4870)

8 years ago - changed "derivate" to "derivatives"
Patric Plitzner [Wed, 6 May 2015 12:49:41 +0000 (12:49 +0000)]
 - changed "derivate" to "derivatives"

8 years ago - changed label provider according to requirements
Patric Plitzner [Wed, 6 May 2015 12:26:05 +0000 (12:26 +0000)]
 - changed label provider according to requirements

8 years ago - added sorting by title cache of specimens to individual associations in factual...
Patric Plitzner [Tue, 5 May 2015 13:39:43 +0000 (13:39 +0000)]
 - added sorting by title cache of specimens to individual associations in factual data view

8 years ago - filtered combo dropdown for modifiers in details view (#4448)
Patric Plitzner [Tue, 5 May 2015 09:54:48 +0000 (09:54 +0000)]
 - filtered combo dropdown for modifiers in details view (#4448)

8 years ago - fixed potential NPE
Patric Plitzner [Tue, 5 May 2015 08:18:41 +0000 (08:18 +0000)]
 - fixed potential NPE

8 years agorevert message handling for ApplicationWorkbencAdvisor #4657
Andreas Müller [Mon, 4 May 2015 14:13:38 +0000 (14:13 +0000)]
revert message handling for ApplicationWorkbencAdvisor #4657

8 years agoUpdated version in config files to 3.5.2-SNAPSHOT
edit-jenkins [Mon, 4 May 2015 12:43:32 +0000 (12:43 +0000)]
Updated version in config files to 3.5.2-SNAPSHOT

8 years agoUpdated version in config files to 3.5.1
edit-jenkins [Mon, 4 May 2015 12:38:18 +0000 (12:38 +0000)]
Updated version in config files to 3.5.1

8 years ago(no commit message)
Katja Luther [Mon, 4 May 2015 07:48:19 +0000 (07:48 +0000)]

8 years agoremove javadoc
Andreas Müller [Thu, 30 Apr 2015 14:53:03 +0000 (14:53 +0000)]
remove javadoc

8 years agopotential fix for #4535
Alexander Oppermann [Thu, 30 Apr 2015 11:41:01 +0000 (11:41 +0000)]
potential fix for #4535

8 years agofixed potential NPE see Ticket #4854
Alexander Oppermann [Thu, 30 Apr 2015 11:23:21 +0000 (11:23 +0000)]
fixed potential NPE see Ticket #4854

8 years ago#4653 if a text field is empty, getText returns null instead of an empty string
Katja Luther [Thu, 30 Apr 2015 10:23:20 +0000 (10:23 +0000)]
#4653 if a text field is empty, getText returns null instead of an empty string

8 years ago - added missing required plugins to feature platform (#4807)
Patric Plitzner [Thu, 30 Apr 2015 08:50:00 +0000 (08:50 +0000)]
 - added missing required plugins to feature platform (#4807)

8 years ago - set focus to taxon name field in new taxon wizard (#4811)
Patric Plitzner [Thu, 30 Apr 2015 08:02:04 +0000 (08:02 +0000)]
 - set focus to taxon name field in new taxon wizard (#4811)
 - unified entity selection fields, all have "Browse" and "Delete" now (#2359)

8 years agominor
Andreas Müller [Wed, 29 Apr 2015 16:21:32 +0000 (16:21 +0000)]
minor

8 years agoPartial fix of Ticket #4728
Alexander Oppermann [Wed, 29 Apr 2015 15:17:22 +0000 (15:17 +0000)]
Partial fix of Ticket #4728

8 years ago - implemented and added recommended modifier section to Feature DetailView (#4448)
Patric Plitzner [Wed, 29 Apr 2015 14:35:40 +0000 (14:35 +0000)]
 - implemented and added recommended modifier section to Feature DetailView (#4448)

8 years ago - fixed possible widget is disposed exception
Patric Plitzner [Wed, 29 Apr 2015 14:35:13 +0000 (14:35 +0000)]
 - fixed possible widget is disposed exception

8 years agopartial Fix of #4728
Alexander Oppermann [Tue, 28 Apr 2015 16:40:53 +0000 (16:40 +0000)]
partial Fix of  #4728

8 years ago - implemented and added statistical measures section to Feature DetailView (#4448)
Patric Plitzner [Tue, 28 Apr 2015 15:16:29 +0000 (15:16 +0000)]
 - implemented and added statistical measures section to Feature DetailView (#4448)

8 years agoFix Ticket #4729
Alexander Oppermann [Tue, 28 Apr 2015 14:19:55 +0000 (14:19 +0000)]
Fix Ticket #4729

8 years ago - fixed potential NPE (#4448)
Patric Plitzner [Tue, 28 Apr 2015 14:19:41 +0000 (14:19 +0000)]
 - fixed potential NPE (#4448)

8 years agoForgot to check in for fix geographical Scope
Alexander Oppermann [Tue, 28 Apr 2015 13:50:37 +0000 (13:50 +0000)]
Forgot to check in for fix geographical Scope

8 years agoFix Ticket #4592
Alexander Oppermann [Tue, 28 Apr 2015 13:24:51 +0000 (13:24 +0000)]
Fix Ticket #4592

8 years ago - implemented geo scope detail section (#4592)
Patric Plitzner [Tue, 28 Apr 2015 12:59:05 +0000 (12:59 +0000)]
 - implemented geo scope detail section (#4592)

8 years agoFixed Ticket #4447 and #4535
Alexander Oppermann [Tue, 28 Apr 2015 11:59:35 +0000 (11:59 +0000)]
Fixed Ticket  #4447 and #4535

8 years ago - added measurement unit section to Feature DetailView (#4448)
Patric Plitzner [Tue, 28 Apr 2015 11:39:33 +0000 (11:39 +0000)]
 - added measurement unit section to Feature DetailView (#4448)
 - adapted QuantitativeData DetailsView to only show recommended MeasurementUnits

8 years agowidget is disposed exception ticket (#4657)
Katja Luther [Tue, 28 Apr 2015 10:56:17 +0000 (10:56 +0000)]
widget is disposed exception ticket (#4657)

8 years agominor
Andreas Müller [Tue, 28 Apr 2015 10:56:00 +0000 (10:56 +0000)]
minor

8 years ago - added state vocabulary section to Feature DetailView (#4448)
Patric Plitzner [Tue, 28 Apr 2015 08:38:48 +0000 (08:38 +0000)]
 - added state vocabulary section to Feature DetailView (#4448)
 - implemented measurement unit section

8 years ago - added collection section for state vocabularies (#4448)
Patric Plitzner [Mon, 27 Apr 2015 14:57:44 +0000 (14:57 +0000)]
 - added collection section for state vocabularies (#4448)

8 years ago - filtered vocabularies by term type (#4448)
Patric Plitzner [Mon, 27 Apr 2015 14:36:24 +0000 (14:36 +0000)]
 - filtered vocabularies by term type (#4448)

8 years ago - imlemente vocabulary combo selection element (#4448)
Patric Plitzner [Mon, 27 Apr 2015 09:35:04 +0000 (09:35 +0000)]
 - imlemente vocabulary combo selection element (#4448)

8 years ago - fixed title for Uses view part
Patric Plitzner [Mon, 27 Apr 2015 08:30:49 +0000 (08:30 +0000)]
 - fixed title for Uses view part

9 years agofix NPE bug and termloading bug for Usage Records #4247
Andreas Müller [Fri, 24 Apr 2015 11:47:03 +0000 (11:47 +0000)]
fix NPE bug and termloading bug for Usage Records #4247

9 years ago - added functionality to choose the taxon name for a taxon in the DetailsView (...
Patric Plitzner [Fri, 24 Apr 2015 07:54:06 +0000 (07:54 +0000)]
 - added functionality to choose the taxon name for a taxon in the DetailsView (#4393)

9 years ago - Added browse button to media section which allows to choose the media from existin...
Patric Plitzner [Fri, 24 Apr 2015 07:16:22 +0000 (07:16 +0000)]
 - Added browse button to media section which allows to choose the media from existing ones (#2385)

9 years ago - reduced size of text field for textual data description elements
Patric Plitzner [Fri, 24 Apr 2015 06:59:32 +0000 (06:59 +0000)]
 - reduced size of text field for textual data description elements

9 years agofixing i18n problem in build.properties
Andreas Müller [Wed, 22 Apr 2015 16:28:54 +0000 (16:28 +0000)]
fixing i18n problem in build.properties

9 years agoI18n for bulkeditor type #4553
Andreas Müller [Wed, 22 Apr 2015 16:09:54 +0000 (16:09 +0000)]
I18n for bulkeditor type #4553

9 years agominor
Andreas Müller [Wed, 22 Apr 2015 15:02:35 +0000 (15:02 +0000)]
minor

9 years agoSome changes on TaxEditor i18n: #4553
Andreas Müller [Wed, 22 Apr 2015 15:00:44 +0000 (15:00 +0000)]
Some changes on TaxEditor i18n: #4553

9 years agofix NPE in Match Strategy generation (not sure if this is correct)
Andreas Müller [Wed, 22 Apr 2015 14:11:33 +0000 (14:11 +0000)]
fix NPE in Match Strategy generation (not sure if this is correct)

9 years agominor
Andreas Müller [Wed, 22 Apr 2015 13:06:41 +0000 (13:06 +0000)]
minor

9 years agofix NPE in messaging handling #4816
Andreas Müller [Wed, 22 Apr 2015 13:02:04 +0000 (13:02 +0000)]
fix NPE in messaging handling #4816

9 years agoexport of csv files with name informations and for Print output(for caryophyllales)
Katja Luther [Wed, 22 Apr 2015 11:40:40 +0000 (11:40 +0000)]
export of csv files with name informations and for Print output(for caryophyllales)