cdmlib.git
14 years agoAltered ReferringObjectMetadataFactoryImpl to exclude bidirectional relationships...
ben.clark [Thu, 7 Jan 2010 22:02:15 +0000 (22:02 +0000)]
Altered ReferringObjectMetadataFactoryImpl to exclude bidirectional relationships where the replaced entity is the "owner" of the related entity (i.e. the relationship is mapped by @OneToMany & mappedBy != null) since those kind of relationships don't make sense in the context of a global replace method.

14 years agoImplemented a new method to return taxon relationships that are between two taxa.
n.hoffmann [Thu, 7 Jan 2010 10:52:39 +0000 (10:52 +0000)]
Implemented a new method to return taxon relationships that are between two taxa.

14 years agofixes #1357
n.hoffmann [Thu, 7 Jan 2010 10:42:38 +0000 (10:42 +0000)]
fixes #1357

14 years agoUpdated ICdmEntityDao replace(T x, T y) and refresh(T t, LockMode lockMode, List...
ben.clark [Wed, 6 Jan 2010 23:10:30 +0000 (23:10 +0000)]
Updated ICdmEntityDao replace(T x, T y) and refresh(T t, LockMode lockMode, List<String> propertyPaths) and added methods to IAnnotationDao

14 years agoUpdated ICdmEntityDao replace(T x, T y) and refresh(T t, LockMode lockMode, List...
ben.clark [Wed, 6 Jan 2010 23:09:17 +0000 (23:09 +0000)]
Updated ICdmEntityDao replace(T x, T y) and refresh(T t, LockMode lockMode, List<String> propertyPaths) and added methods to IAnnotationDao

14 years agoOn behalf of Niels: Check for multiple parents changed in addParentChild()
em.lee [Tue, 5 Jan 2010 15:23:48 +0000 (15:23 +0000)]
On behalf of Niels: Check for multiple parents changed in addParentChild()

14 years agofixes #1343
n.hoffmann [Tue, 5 Jan 2010 14:52:10 +0000 (14:52 +0000)]
fixes #1343

14 years agofixes #1022
n.hoffmann [Mon, 4 Jan 2010 12:35:45 +0000 (12:35 +0000)]
fixes #1022

14 years agofixes an issue with bulk adding of taxon nodes to a taxonomic tree
n.hoffmann [Mon, 4 Jan 2010 12:23:58 +0000 (12:23 +0000)]
fixes an issue with bulk adding of taxon nodes to a taxonomic tree

14 years agoReferringObjectMetadata now queries higher up the hierarchy of classes to obtain...
ben.clark [Wed, 23 Dec 2009 16:03:28 +0000 (16:03 +0000)]
ReferringObjectMetadata now queries higher up the hierarchy of classes to obtain a reference to a property

14 years agoAdded public T replace(T x, T y) to ICdmEntityDao, implementation and tests
ben.clark [Tue, 22 Dec 2009 19:19:29 +0000 (19:19 +0000)]
Added public T replace(T x, T y) to ICdmEntityDao, implementation and tests

14 years agoAdded public T replace(T x, T y) to ICdmEntityDao, implementation and tests
ben.clark [Tue, 22 Dec 2009 19:16:09 +0000 (19:16 +0000)]
Added public T replace(T x, T y) to ICdmEntityDao, implementation and tests

14 years agoAdded CascadeType.MERGE, CascadeType.DELETE, CascadeType.DELETE_ORPHAN
ben.clark [Tue, 22 Dec 2009 19:15:14 +0000 (19:15 +0000)]
Added CascadeType.MERGE, CascadeType.DELETE, CascadeType.DELETE_ORPHAN

14 years agoAdded an IIdentificationKeyDao to query across all identification key types
ben.clark [Mon, 21 Dec 2009 15:15:57 +0000 (15:15 +0000)]
Added an IIdentificationKeyDao to query across all identification key types

14 years agoAdded an IIdentificationKeyDao to query across all identification key types
ben.clark [Mon, 21 Dec 2009 15:09:06 +0000 (15:09 +0000)]
Added an IIdentificationKeyDao to query across all identification key types

14 years agoAdded an IIdentificationKeyDao to query across all identification key types
ben.clark [Mon, 21 Dec 2009 15:08:18 +0000 (15:08 +0000)]
Added an IIdentificationKeyDao to query across all identification key types

14 years agoAdded merge(T t, LockMode lockmode) and refresh(T t, LockMode lockmode) to allow...
ben.clark [Mon, 21 Dec 2009 13:42:42 +0000 (13:42 +0000)]
Added merge(T t, LockMode lockmode) and refresh(T t, LockMode lockmode) to allow developers to bypass the session & second-level cache (useful in some instances)

14 years agoAdded merge(T t, LockMode lockmode) and refresh(T t, LockMode lockmode) to allow...
ben.clark [Mon, 21 Dec 2009 13:42:13 +0000 (13:42 +0000)]
Added merge(T t, LockMode lockmode) and refresh(T t, LockMode lockmode) to allow developers to bypass the session & second-level cache (useful in some instances)

14 years agoAdded CascadeType.MERGE to some relationships
ben.clark [Mon, 21 Dec 2009 13:40:01 +0000 (13:40 +0000)]
Added CascadeType.MERGE to some relationships

14 years agolink Taraxacum to Cichorieae fixed
Andreas Müller [Sun, 20 Dec 2009 23:43:39 +0000 (23:43 +0000)]
link Taraxacum to Cichorieae fixed

14 years agominor bugfix
Andreas Müller [Sun, 20 Dec 2009 00:00:54 +0000 (00:00 +0000)]
minor bugfix

14 years agominor changes to palmaeActivator and postImportUpdater
Andreas Müller [Sat, 19 Dec 2009 23:59:28 +0000 (23:59 +0000)]
minor changes to palmaeActivator and postImportUpdater

14 years agoPalmae citations import -> implementation
Andreas Müller [Sat, 19 Dec 2009 23:54:21 +0000 (23:54 +0000)]
Palmae citations import -> implementation

14 years agoBugfixes and improvements for the tcs rdf import (palmae citations)
Andreas Müller [Sat, 19 Dec 2009 23:53:11 +0000 (23:53 +0000)]
Bugfixes and improvements for the tcs rdf import (palmae citations)

14 years agoRemoved unnecessary print statement
ben.clark [Fri, 18 Dec 2009 10:48:32 +0000 (10:48 +0000)]
Removed unnecessary print statement

14 years agoRefactored service layer to reflect changes in search methods lower down, and moved...
ben.clark [Fri, 18 Dec 2009 10:35:43 +0000 (10:35 +0000)]
Refactored service layer to reflect changes in search methods lower down, and moved @Transactional annotations to concrete classes

14 years agoRefactored free text search to re-use the same code for all identifiable entities...
ben.clark [Fri, 18 Dec 2009 10:33:28 +0000 (10:33 +0000)]
Refactored free text search to re-use the same code for all identifiable entities. Switched to StandardAnalyzer to include indexing of numbers. Removed redundant code from taxonDao.delete() method (as included entities deleted using hibernate's cascade method)

14 years agoTermBase and descendants indexed using hibernate search
ben.clark [Fri, 18 Dec 2009 09:15:25 +0000 (09:15 +0000)]
TermBase and descendants indexed using hibernate search

14 years agoMetaDataFactory returned null for non JPEG, non TIFF images, returning ImageMetaData...
ben.clark [Fri, 18 Dec 2009 09:08:15 +0000 (09:08 +0000)]
MetaDataFactory returned null for non JPEG, non TIFF images, returning ImageMetaData instead

14 years agobug in arecaceae.rdf (tn:hasName instead of tc:hasName)
Andreas Müller [Thu, 17 Dec 2009 22:09:14 +0000 (22:09 +0000)]
bug in arecaceae.rdf  (tn:hasName instead of tc:hasName)

14 years agobug in arecaceae.rdf (tn:TaxonName instead of tn:hasName)
Andreas Müller [Thu, 17 Dec 2009 21:58:47 +0000 (21:58 +0000)]
bug in arecaceae.rdf  (tn:TaxonName instead of tn:hasName)

14 years ago(no commit message)
Katja Luther [Wed, 16 Dec 2009 15:30:25 +0000 (15:30 +0000)]

14 years ago(no commit message)
Katja Luther [Wed, 16 Dec 2009 14:57:53 +0000 (14:57 +0000)]

14 years ago(no commit message)
Katja Luther [Wed, 16 Dec 2009 14:55:54 +0000 (14:55 +0000)]

14 years agoremoved the features moved to NameFeature (#1042)
Katja Luther [Wed, 16 Dec 2009 14:42:30 +0000 (14:42 +0000)]
removed the features moved to NameFeature (#1042)

14 years agonew vocabulary NameFeature #1042
Katja Luther [Wed, 16 Dec 2009 14:15:13 +0000 (14:15 +0000)]
new vocabulary NameFeature #1042

14 years agoremoved some System.err.println()...
Katja Luther [Tue, 15 Dec 2009 13:16:29 +0000 (13:16 +0000)]
removed some System.err.println()...

14 years ago fix of ticket #1344
Katja Luther [Tue, 15 Dec 2009 13:13:38 +0000 (13:13 +0000)]
 fix of ticket #1344

14 years agochanges to display images on genus pages
Katja Luther [Tue, 15 Dec 2009 10:41:08 +0000 (10:41 +0000)]
changes to display images on genus pages

14 years agosolved an issue that was connected to #1296 and fixes #1337
n.hoffmann [Fri, 11 Dec 2009 16:43:13 +0000 (16:43 +0000)]
solved an issue that was connected to #1296 and fixes #1337

14 years agosetting ContentType
Andreas Kohlbecker [Fri, 11 Dec 2009 11:08:35 +0000 (11:08 +0000)]
setting ContentType

14 years agoNew line added in the console when the script is executed
f.revilla [Fri, 11 Dec 2009 09:18:33 +0000 (09:18 +0000)]
New line added in the console when the script is executed

14 years agominor
n.hoffmann [Thu, 10 Dec 2009 12:01:19 +0000 (12:01 +0000)]
minor

14 years ago(no commit message)
Katja Luther [Thu, 10 Dec 2009 11:07:30 +0000 (11:07 +0000)]

14 years agofixes #1296
n.hoffmann [Wed, 9 Dec 2009 17:37:36 +0000 (17:37 +0000)]
fixes #1296

14 years agofixed a bug that occurred when executing operations on taxon nodes on root level
n.hoffmann [Wed, 9 Dec 2009 16:31:54 +0000 (16:31 +0000)]
fixed a bug that occurred when executing operations on taxon nodes on root level

14 years agofixed a bug that occurred when executing operations on taxon nodes on root level
n.hoffmann [Wed, 9 Dec 2009 16:19:52 +0000 (16:19 +0000)]
fixed a bug that occurred when executing operations on taxon nodes on root level

14 years ago(no commit message)
Katja Luther [Wed, 9 Dec 2009 13:07:21 +0000 (13:07 +0000)]

14 years ago(no commit message)
Katja Luther [Wed, 9 Dec 2009 13:07:03 +0000 (13:07 +0000)]

14 years ago(no commit message)
Katja Luther [Wed, 9 Dec 2009 13:06:47 +0000 (13:06 +0000)]

14 years ago(no commit message)
Katja Luther [Wed, 9 Dec 2009 13:05:51 +0000 (13:05 +0000)]

14 years ago(no commit message)
Katja Luther [Wed, 9 Dec 2009 13:03:38 +0000 (13:03 +0000)]

14 years ago(no commit message)
Katja Luther [Wed, 9 Dec 2009 13:03:16 +0000 (13:03 +0000)]

14 years agorenamed the makeSynonymAcceptedTaxon method to swapSynonymAndAcceptedTaxon because...
n.hoffmann [Wed, 9 Dec 2009 10:10:04 +0000 (10:10 +0000)]
renamed the makeSynonymAcceptedTaxon method to swapSynonymAndAcceptedTaxon because that is what the method does

14 years ago(no commit message)
Katja Luther [Tue, 8 Dec 2009 09:05:56 +0000 (09:05 +0000)]

14 years agomerge from v2.2
Andreas Müller [Mon, 7 Dec 2009 23:14:59 +0000 (23:14 +0000)]
merge from v2.2

14 years agonothing changed
Andreas Müller [Mon, 7 Dec 2009 23:12:07 +0000 (23:12 +0000)]
nothing changed

14 years agominor
Andreas Müller [Mon, 7 Dec 2009 22:54:37 +0000 (22:54 +0000)]
minor

14 years agominor
Andreas Müller [Mon, 7 Dec 2009 22:01:20 +0000 (22:01 +0000)]
minor

14 years ago(no commit message)
Katja Luther [Mon, 7 Dec 2009 12:27:57 +0000 (12:27 +0000)]

14 years agofix image import of cichorieae
Katja Luther [Mon, 7 Dec 2009 12:27:28 +0000 (12:27 +0000)]
fix image import of cichorieae

14 years ago(no commit message)
Katja Luther [Mon, 7 Dec 2009 12:26:14 +0000 (12:26 +0000)]

14 years agoRemoved lines setting the security context holder strategy to global
ben.clark [Mon, 7 Dec 2009 08:37:52 +0000 (08:37 +0000)]
Removed lines setting the security context holder strategy to global

14 years agoRefined some hibernate mappings based on editing feature trees
ben.clark [Mon, 7 Dec 2009 08:36:48 +0000 (08:36 +0000)]
Refined some hibernate mappings based on editing feature trees

14 years ago(no commit message)
Katja Luther [Fri, 4 Dec 2009 14:20:59 +0000 (14:20 +0000)]

14 years ago(no commit message)
Katja Luther [Fri, 4 Dec 2009 14:09:33 +0000 (14:09 +0000)]

14 years agofix the wrong order for taxonnames with an "n." in the titlecache
Katja Luther [Thu, 3 Dec 2009 13:47:44 +0000 (13:47 +0000)]
fix the wrong order for taxonnames with an "n." in the titlecache

14 years ago(no commit message)
Katja Luther [Thu, 3 Dec 2009 10:15:20 +0000 (10:15 +0000)]

14 years ago(no commit message)
Katja Luther [Thu, 3 Dec 2009 08:42:12 +0000 (08:42 +0000)]

14 years ago(no commit message)
Katja Luther [Wed, 2 Dec 2009 15:32:32 +0000 (15:32 +0000)]

14 years ago(no commit message)
Katja Luther [Wed, 2 Dec 2009 14:47:43 +0000 (14:47 +0000)]

14 years ago(no commit message)
Katja Luther [Wed, 2 Dec 2009 09:57:52 +0000 (09:57 +0000)]

14 years ago(no commit message)
Katja Luther [Wed, 2 Dec 2009 08:51:17 +0000 (08:51 +0000)]

14 years ago(no commit message)
Katja Luther [Wed, 2 Dec 2009 08:50:42 +0000 (08:50 +0000)]

14 years ago(no commit message)
Katja Luther [Mon, 30 Nov 2009 16:20:57 +0000 (16:20 +0000)]

14 years ago(no commit message)
Katja Luther [Mon, 30 Nov 2009 15:32:07 +0000 (15:32 +0000)]

14 years ago(no commit message)
Katja Luther [Mon, 30 Nov 2009 15:25:34 +0000 (15:25 +0000)]

14 years ago(no commit message)
Katja Luther [Mon, 30 Nov 2009 15:14:45 +0000 (15:14 +0000)]

14 years agotemplate datasources.xml file
Andreas Kohlbecker [Mon, 30 Nov 2009 13:32:02 +0000 (13:32 +0000)]
template datasources.xml file

14 years agominor fixes
Andreas Kohlbecker [Mon, 30 Nov 2009 13:31:01 +0000 (13:31 +0000)]
minor fixes

14 years agocopyright statements added
Andreas Kohlbecker [Mon, 30 Nov 2009 13:29:53 +0000 (13:29 +0000)]
copyright statements added

14 years ago(no commit message)
Katja Luther [Mon, 30 Nov 2009 13:16:08 +0000 (13:16 +0000)]

14 years agonew service for media/*/metadata and bugfix of #1310
f.revilla [Fri, 27 Nov 2009 11:07:05 +0000 (11:07 +0000)]
new service for media/*/metadata and bugfix of #1310

14 years ago(no commit message)
Katja Luther [Thu, 26 Nov 2009 13:03:51 +0000 (13:03 +0000)]

14 years ago(no commit message)
Katja Luther [Thu, 26 Nov 2009 12:15:37 +0000 (12:15 +0000)]

14 years ago(no commit message)
Katja Luther [Thu, 26 Nov 2009 12:08:46 +0000 (12:08 +0000)]

14 years ago(no commit message)
Katja Luther [Thu, 26 Nov 2009 12:00:01 +0000 (12:00 +0000)]

14 years ago(no commit message)
Katja Luther [Thu, 26 Nov 2009 10:53:18 +0000 (10:53 +0000)]

14 years agoFirst pass implementation of an OAI-PMH Controller for identifiable objects
ben.clark [Thu, 26 Nov 2009 10:45:48 +0000 (10:45 +0000)]
First pass implementation of an OAI-PMH Controller for identifiable objects

14 years agoAdded Methods to AuditEventService, VersionableServiceBase and altered NoDuplicateNam...
ben.clark [Thu, 26 Nov 2009 10:45:10 +0000 (10:45 +0000)]
Added Methods to AuditEventService, VersionableServiceBase and altered NoDuplicateNamesValidator to take into account authorship, publication and microreference to allow for names that are homonyms

14 years agoRefactored methods in VersionableDaoBase etc + added Query-By-Example for CdmEntityDa...
ben.clark [Thu, 26 Nov 2009 10:43:15 +0000 (10:43 +0000)]
Refactored methods in VersionableDaoBase etc + added Query-By-Example for CdmEntityDaoBase

14 years agoSmall changes to the cdmlib-model package, mainly due to read-write operations on...
ben.clark [Thu, 26 Nov 2009 10:41:59 +0000 (10:41 +0000)]
Small changes to the cdmlib-model package, mainly due to read-write operations on parts of the model leading to e.g. the need for cascade semantics on certain relationships

ALSO
I removed the @Transient annotations from the titleCache properties of TeamOrPersonBase and NonViralName

14 years ago(no commit message)
Katja Luther [Thu, 26 Nov 2009 09:23:46 +0000 (09:23 +0000)]

14 years ago(no commit message)
Katja Luther [Thu, 26 Nov 2009 09:08:24 +0000 (09:08 +0000)]

14 years agorestservice for mediaMetaData
Katja Luther [Wed, 25 Nov 2009 15:42:24 +0000 (15:42 +0000)]
restservice for mediaMetaData

14 years ago(no commit message)
Katja Luther [Wed, 25 Nov 2009 13:25:40 +0000 (13:25 +0000)]

14 years agonow updated is set and all tests are ok.
Katja Luther [Fri, 20 Nov 2009 09:56:04 +0000 (09:56 +0000)]
now updated is set and all tests are ok.

14 years agorevert the changes for the saveOrUpdate Listener because of failures in tests
Katja Luther [Thu, 19 Nov 2009 16:53:38 +0000 (16:53 +0000)]
revert the changes for the saveOrUpdate Listener because of failures in tests

14 years agochanges for ticket #1286
Katja Luther [Thu, 19 Nov 2009 16:14:49 +0000 (16:14 +0000)]
changes for ticket #1286

14 years ago(no commit message)
Katja Luther [Thu, 19 Nov 2009 16:12:52 +0000 (16:12 +0000)]