Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
9a963f43 08/10/2011 04:51 PM Andreas Müller

change name of ReferencedMedia to ReferencedMediaBase (#2381)

edfa0877 05/23/2011 02:32 PM Andreas Müller

added saveTypeDesignation Test (but is not running for some reason)

83ec5bc6 05/11/2011 11:06 AM Katja Luther

countByTitle() method for IIdentifiableService

d4992817 03/24/2011 03:55 PM Andreas Kohlbecker

splitting PolytomousKeyNodeService from PolytomousKeyService & more methods for IdentificationKeyService

495ca2d4 03/23/2011 08:20 PM Andreas Müller

further UserDao tests

395c5c70 03/23/2011 07:47 PM Andreas Müller

first tests for list find methods for user and group services (#2283 and #2284).

7036db37 03/23/2011 07:05 PM Andreas Müller

minor

d4e56143 03/14/2011 01:22 PM Katja Luther

testGetTaxaByNameForEditor() added

a48144fa 03/02/2011 04:45 PM Andreas Müller

minor changes

e0212247 02/16/2011 02:43 PM Niels Hoffmann

Reverting the RightsTerm -> RightsType change (see #1306). This is a model change and needs updates to the schema. We will transfer this into a branch.

f4bb2f2a 02/15/2011 01:28 PM Katja Luther
5d1bfc94 02/10/2011 10:32 AM Andreas Müller

comment syso's

14a0b618 02/09/2011 12:09 AM Andreas Müller

created OccurrenceDaoHibernateImplTest class for #2232

325ff0cd 02/08/2011 11:43 PM Andreas Müller

minor

26b622f7 02/08/2011 11:32 PM Andreas Müller

bugfix for descriptionBase.clone #2234

e66d9d39 01/31/2011 02:12 PM Katja Luther

replace deprecated methods with new ones #2176

24cdd79e 01/10/2011 03:38 PM Andreas Müller

remove duplicate for Argentina

e2dedac4 12/22/2010 09:51 AM Andreas Müller

remove compareTo in NamedArea and changed according tests

d74d75bb 12/07/2010 06:25 PM Niels Hoffmann

added a test case for polytomous keys

1d36aa54 12/01/2010 04:17 PM Andreas Müller

merge 3.0.2 to trunk

ee242d87 10/21/2010 01:06 AM Andreas Müller

minor

88479e6b 10/21/2010 01:05 AM Andreas Müller

minor

2b510bd7 10/20/2010 02:31 PM Andreas Kohlbecker

CdmUpdaterTest must not run as long it is using a mysql server

6d93425f 10/19/2010 07:16 PM Andreas Müller

Implement all name relationships search

ba68a9df 10/15/2010 05:48 PM Andreas Kohlbecker

getting all SpecimenOrObservationBases for a Taxon

350973b9 10/08/2010 11:21 AM Niels Hoffmann

CdmDatasourceBase now throws the real exceptions

b2fce33e 10/04/2010 04:04 PM Niels Hoffmann

correcting utf8 chars

dcc7157e 10/04/2010 04:01 PM Niels Hoffmann

correcting utf8 chars

8dc1c08e 09/27/2010 01:16 PM Andreas Müller

reset for defined terms (cont.)

25d4142c 09/20/2010 06:26 PM Andreas Müller

updating updater framework

91b8edb0 09/15/2010 12:36 PM Andreas Müller

updates to schema update Framework

6b8a9f96 09/14/2010 03:36 PM Andreas Müller

include trunk updates

55055695 09/02/2010 12:33 PM Andreas Kohlbecker

re-integrating branches/cdmlib/oai-pmh up to revision 10059

892efc69 06/16/2010 05:30 PM Andreas Kohlbecker

merging /branches/cdmlib/SPRINT-Chichorieae1/ to trunk

f896037c 06/10/2010 01:30 PM Andreas Kohlbecker

ignoring test TaxonDaoHibernateImplTest.java

c1f63ad5 03/30/2010 10:51 AM Eun-Mok Lee

Merging cdmlib-persistence to trunk; pesi. Merge rev 8083-8429.

011cc3f2 03/26/2010 06:02 PM Niels Hoffmann

added a new method to IMediaService that will return the complete ImageInfo object and not just the metadata. Removed persistence layer from call stack of IMediaService methods that talk to ImageMetaData.

9cc4226b 03/22/2010 10:46 AM Katja Luther

merging PESI brach into trunk

81f4af11 03/12/2010 07:08 PM Niels Hoffmann

deleted very annoying toy projects from trunk

a784f00f 03/10/2010 12:00 PM Katja Luther

merge cate-development2 branch with trunk

8c625d54 02/10/2010 04:26 PM Andreas Müller

bugfix for TaxonNode.getParent == null

ed9073ab 02/08/2010 10:27 AM Katja Luther

removed System.err.println()

b47b5395 02/08/2010 10:20 AM Katja Luther

removed System.err.println()

c27a7545 02/08/2010 10:11 AM Katja Luther

removed system.err.println()

089450d5 02/05/2010 09:48 AM Andreas Kohlbecker

preparing for hibernate-c3p0 & commenting out all System.err.println

b178d559 01/28/2010 02:34 PM Andreas Müller

minor

e25f65ef 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

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

#1390

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.

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

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

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

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

Added an IIdentificationKeyDao to query across all identification key types

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)

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)

6b60fc26 12/10/2009 12:07 PM Katja Luther
dd885db7 12/07/2009 11:01 PM Andreas Müller

minor

3615227d 11/26/2009 11:43 AM Ben Clark

Refactored methods in VersionableDaoBase etc + added Query-By-Example for CdmEntityDaoBase

d0b3bdf9 11/20/2009 10:56 AM Katja Luther

now updated is set and all tests are ok.

0500a5cb 11/19/2009 05:14 PM Katja Luther

changes for ticket #1286

9d4fb0b2 11/18/2009 06:08 PM Niels Hoffmann

minor

5105dcc4 11/16/2009 05:12 PM Katja Luther

revert the model changes...

bad68263 11/16/2009 04:57 PM Katja Luther

rightsterm -> rightstype ticket #1306

025413e0 11/16/2009 09:39 AM Katja Luther
ea27f312 11/13/2009 09:54 AM Katja Luther

test for getTaxaByCommonName added

4c7a7944 11/10/2009 12:52 PM Katja Luther
3e37ea16 11/06/2009 04:06 PM Ben Clark

Added methods and tests to recover changes to data

f53af173 11/04/2009 02:50 PM Katja Luther

refactoring the references for imports...

73e67b40 11/02/2009 01:29 PM Ben Clark

Refactored OrderHint and added RandomOrder, plus a couple of small bug fixes in VersionableDaoBase

180b9d3c 10/30/2009 10:54 AM Katja Luther
ae39fb67 10/30/2009 10:54 AM Katja Luther
78c2bf74 10/26/2009 01:44 PM Katja Luther

licence comment added

ece46ca8 10/15/2009 04:21 PM Andreas Kohlbecker

merged from branches/cdmlib/2.2 7238-7345 into trunk

9af0ba1b 10/07/2009 02:07 PM Ben Clark

Merged in changes from cate-development branch and upgraded to spring 3.0.0.RC1

cbaa80f0 10/06/2009 08:52 AM Andreas Müller

minor

93934348 10/06/2009 08:50 AM Andreas Müller

bugfix in team title cache generator and berlin model export

05663465 10/06/2009 02:33 AM Andreas Müller

Deleted Keyword class

8e0a7a9e 10/01/2009 01:43 PM Andreas Müller

minor

8ab631f7 09/29/2009 05:17 PM Andreas Müller

bugfix for cacheStrategyGeneratorTest

b5fc49f9 09/29/2009 04:16 PM Andreas Müller

changes to datasource and tests for persist agents

3cc6b58c 09/29/2009 01:24 PM Andreas Müller

minor

39ca810c 09/29/2009 01:15 AM Andreas Müller

minor

9fb6a469 09/28/2009 09:51 PM Andreas Müller

minor

d4d392dd 09/28/2009 09:45 PM Andreas Müller

bugfix for title cache(2)

9d0eecd2 09/28/2009 06:25 PM Andreas Müller

minor

a7605717 09/28/2009 06:23 PM Andreas Müller
89842e70 09/28/2009 03:44 PM Niels Hoffmann

fixes #1100 and #1101

01c21ead 09/23/2009 11:08 AM Niels Hoffmann

moved taxonNode specific code to TaxonTreeService. Cleaned up the datasource classes

0a18cae2 09/21/2009 11:49 PM Andreas Müller

bugfixing for modelchanges and adaptation of import routines

5989de27 09/21/2009 02:40 AM Andreas Müller

deleting BibtexEntryType

57606ee3 09/21/2009 02:21 AM Andreas Müller

Intensive model change for referenceBase and subclass, smaller model changes for taxonBase and marker

3c3ab65a 09/02/2009 11:10 AM Andreas Kohlbecker

adding and using yourkit profiler controller

127b1034 08/31/2009 02:00 PM Anahit Babadshanjan

#445: Added missing term vocabularies
#921: Added setDefaultTerms methods
Added inferred and potential combination synonym relationship types for Fauna Europaea

dd29fbb1 08/26/2009 11:54 PM Ben Clark

Implemented Grouping Criteria method for ICdmEntityDao, including group by count and group by year / month / day for dateTime fields

adadf4fa 08/26/2009 12:20 PM Niels Hoffmann

finetuning match mechanism

4d45591a 08/18/2009 04:48 PM Andreas Müller

last bugfixes for tests in persistence

5df32f14 08/17/2009 08:26 PM Andreas Müller

minor

0f7d0d42 08/17/2009 02:31 PM Helene Fradin

Impact of new model changes: new classes and renaming

1bbc1ecc 08/14/2009 11:22 AM Andreas Müller

updates for match strategy in persistence

59e9fb51 08/14/2009 10:15 AM Ben Clark

Added free-text search methods to name & occurrence DAO's