cdmlib.git
10 years agoadd NO_REAK_SPACE to UTF-8
Andreas Müller [Tue, 25 Feb 2014 22:30:38 +0000 (22:30 +0000)]
add NO_REAK_SPACE to UTF-8

10 years agofix NPE in onFlushDirty
Katja Luther [Tue, 25 Feb 2014 08:34:18 +0000 (08:34 +0000)]
fix NPE in onFlushDirty

10 years agotoString for Reference
Andreas Müller [Fri, 21 Feb 2014 21:33:34 +0000 (21:33 +0000)]
toString for Reference

10 years agominor
Andreas Müller [Fri, 21 Feb 2014 21:32:27 +0000 (21:32 +0000)]
minor

10 years agoCdmApplicationDefaultConfiguration : refactoring autowiring for datasource to allow...
Cherian Mathew [Thu, 20 Feb 2014 16:50:28 +0000 (16:50 +0000)]
CdmApplicationDefaultConfiguration : refactoring autowiring for datasource to allow for remoting

10 years agoSet vaadin generated folders to svn:ignore
Alexander Oppermann [Thu, 20 Feb 2014 10:08:03 +0000 (10:08 +0000)]
Set vaadin generated folders to svn:ignore

10 years agoadd deletegroup
Katja Luther [Thu, 20 Feb 2014 09:09:03 +0000 (09:09 +0000)]
add deletegroup

10 years agosave(Collection<User> users ) uses createUser to encrypt the pwd
Katja Luther [Thu, 20 Feb 2014 08:48:29 +0000 (08:48 +0000)]
save(Collection<User> users ) uses createUser to encrypt the pwd

10 years agoadditional functionality for #4055 (action enablement adapts to the users granted...
Andreas Kohlbecker [Wed, 19 Feb 2014 14:45:06 +0000 (14:45 +0000)]
additional functionality for  #4055 (action enablement adapts to the users granted authorities)

10 years ago - changed hard-coded limit to 100
Patric Plitzner [Wed, 19 Feb 2014 14:33:27 +0000 (14:33 +0000)]
 - changed hard-coded limit to 100

10 years ago - replaced saveOrUpdate() with "bundle" method save()
Patric Plitzner [Wed, 19 Feb 2014 14:33:13 +0000 (14:33 +0000)]
 - replaced saveOrUpdate() with "bundle" method save()

10 years agocommit changes TaxonX import
p.kelbert [Wed, 19 Feb 2014 09:05:25 +0000 (09:05 +0000)]
commit changes TaxonX import

10 years agothrow exceptions in Source
Andreas Müller [Tue, 18 Feb 2014 12:10:33 +0000 (12:10 +0000)]
throw exceptions in Source

10 years agoReplaced getTitleCache with getNameCache on request
Alexander Oppermann [Mon, 17 Feb 2014 15:39:21 +0000 (15:39 +0000)]
Replaced getTitleCache with getNameCache on request

10 years agoswitching off remoting
Cherian Mathew [Fri, 14 Feb 2014 16:49:30 +0000 (16:49 +0000)]
switching off remoting

10 years agoCdmApplicationDefaultConfiguration : moved autowiring for sessionFactory and transact...
Cherian Mathew [Fri, 14 Feb 2014 16:47:29 +0000 (16:47 +0000)]
CdmApplicationDefaultConfiguration : moved autowiring for sessionFactory and transactionManager from members to set functions
to allow for remoting
CdmApplicationController : catching UnsupportedOperationException for database service call to allow for remoting
defaultApplicationContext : added CdmApplicationRemoteConfiguration exclude to application component scan
httpInvokerServices.xml : corrected bean names
cdmlib-remote-servlet : removed http invoker services config to separate xml file for ease to switch to remoting

10 years agominor
Andreas Müller [Fri, 14 Feb 2014 16:47:08 +0000 (16:47 +0000)]
minor

10 years agocorrect generics for classification
Andreas Müller [Fri, 14 Feb 2014 16:46:36 +0000 (16:46 +0000)]
correct generics for classification

10 years agomake description.setTaxon protected and cleanup cyprus altitudes and destinations
Andreas Müller [Fri, 14 Feb 2014 16:37:54 +0000 (16:37 +0000)]
make description.setTaxon protected and cleanup cyprus altitudes and destinations

10 years agominor
Andreas Müller [Fri, 14 Feb 2014 16:33:05 +0000 (16:33 +0000)]
minor

10 years agorefactoring http invoker section to a separate config file to make it easy to test...
Cherian Mathew [Fri, 14 Feb 2014 11:16:27 +0000 (11:16 +0000)]
refactoring http invoker section to a separate config file to make it easy to test / switch to / from remoting

10 years agofix setting of DerivedUnitFacade.type #4057 and some cleaning up
Andreas Müller [Fri, 14 Feb 2014 10:45:17 +0000 (10:45 +0000)]
fix setting of DerivedUnitFacade.type #4057  and some cleaning up

10 years agoreverting back the cdm application configuration refatoring
Cherian Mathew [Thu, 13 Feb 2014 11:25:48 +0000 (11:25 +0000)]
reverting back the cdm application configuration refatoring

10 years agorenaming ICdmApplicationConfiguration to ICdmApplicationDefaultConfiguration
Cherian Mathew [Wed, 12 Feb 2014 14:10:21 +0000 (14:10 +0000)]
renaming ICdmApplicationConfiguration to ICdmApplicationDefaultConfiguration

10 years agorenaming CdmApplicationController to CdmApplicationDefaultController
Cherian Mathew [Wed, 12 Feb 2014 13:15:06 +0000 (13:15 +0000)]
renaming CdmApplicationController to CdmApplicationDefaultController

10 years agorefactoring cdm application configuration / controller to allow for remoting
Cherian Mathew [Wed, 12 Feb 2014 13:13:32 +0000 (13:13 +0000)]
refactoring cdm application configuration / controller to allow for remoting

10 years agohttpInvokerServices : remoting services spring config file
Cherian Mathew [Wed, 12 Feb 2014 13:10:56 +0000 (13:10 +0000)]
httpInvokerServices : remoting services spring config file
ConversationHolder : constructor made protected for ConversationHolderMock
ConversationHolderMock : empty conversation holder for remoting
cdmlib-remote-servlet.xml : added http invoker service configuration (currently commented)

10 years agomove business logic from change concept to synonym to the service layer
Katja Luther [Wed, 12 Feb 2014 12:27:48 +0000 (12:27 +0000)]
move business logic from change concept to synonym to the service layer

10 years agocdmlib fix for deleting groups in bulkeditor #4054
Katja Luther [Wed, 12 Feb 2014 10:14:54 +0000 (10:14 +0000)]
cdmlib fix for deleting groups in bulkeditor #4054

10 years agoadded initializeCollection method to initialize a lazy loaded collection
Cherian Mathew [Tue, 11 Feb 2014 17:40:46 +0000 (17:40 +0000)]
added initializeCollection method to initialize a lazy loaded collection

10 years agoA utils class which helps finding security related exceptions in Throwables
Andreas Kohlbecker [Tue, 11 Feb 2014 16:17:46 +0000 (16:17 +0000)]
A utils class which helps finding security related exceptions in Throwables

10 years agoA utils class which helps finding security related exceptions in Throwables
Andreas Kohlbecker [Tue, 11 Feb 2014 16:17:40 +0000 (16:17 +0000)]
A utils class which helps finding security related exceptions in Throwables

10 years agomove taxon to homotypical synonym fixed
Katja Luther [Tue, 11 Feb 2014 09:26:39 +0000 (09:26 +0000)]
move taxon to homotypical synonym fixed

10 years ago - added generated vaadin file and folders to svn:ignore
Patric Plitzner [Tue, 11 Feb 2014 09:10:52 +0000 (09:10 +0000)]
 - added generated vaadin file and folders to svn:ignore

10 years agoUser.getAuthorities() made public as preliminary solution to #4053 (Transient field...
Andreas Kohlbecker [Mon, 10 Feb 2014 18:21:28 +0000 (18:21 +0000)]
User.getAuthorities() made public as preliminary solution to #4053 (Transient field User.authorities not refreshed on reloading entity)

10 years ago(no commit message)
Katja Luther [Mon, 10 Feb 2014 13:26:08 +0000 (13:26 +0000)]

10 years ago(no commit message)
Katja Luther [Mon, 10 Feb 2014 12:11:36 +0000 (12:11 +0000)]

10 years agofix changeTaxonToSynonym with homotypic Synonyms
Katja Luther [Mon, 10 Feb 2014 11:26:19 +0000 (11:26 +0000)]
fix changeTaxonToSynonym with homotypic Synonyms

10 years agocleaned unused imports
Alexander Oppermann [Mon, 10 Feb 2014 09:36:35 +0000 (09:36 +0000)]
cleaned unused imports

10 years agoremoved not used functionality see Ticket #3520
Alexander Oppermann [Mon, 10 Feb 2014 09:25:40 +0000 (09:25 +0000)]
removed not used functionality see Ticket #3520

10 years agoWS CSV for redlist project
Alexander Oppermann [Fri, 7 Feb 2014 14:24:30 +0000 (14:24 +0000)]
WS CSV for redlist project

10 years agoWS CSV for redlist project
Alexander Oppermann [Fri, 7 Feb 2014 14:24:12 +0000 (14:24 +0000)]
WS CSV for redlist project

10 years agoremoving @Override
Andreas Kohlbecker [Thu, 6 Feb 2014 14:59:05 +0000 (14:59 +0000)]
removing @Override

10 years agopart 1 of fixing #2414 (Group updating doesn't work) by using CascaseType.REFRESH...
Andreas Kohlbecker [Thu, 6 Feb 2014 14:21:17 +0000 (14:21 +0000)]
part 1 of fixing  #2414 (Group updating doesn't work) by using CascaseType.REFRESH and test method extended

10 years agomore log output to debug CdmDataSourceBase.testConnection()
Andreas Kohlbecker [Thu, 6 Feb 2014 14:21:14 +0000 (14:21 +0000)]
more log output to debug CdmDataSourceBase.testConnection()

10 years agofixing and implementing test for #3782 (Security Context is not updated after editin...
Andreas Kohlbecker [Thu, 6 Feb 2014 14:21:11 +0000 (14:21 +0000)]
fixing  and implementing test for #3782 (Security Context is not updated after editing GrantedAuthorities of a Group)

10 years agoremoving old TODO
Andreas Kohlbecker [Thu, 6 Feb 2014 14:21:06 +0000 (14:21 +0000)]
removing old TODO

10 years agoadding method checkServiceAvailable to UriUtils
Andreas Kohlbecker [Thu, 6 Feb 2014 14:21:03 +0000 (14:21 +0000)]
adding method checkServiceAvailable to UriUtils

10 years agoignoring folder created by vaadin
Andreas Kohlbecker [Thu, 6 Feb 2014 14:21:01 +0000 (14:21 +0000)]
ignoring folder created by vaadin

10 years agocompletely reworking UserServiceImplTest and also renaming it to UserAndGroupServiceI...
Andreas Kohlbecker [Thu, 6 Feb 2014 14:20:58 +0000 (14:20 +0000)]
completely reworking UserServiceImplTest and also renaming it to UserAndGroupServiceImplTest

10 years agoChanges for RedList Webservice see Ticket #4040
Alexander Oppermann [Thu, 6 Feb 2014 11:00:24 +0000 (11:00 +0000)]
Changes for RedList Webservice see Ticket #4040

10 years agouse unit in range.toString #4035
Andreas Müller [Wed, 5 Feb 2014 13:42:48 +0000 (13:42 +0000)]
use unit in range.toString  #4035

10 years agoCleaning Components
Alexander Oppermann [Tue, 4 Feb 2014 10:59:32 +0000 (10:59 +0000)]
Cleaning Components

10 years agoBug fix...ui is closed when logged out...this leads to a complete reset of the ui...
Alexander Oppermann [Tue, 4 Feb 2014 09:54:16 +0000 (09:54 +0000)]
Bug fix...ui is closed when logged out...this leads to a complete reset of the ui provider

10 years agointroducting ICdmPermissionEvaluator
Andreas Kohlbecker [Mon, 3 Feb 2014 10:57:03 +0000 (10:57 +0000)]
introducting ICdmPermissionEvaluator

10 years agofix bug in change accepted taxa to synonym with taxonrelations
Katja Luther [Mon, 3 Feb 2014 10:50:02 +0000 (10:50 +0000)]
fix bug in change accepted taxa to synonym with taxonrelations

10 years agoimplementing global PUBLISH role, also introducing the interface IPublishable; solves...
Andreas Kohlbecker [Fri, 31 Jan 2014 15:59:56 +0000 (15:59 +0000)]
implementing global PUBLISH role, also introducing the interface IPublishable; solves  #3980 (Implement PUBLISH role into cdmlib security)

10 years agoremove import
Andreas Müller [Fri, 31 Jan 2014 13:28:07 +0000 (13:28 +0000)]
remove import

10 years agoadapring initstrategy for DescriptionInfoDTO service
Andreas Kohlbecker [Fri, 31 Jan 2014 06:38:34 +0000 (06:38 +0000)]
adapring initstrategy for DescriptionInfoDTO service

10 years agoadapt delete of rootnodes
Katja Luther [Thu, 30 Jan 2014 14:25:03 +0000 (14:25 +0000)]
adapt delete of rootnodes

10 years agoadding missing editor
Andreas Kohlbecker [Thu, 30 Jan 2014 11:28:56 +0000 (11:28 +0000)]
adding missing editor

10 years agoDistributionInfoForTaxon methods implemented in services and controllers
Andreas Kohlbecker [Thu, 30 Jan 2014 11:00:38 +0000 (11:00 +0000)]
DistributionInfoForTaxon methods implemented in services and controllers

10 years agoreverting launch config
Andreas Kohlbecker [Thu, 30 Jan 2014 11:00:15 +0000 (11:00 +0000)]
reverting launch config

10 years agocleanup
Andreas Müller [Wed, 29 Jan 2014 20:04:53 +0000 (20:04 +0000)]
cleanup

10 years agominor
Andreas Müller [Wed, 29 Jan 2014 19:43:08 +0000 (19:43 +0000)]
minor

10 years agoSet setTitleCache to deprecated and add javadoc
Andreas Müller [Wed, 29 Jan 2014 19:41:05 +0000 (19:41 +0000)]
Set setTitleCache to deprecated and add javadoc

10 years agodebug synonyms in proibiosphere import
p.kelbert [Wed, 29 Jan 2014 16:25:56 +0000 (16:25 +0000)]
debug synonyms in proibiosphere import

10 years agofix accepted to synonym operation by removing call of delete(name)
Andreas Müller [Wed, 29 Jan 2014 13:24:15 +0000 (13:24 +0000)]
fix accepted to synonym operation by removing call of delete(name)

10 years agoadd exception handling for name relationship removal
Andreas Müller [Wed, 29 Jan 2014 13:23:13 +0000 (13:23 +0000)]
add exception handling for name relationship removal

10 years agominor
Andreas Müller [Wed, 29 Jan 2014 13:21:33 +0000 (13:21 +0000)]
minor

10 years agoadd some listeners commented code for Reference class to handle abbrevTitleCache...
Andreas Müller [Wed, 29 Jan 2014 13:20:29 +0000 (13:20 +0000)]
add some listeners commented code for Reference class to handle abbrevTitleCache refresh later on

10 years agoadd default values for integer to columnAdder
Andreas Müller [Wed, 29 Jan 2014 13:19:09 +0000 (13:19 +0000)]
add default values for integer to columnAdder

10 years agodone: #4006 (remove general map parameters from distribution and occurrence map servi...
Andreas Kohlbecker [Wed, 29 Jan 2014 13:12:24 +0000 (13:12 +0000)]
done: #4006 (remove general map parameters from distribution and occurrence map service methods)

10 years agointroducing DistributionInfoDTO
Andreas Kohlbecker [Wed, 29 Jan 2014 13:12:14 +0000 (13:12 +0000)]
introducing DistributionInfoDTO

10 years agocleaned unused imports
Alexander Oppermann [Wed, 29 Jan 2014 12:36:04 +0000 (12:36 +0000)]
cleaned unused imports

10 years agocleaned unused imports
Alexander Oppermann [Wed, 29 Jan 2014 12:34:10 +0000 (12:34 +0000)]
cleaned unused imports

10 years agoadding Vaadin compatibility to trunk
Alexander Oppermann [Wed, 29 Jan 2014 11:56:24 +0000 (11:56 +0000)]
adding Vaadin compatibility to trunk

10 years agomerged trunk into branch ui-gwt origin/ui-gwt root/branches/cdmlib/ui-gwt
Alexander Oppermann [Wed, 29 Jan 2014 11:05:02 +0000 (11:05 +0000)]
merged trunk into branch

10 years agocleaned package cdmlib-remote-webapp
Alexander Oppermann [Wed, 29 Jan 2014 10:50:33 +0000 (10:50 +0000)]
cleaned package cdmlib-remote-webapp

10 years agocleaned Vaadin Data...to generate these you have to run mvn vaadin:compile in package...
Alexander Oppermann [Wed, 29 Jan 2014 10:49:18 +0000 (10:49 +0000)]
cleaned Vaadin Data...to generate these you have to run mvn vaadin:compile in package cdmlib-remote

10 years agoUpdate Widgetset docu
Alexander Oppermann [Wed, 29 Jan 2014 10:45:51 +0000 (10:45 +0000)]
Update Widgetset docu

10 years agoChanges DefaultView text
Alexander Oppermann [Wed, 29 Jan 2014 10:09:26 +0000 (10:09 +0000)]
Changes DefaultView text

10 years ago*creating package UISet
Alexander Oppermann [Wed, 29 Jan 2014 10:04:54 +0000 (10:04 +0000)]
*creating package UISet
*created package disabled
*created defaultView

10 years ago(no commit message)
Alexander Oppermann [Wed, 29 Jan 2014 10:03:38 +0000 (10:03 +0000)]

10 years ago(no commit message)
Alexander Oppermann [Wed, 29 Jan 2014 10:03:08 +0000 (10:03 +0000)]

10 years agoadaption and fixes in cdmlib-remote for #3977 (allow defining the MarkerType to filte...
Andreas Kohlbecker [Wed, 29 Jan 2014 09:33:48 +0000 (09:33 +0000)]
adaption and fixes in cdmlib-remote for #3977 (allow defining the MarkerType to filter out excluded NamedAreas from distributions)

10 years agoremoving obsolte REST endpoint /term/tdwg/*
Andreas Kohlbecker [Wed, 29 Jan 2014 09:33:43 +0000 (09:33 +0000)]
removing obsolte REST endpoint /term/tdwg/*

10 years agocode cosmetics
Andreas Kohlbecker [Wed, 29 Jan 2014 09:33:38 +0000 (09:33 +0000)]
code cosmetics

10 years agocomments towards refactoring IService.list()
Andreas Kohlbecker [Wed, 29 Jan 2014 09:33:28 +0000 (09:33 +0000)]
comments towards refactoring IService.list()

10 years agoadd stepName
Andreas Müller [Tue, 28 Jan 2014 16:42:04 +0000 (16:42 +0000)]
add stepName

10 years ago(no commit message)
Alexander Oppermann [Tue, 28 Jan 2014 14:39:37 +0000 (14:39 +0000)]

10 years agominor
Andreas Müller [Tue, 28 Jan 2014 13:12:53 +0000 (13:12 +0000)]
minor

10 years agocorrecting documentation and adapting test - #3904 (EuroMed: Implement filtering...
Andreas Kohlbecker [Tue, 28 Jan 2014 13:06:29 +0000 (13:06 +0000)]
correcting documentation and adapting test -  #3904 (EuroMed: Implement filtering rules for Distributions)

10 years agoreintegrate branch patricia
p.kelbert [Tue, 28 Jan 2014 13:00:39 +0000 (13:00 +0000)]
reintegrate branch patricia

10 years agochanges during restructering the vaadin package
Alexander Oppermann [Tue, 28 Jan 2014 11:53:18 +0000 (11:53 +0000)]
changes during restructering the vaadin package

10 years agodemoExport
Alexander Oppermann [Tue, 28 Jan 2014 11:52:36 +0000 (11:52 +0000)]
demoExport

10 years agorestructering vaadin package -- new view
Alexander Oppermann [Tue, 28 Jan 2014 11:52:06 +0000 (11:52 +0000)]
restructering vaadin package -- new view

10 years agocorecting documentation, removing obsolete rule and adapting test accordingly - ...
Andreas Kohlbecker [Tue, 28 Jan 2014 11:35:37 +0000 (11:35 +0000)]
corecting documentation, removing obsolete rule and adapting test accordingly -  #3904 (EuroMed: Implement filtering rules for Distributions)

10 years agoimplementing test for #3904 (EuroMed: Implement filtering rules for Distributions...
Andreas Kohlbecker [Tue, 28 Jan 2014 09:51:37 +0000 (09:51 +0000)]
implementing test for #3904 (EuroMed: Implement filtering rules for Distributions) and a little bugfix

10 years agoperformance fix for TaxonController.getMedia() - no longer always loading all the...
Andreas Kohlbecker [Mon, 27 Jan 2014 11:11:03 +0000 (11:11 +0000)]
performance fix for TaxonController.getMedia() - no longer always loading all the taxon relations, speedup by 0,66