Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
3986faa0 11/29/2018 01:18 PM Andreas Müller

cleanup

1ef801b6 11/28/2018 01:38 PM Andreas Müller

revert unwanted last commit

2441a5df 11/28/2018 01:37 PM Andreas Müller

ref #7930 remove IWithDoi from IAuthoredPublicationBase

78e3bcbc 11/27/2018 02:11 PM Katja Luther

ref #7929: clear the member list in group when deleting the group

567b23b7 11/22/2018 03:07 PM Andreas Kohlbecker

initializing GatheringEvent.exactLocation to avoid LIE in UIs

5a143666 11/16/2018 02:06 PM Patrick Plitzner

ref #7760 Add collection code to citation

7d85b770 11/15/2018 03:14 PM Patrick Plitzner

Return created feature node instead of feature tree

3732fb9e 11/13/2018 03:36 PM Andreas Kohlbecker

fixing LazyInitializationException

533c3163 11/13/2018 01:27 PM Patrick Plitzner

ref #7887 Return newly created DTO from service method

e65bf3fb 11/13/2018 11:20 AM Patrick Plitzner

ref #7887 Set parent DTOs during initialization

1cac1886 11/13/2018 11:20 AM Patrick Plitzner

ref #7887 Refactor TermDto usage

b9ee0c73 11/13/2018 11:20 AM Patrick Plitzner

ref #7887 Remove getParent()

923fd553 11/13/2018 09:19 AM Andreas Kohlbecker

ref #7900 reverting : read-only transactions in DTO service with Propagation.REQUIRES_NEW

4d18f3c4 11/12/2018 05:07 PM Andreas Kohlbecker

ref #7900 read-only transactions in DTO service with Propagation.REQUIRES_NEW

ca8969f2 11/12/2018 04:49 PM Andreas Müller

ref #7901 implement IPreferencePredicate in CdmPreference and service layer

a1ab6a74 11/09/2018 09:18 AM Patrick Plitzner

ref #7887 Implement term service methods based on DTOs

fbe910aa 11/08/2018 12:20 PM Andreas Müller

ref #7829, ref #7800 improve nom. ref. matcher (also changes the result type => needs adaptation in client Apps)

269cc178 11/08/2018 12:10 PM Andreas Müller

revert: Add series parsing with letters (test) - all unwanted commits

4cab2fd1 11/08/2018 12:04 PM Andreas Müller

Add series parsing with letters (test)

cfcf723b 10/26/2018 05:40 PM Andreas Kohlbecker

fix #7874 updating also the nomenclaturalTitle in updateTitleCacheForSingleEntity()

cb56c869 10/25/2018 10:18 AM Andreas Müller

cleanup

aaee4922 10/25/2018 10:17 AM Andreas Müller

ref #7283 fix NPE in AlternativeIdentifier constructor if no type is given

f57aebc4 10/23/2018 11:41 AM Andreas Kohlbecker

ref #7831 using uuids in findTaxonNameParts() methods as name exclude filter - NPE fix

2ac69f0c 10/22/2018 05:40 PM Andreas Kohlbecker

ref #7831 using uuids in findTaxonNameParts() methods as name exclude filter

876970d9 10/22/2018 05:05 PM Andreas Kohlbecker

ref #7834 bugfix: returning empty page when no name matches

4670ff1d 10/19/2018 06:03 PM Andreas Kohlbecker

ref #7834 avoiding NPE in case of names which are not in the graph

f37e7436 10/18/2018 03:06 PM Andreas Kohlbecker

fix #7834 findInTaxonGraph implemented for Registrations with RegistrationDTOController endpoint

efc5d1e3 10/17/2018 04:16 PM Andreas Kohlbecker

ref #7831 adding name exlude filter to TaxonNamePartsFilter

a2a58fcc 10/17/2018 02:34 PM Andreas Müller

Add tax editor preferences utilities

388fc07c 10/17/2018 12:39 PM Andreas Kohlbecker

ref #7648 fixing bugs related to single taxa per graph and updating rels from lower ranks, with testcase

032bbbac 10/16/2018 12:36 PM Katja Luther

code cleaning

c459863f 10/16/2018 11:54 AM Katja Luther

ref #7283: add service method to search for identifier and titleCache

a3141e13 10/15/2018 05:05 PM Patrick Plitzner

ref #7589 Fix transactional annotations

412ba757 10/15/2018 05:05 PM Patrick Plitzner

ref #7589 Remove auto creation of default description

0848df46 10/15/2018 05:05 PM Patrick Plitzner

ref #7589 Move long running task to corresponding service

  • this solves the deadlocks when opening the matrix editor
8bbd4f27 10/15/2018 12:04 PM Andreas Kohlbecker

fix #7785 CdmUserHelper can use ICdmEntityUuidCacher to avoid loading entities from the db for permission checks:
- inner class CachingCdmUserHelper to be used when CdmUserHelper.withCache() is called
- ICdmEntityUuidCacher and CdmTransientEntityAndUuidCacher complements the CdmTransientEntityCacher by the ability to get CDM entities from the cache by the UUID

886e3f27 10/12/2018 06:35 PM Andreas Kohlbecker

ref #7648 avoiding NPE during equality check in TaxonGraphBeforeTransactionCompleteProcess

644bd633 10/12/2018 06:12 PM Andreas Kohlbecker

ref #7648 adding links to the ticket as preliminary rudimentary documentation

ee7aab02 10/12/2018 05:38 PM Andreas Kohlbecker

ref #7709 fixing missing runAsAuthenticator for RunAsAdmin, TaxonGraphHibernateListener and test

7df5025d 10/12/2018 01:23 PM Andreas Kohlbecker

removing useless annotation

9672401c 10/12/2018 11:16 AM Andreas Kohlbecker

ref #7709 JUnit testsuite to reproduce the test failure when running RegistrationIdentifierMinterTest and TaxonGraphHibernateListenerTest sequentially

8c2c3497 10/12/2018 10:09 AM Andreas Müller

cleanup

f528c666 10/11/2018 09:07 AM Andreas Kohlbecker

ref #7648 free configurable TaxonGraphHibernateListener ready

48e27c57 10/10/2018 06:02 PM Andreas Kohlbecker

ref #7648 moving TaxonGraphHibernateListener and related classes into cdmlib-service

fb8a4982 10/10/2018 05:51 PM Andreas Kohlbecker

fixing usage of wrong logger in RunAsAuthenticator

4c90f595 10/05/2018 03:59 PM Andreas Kohlbecker

Merge branch 'feature/#7648' into develop

  • TaxonGraphDao
  • TaxonGraphController
  • TaxonGraphService
  • TaxonGraphDTO
  • TaxonGraphHibernateListener and processor
  • tests
bc08a1ea 10/03/2018 01:22 AM Andreas Müller

cleanup

0962e21b 10/02/2018 07:06 PM Andreas Kohlbecker

ref #7791 TaxonGraphService and TaxonGraphController implemented

e15e805c 10/01/2018 03:23 PM Andreas Kohlbecker

ref #7648 TaxonGraphService as dao and TaxonGraphObserver as TaxonGraphHibernateListener

e9ca40c5 10/01/2018 11:00 AM Andreas Kohlbecker

ref #7648 TaxonGraphService complete with full set of tests

601b8e6e 09/28/2018 06:40 PM Katja Luther

ref #7345: add dao and service methods to get UuidAndTitleCache marked with a special markerType

a8ef58b2 09/28/2018 01:24 PM Andreas Kohlbecker

ref #7648 initial implementation of TaxonGraphService with tests and TaxonGraphObserver

a400c76f 09/28/2018 11:14 AM Andreas Kohlbecker

fix #7795 untilis xml DataSets can optionally be created without "[NULL]" values

9f2542a8 09/25/2018 11:57 AM Andreas Kohlbecker

ref #7788 adding institutionTitleCache to RegistrationDTO

9ccb5ab6 09/25/2018 11:04 AM Andreas Kohlbecker

ref #7783 assuring registrations have an identifier when saved - adapting test

63744291 09/25/2018 10:25 AM Andreas Kohlbecker

ref #7788 adding institution to RegistrationDTO

de9f5331 09/25/2018 10:02 AM Andreas Kohlbecker

ref #7783 TaxonNamePart with uuid & assuring registrations have an identifier when saved

ed8e3da9 09/25/2018 07:32 AM Patrick Plitzner

ref #7589 Fix initial loading of matrix

b9188a94 09/21/2018 11:14 AM Andreas Kohlbecker

ref #7723 adding missing permission check to RegistrationServiceImpl to supress unpublished registrations

74ab8c12 09/20/2018 08:44 AM Patrick Plitzner

fix #7776 Add descriptive data set sources to specimen descriptions

e6b120bb 09/17/2018 05:02 PM Patrick Plitzner

ref #7674 Fix LIE

99113da9 09/17/2018 02:52 PM Patrick Plitzner

Merge branch 'develop' into taxonDecription

351ba84b 09/17/2018 10:03 AM Andreas Kohlbecker

adding additional testcase for QueryFactory

c3f658e9 09/17/2018 08:55 AM Patrick Plitzner

Merge branch 'develop' into taxonDecription

0add62bd 09/17/2018 04:37 AM Andreas Müller

cleanup

38b1c817 09/17/2018 04:36 AM Andreas Müller

ref #7764 fix failing synonym search with classification or subtree filter

47bf9558 09/16/2018 04:27 PM Andreas Müller

make authenticationManager lazy to avoid circals during start up

d6bdbc3d 09/14/2018 09:30 PM Andreas Kohlbecker

fix #5868 restoring freetext search with leading wildcard and with empty query string, also fixes bug introduced while solving #4223

9657122e 09/14/2018 01:59 PM Patrick Plitzner

ref #7760 Show name authors for type designations

619ccb21 09/14/2018 01:42 PM Andreas Müller

ref #7745 fix failing pathFrom if subtree is null

d1e04696 09/14/2018 11:25 AM Andreas Müller

cleanup

1251ffed 09/14/2018 11:24 AM Andreas Müller

ref #7745 childNodesOf implemented

d0df75bd 09/13/2018 11:08 PM Andreas Müller

ref #7745 add subtree filter to missing methods (childNodesOf is still missing implementation)

9bce681c 09/13/2018 05:44 PM Andreas Kohlbecker

ref #7759 additional TaxonNode webservice endpoint and solving logging problems

dc231846 09/13/2018 12:01 PM Andreas Müller

fix #7757 first freetext search test working for subtree filter

514ee70c 09/13/2018 10:27 AM Andreas Müller

ref #7745 implement treeindex search in freetext search (untested)

1dc8e923 09/13/2018 10:25 AM Andreas Müller

cleanup

67d89439 09/13/2018 10:20 AM Andreas Müller

rename AbstractRelationshipEdge.relationshipType to be more generic

8b00105b 09/13/2018 12:00 AM Andreas Müller

ref #7745 add subtree parameter to freetext search methods

26ab7583 09/12/2018 03:53 PM Andreas Müller

ref #7745 add subtree filter to taxon search (not yet tested for subtree != null)

cc1a7529 09/12/2018 10:33 AM Andreas Müller

ref #7745 fix recursive call in deprecated method

185155f8 09/12/2018 09:31 AM Andreas Müller

ref #7745 implement subtree filter for ClassificationController.rankSpecificRootNotes and .childNodes

8963d4f9 09/11/2018 08:57 AM Katja Luther

avoid NPE when creating CollectionDto

c4b3991f 09/10/2018 09:04 AM Patrick Plitzner

ref #7674 Adjust description tag depending on marker type

32b89663 09/10/2018 09:04 AM Patrick Plitzner

ref #7674 Move aggregation service method to data set service

599c51cd 09/07/2018 03:49 PM Patrick Plitzner

ref #7674 Add service method for creating taxon description for data set

cbfdc57b 09/07/2018 01:26 PM Andreas Kohlbecker

ref #7742 disposable CdmCachers

8b9e2e71 09/07/2018 11:09 AM Andreas Kohlbecker

ref #7729 setting maxEntriesLocalHeap for the cdmDefaultCache and activating ehcache jmx management beans for the CdmTransientEntityCacher

5c243ba9 09/07/2018 08:33 AM Patrick Plitzner

Merge branch 'develop' into taxonDecription

42c0aaf3 09/06/2018 08:43 PM Katja Luther

code cleaning

782d98d9 09/06/2018 07:23 PM Katja Luther

add TypeDesignationComparator

e7f22f90 09/06/2018 06:53 PM Katja Luther

fix TypeDesignationSetManagerTest by sorting typeDesignations

484a120f 09/06/2018 03:21 PM Katja Luther

minor

86459d9e 09/06/2018 03:14 PM Katja Luther

fix TypeDesignationSetManager, use values of map of typeDesignations instead of map in mapAndSort

3f6d782a 09/06/2018 02:41 PM Katja Luther

ref #7599: further improvement for specimenDtos

750e9e69 09/06/2018 11:47 AM Katja Luther

fix TypeDesignationSetManager

bb76e361 09/06/2018 11:09 AM Katja Luther

getTypeDesignations in TypeDesignationSetManager should return a collection

12266827 09/05/2018 03:03 PM Katja Luther

ref #7700: fide and parenthesis are separated separators in taggedText

d847eb88 09/05/2018 03:01 PM Katja Luther

ref #7700: use TypedesignationSetManager for creating TypeDesignationString for homotypic group in cdm light export

0405e234 09/05/2018 02:53 PM Katja Luther

ref #7700: use TypedesignationSetManager for creating TypeDesignationString for homotypic group in cdm light export