Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
a0b80723 01/15/2010 01:21 PM Katja Luther

#1277 jaxb import, set id to @XmlTransient

087d567e 01/15/2010 01:20 PM Katja Luther

#1277 jaxb import

d09b674b 01/15/2010 12:11 PM Eun-Mok Lee

Added isDatabaseSchemaCompatible().

156ad497 01/15/2010 12:10 PM Eun-Mok Lee

Added isDatabaseSchemaCompatible().

86bf1564 01/13/2010 05:52 PM Ben Clark

Corrected bug in AuditEventDao

70beb32c 01/13/2010 01:01 PM Andreas Kohlbecker

management service (/manager/datasources/*) ( and management page (/index.jsp)

d1091397 01/13/2010 12:59 PM Andreas Kohlbecker

improving datasource management

e25f65ef 01/13/2010 11:46 AM Katja Luther
1d8f2bcb 01/13/2010 11:46 AM Katja Luther
b38b226c 01/13/2010 11:46 AM Katja Luther
a94651fc 01/13/2010 11:38 AM Katja Luther

new test for the delete method of TaxonNameDao

ea285316 01/13/2010 11:31 AM Katja Luther

implement the delete method, to delete the refering taxonbases #1390

b9aac961 01/12/2010 04:54 PM Ben Clark

Added protected setter methods to Synonym.synonymRelations and Taxon.relationsToThisTaxon to allow bean initialization

26848502 01/12/2010 02:45 PM Eun-Mok Lee

#1279

5185fb4b 01/12/2010 02:45 PM Eun-Mok Lee

#1279

e80c3df1 01/12/2010 09:59 AM Andreas Kohlbecker

minor change

459a2ed4 01/11/2010 05:17 PM Ben Clark

fixed bug in listDescriptions

9dc8a26e 01/11/2010 05:08 PM Ben Clark

Updated cascade sematics for determinations

05c85966 01/11/2010 03:28 PM Katja Luther

#1390

f35f6e4e 01/11/2010 03:15 PM Katja Luther

#1390

6c3d4dd9 01/11/2010 03:14 PM Katja Luther

#1390

f39d2e1f 01/08/2010 05:45 PM Eun-Mok Lee

Preparatory work for ticket #1347.

dfe7c023 01/08/2010 05:45 PM Eun-Mok Lee

Preparatory work for ticket #1347.

e25724b6 01/08/2010 05:44 PM Eun-Mok Lee

Preparatory work for ticket #1347.

79ff3269 01/08/2010 05:41 PM Niels Hoffmann

fixes #1365 and #1366

ef7dae5d 01/08/2010 01:40 PM Ben Clark

Allowed replace(T x, T y) to accept null for the second argument and globally replace x with null or remove x from collections

636161e7 01/07/2010 11:02 PM Ben Clark

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.

5c4a9678 01/07/2010 11:52 AM Niels Hoffmann

Implemented a new method to return taxon relationships that are between two taxa.

636d99d1 01/07/2010 11:42 AM Niels Hoffmann

fixes #1357

ef8997ad 01/07/2010 12:10 AM Ben Clark

Updated ICdmEntityDao replace(T x, T y) and refresh(T t, LockMode lockMode, List propertyPaths) and added methods to IAnnotationDao

d0054879 01/07/2010 12:09 AM Ben Clark

Updated ICdmEntityDao replace(T x, T y) and refresh(T t, LockMode lockMode, List propertyPaths) and added methods to IAnnotationDao

0c79fd93 01/05/2010 04:23 PM Eun-Mok Lee

On behalf of Niels: Check for multiple parents changed in addParentChild()

c08d7a59 01/05/2010 03:52 PM Niels Hoffmann

fixes #1343

e95898a0 01/04/2010 01:35 PM Niels Hoffmann

fixes #1022

57d92b59 01/04/2010 01:23 PM Niels Hoffmann

fixes an issue with bulk adding of taxon nodes to a taxonomic tree

513242d8 12/23/2009 05:03 PM Ben Clark

ReferringObjectMetadata now queries higher up the hierarchy of classes to obtain a reference to a property

dcecc863 12/22/2009 08:19 PM Ben Clark

Added public T replace(T x, T y) to ICdmEntityDao, implementation and tests

c4de3e87 12/22/2009 08:16 PM Ben Clark

Added public T replace(T x, T y) to ICdmEntityDao, implementation and tests

3e1dc05c 12/22/2009 08:15 PM Ben Clark

Added CascadeType.MERGE, CascadeType.DELETE, CascadeType.DELETE_ORPHAN

b48dc2c8 12/21/2009 04:15 PM Ben Clark

Added an IIdentificationKeyDao to query across all identification key types

e3004cdf 12/21/2009 04:09 PM Ben Clark

Added an IIdentificationKeyDao to query across all identification key types

07a2162c 12/21/2009 04:08 PM Ben Clark

Added an IIdentificationKeyDao to query across all identification key types

d8730334 12/21/2009 02:42 PM Ben Clark

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)

8e08a597 12/21/2009 02:42 PM Ben Clark

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)

024097d6 12/21/2009 02:40 PM Ben Clark

Added CascadeType.MERGE to some relationships

1b6a436d 12/21/2009 12:43 AM Andreas Müller

link Taraxacum to Cichorieae fixed

626384a4 12/20/2009 01:00 AM Andreas Müller

minor bugfix

fc166036 12/20/2009 12:59 AM Andreas Müller

minor changes to palmaeActivator and postImportUpdater

145b09bb 12/20/2009 12:54 AM Andreas Müller

Palmae citations import -> implementation

3097b9de 12/20/2009 12:53 AM Andreas Müller

Bugfixes and improvements for the tcs rdf import (palmae citations)

2dd92cfb 12/18/2009 11:48 AM Ben Clark

Removed unnecessary print statement

2a56d8c1 12/18/2009 11:35 AM Ben Clark

Refactored service layer to reflect changes in search methods lower down, and moved @Transactional annotations to concrete classes

4532d825 12/18/2009 11:33 AM Ben Clark

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)

51db8d4a 12/18/2009 10:15 AM Ben Clark

TermBase and descendants indexed using hibernate search

ba670d86 12/18/2009 10:08 AM Ben Clark

MetaDataFactory returned null for non JPEG, non TIFF images, returning ImageMetaData instead

810e742f 12/17/2009 11:09 PM Andreas Müller

bug in arecaceae.rdf (tn:hasName instead of tc:hasName)

aac85d7f 12/17/2009 10:58 PM Andreas Müller

bug in arecaceae.rdf (tn:TaxonName instead of tn:hasName)

754001bc 12/16/2009 04:30 PM Katja Luther
04bf71a9 12/16/2009 03:57 PM Katja Luther
79dae2ee 12/16/2009 03:55 PM Katja Luther
df812947 12/16/2009 03:42 PM Katja Luther

removed the features moved to NameFeature (#1042)

a566268c 12/16/2009 03:15 PM Katja Luther

new vocabulary NameFeature #1042

d3fae0e2 12/15/2009 02:16 PM Katja Luther

removed some System.err.println()...

36045c57 12/15/2009 02:13 PM Katja Luther

fix of ticket #1344

3e3da0ee 12/15/2009 11:41 AM Katja Luther

changes to display images on genus pages

8a433654 12/11/2009 05:43 PM Niels Hoffmann

solved an issue that was connected to #1296 and fixes #1337

36a19921 12/11/2009 12:08 PM Andreas Kohlbecker

setting ContentType

ef427d98 12/11/2009 10:18 AM Francisco Revilla

New line added in the console when the script is executed

0a3000b2 12/10/2009 01:01 PM Niels Hoffmann

minor

6b60fc26 12/10/2009 12:07 PM Katja Luther
c4a3deb7 12/09/2009 06:37 PM Niels Hoffmann

fixes #1296

6cc0c1a7 12/09/2009 05:31 PM Niels Hoffmann

fixed a bug that occurred when executing operations on taxon nodes on root level

af8f90fb 12/09/2009 05:19 PM Niels Hoffmann

fixed a bug that occurred when executing operations on taxon nodes on root level

15a92b64 12/09/2009 02:07 PM Katja Luther
24da6abd 12/09/2009 02:07 PM Katja Luther
41778a27 12/09/2009 02:06 PM Katja Luther
cb67bc61 12/09/2009 02:05 PM Katja Luther
1da6f083 12/09/2009 02:03 PM Katja Luther
3b1d8777 12/09/2009 02:03 PM Katja Luther
2b72538e 12/09/2009 11:10 AM Niels Hoffmann

renamed the makeSynonymAcceptedTaxon method to swapSynonymAndAcceptedTaxon because that is what the method does

6decd2da 12/08/2009 10:05 AM Katja Luther
70249bda 12/08/2009 12:14 AM Andreas Müller

merge from v2.2

850dc8c5 12/08/2009 12:12 AM Andreas Müller

nothing changed

009562e5 12/07/2009 11:54 PM Andreas Müller

minor

dd885db7 12/07/2009 11:01 PM Andreas Müller

minor

f770422b 12/07/2009 01:27 PM Katja Luther
cef8c58d 12/07/2009 01:27 PM Katja Luther

fix image import of cichorieae

879a5409 12/07/2009 01:26 PM Katja Luther
00bfc505 12/07/2009 09:37 AM Ben Clark

Removed lines setting the security context holder strategy to global

f164228f 12/07/2009 09:36 AM Ben Clark

Refined some hibernate mappings based on editing feature trees

e15018f0 12/04/2009 03:20 PM Katja Luther
39543419 12/04/2009 03:09 PM Katja Luther
e5b70bc5 12/03/2009 02:47 PM Katja Luther

fix the wrong order for taxonnames with an "n." in the titlecache

8b0060ef 12/03/2009 11:15 AM Katja Luther
3f55d310 12/03/2009 09:42 AM Katja Luther
0229e0c1 12/02/2009 04:32 PM Katja Luther
b479014c 12/02/2009 03:47 PM Katja Luther
a4e49cfa 12/02/2009 10:57 AM Katja Luther
25959a7a 12/02/2009 09:51 AM Katja Luther
7c12d7a4 12/02/2009 09:50 AM Katja Luther