Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
bd808be1 05/31/2010 05:32 PM Andreas Kohlbecker

fixing orderindex problem #1765

5f151e89 05/21/2010 11:49 AM Niels Hoffmann

changed getUuidAndTitle method

6bba5d16 05/04/2010 04:51 PM Andreas Müller

minor

e63a610c 05/04/2010 04:23 PM Andreas Müller

minor

9473b31c 05/04/2010 11:13 AM Andreas Kohlbecker

Merging revisions 8301-8733 of branches/cdmlib/cate-development2 into branches/cdmlib/SPRINT-Chichorieae1

d4c8261c 04/16/2010 01:51 PM Katja Luther

Make taxonomic tree deletable (#1588)

3ea9a41e 04/13/2010 10:06 PM Andreas Müller

minor

18c50ca1 04/13/2010 10:05 PM Andreas Müller

minor

99ca3d2a 04/09/2010 09:28 AM Katja Luther
525f2168 04/07/2010 04:36 PM Andreas Kohlbecker

handling rank == null

0f568c78 04/07/2010 04:36 PM Andreas Kohlbecker

avoiding NullPointerException

fa117158 03/30/2010 02:22 PM Katja Luther
31a8ce3d 03/30/2010 12:49 PM Eun-Mok Lee

Merging cdmlib-persistence to cichorieae branch; trunk. Merge rev 8305-8561.

80bedf82 03/29/2010 04:47 PM Katja Luther

#938 now the subspecies are in the right order, too.

f0a81e63 03/29/2010 01:38 PM Katja Luther

ticket #622

f53661a4 03/26/2010 05:37 PM Andreas Kohlbecker

comments regarding C3P0 & refactoring DatasourceBean loading

97497f1c 03/26/2010 04:26 PM Francisco Revilla

solving some search exceptions, related with ticket #1354

5b1a94ba 03/23/2010 11:01 AM Katja Luther
5748a095 03/22/2010 06:09 PM Katja Luther
a784f00f 03/10/2010 12:00 PM Katja Luther

merge cate-development2 branch with trunk

4c653fc1 02/15/2010 11:47 AM Andreas Kohlbecker

fixing loadRankSpecificRootNodes

ea306547 02/08/2010 11:59 AM Andreas Kohlbecker

code cleaning

25a7d1dd 02/08/2010 11:59 AM Andreas Kohlbecker

fixing bug in loadRankSpecificRootNodes

e382f0d6 02/05/2010 09:45 AM Andreas Kohlbecker

improving loadRankSpecificRootNodes

e4b1c0be 01/22/2010 05:24 PM Ben Clark

Added WorkingSetDao & Service

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

Corrected bug in AuditEventDao

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

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

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

fixed bug in listDescriptions

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

#1390

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.

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

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

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

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

b48dc2c8 12/21/2009 04:15 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

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)

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

Removed unnecessary print statement

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)

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

41778a27 12/09/2009 02:06 PM Katja Luther
00bfc505 12/07/2009 09:37 AM Ben Clark

Removed lines setting the security context holder strategy to global

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.

238cc39f 11/17/2009 05:07 PM Katja Luther

the where-clause of the subselect for the taxa/synonyms is changed to find the areas by their uuid.

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

f7a1d604 11/16/2009 04:00 PM Katja Luther

changed securtityContextHolderStrategy

ec0a97bf 11/13/2009 04:28 PM Katja Luther

elements -> descriptionElements adapted in DescriptionDaoImpl ...

ea27f312 11/13/2009 09:54 AM Katja Luther

test for getTaxaByCommonName added

da66eab3 11/12/2009 05:36 PM Katja Luther

search for common names implemented

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

b8e1cb03 11/04/2009 12:01 PM Katja Luther
aae7ef9f 11/03/2009 06:49 PM Niels Hoffmann

removed System.err.println calls

7fbd9f67 11/03/2009 11:47 AM Katja Luther

fixed the error if a taxon has no synonyms

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

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

6f842a9d 10/30/2009 10:07 AM Katja Luther
6837d5b7 10/29/2009 02:07 PM Andreas Kohlbecker

Merging revisions 7377-7378,7390-7396,7400-7405,7412-7414,7442-7443,7448-7449,7453-7456 of http://dev.e-taxonomy.eu/svn/branches/cdmlib/2.2 into trunk - test in error, see #1274, #1275

49a8057c 10/26/2009 03:48 PM Katja Luther

optimize findByName for mySQL

78c2bf74 10/26/2009 01:44 PM Katja Luther

licence comment added

27a53aac 10/20/2009 12:58 PM Niels Hoffmann

fixes #998

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

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

bugfix in team title cache generator and berlin model export

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

changes to datasource and tests for persist agents

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

bugfix for title cache(2)

89842e70 09/28/2009 03:44 PM Niels Hoffmann

fixes #1100 and #1101

771423c7 09/25/2009 03:14 PM Andreas Müller

bugfix for missing titleCache in TaxonNameBase

b7039d5b 09/24/2009 03:23 PM Katja Luther
01c21ead 09/23/2009 11:08 AM Niels Hoffmann

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

b3715e03 09/21/2009 01:05 PM Niels Hoffmann

changed flush mode to COMMIT. Solves lots of issues regarding hibernate conversations.
added getUuidAndTitleCache methods at service level

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

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

82c4b637 09/08/2009 06:13 PM Niels Hoffmann

refactored UuidAndTitleCache methods

8b91bf10 09/07/2009 06:35 PM Niels Hoffmann

changing System.out.println to logger calls

ea3eb32e 09/07/2009 06:34 PM Niels Hoffmann

changing System.out.println to logger calls

c0b30a06 09/07/2009 12:11 PM Andreas Müller

CdmMetaData implemented (persistence)

63bb2a93 09/01/2009 05:31 PM Niels Hoffmann

fixes #940

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

c32d0d7a 08/19/2009 01:59 AM Andreas Müller

minor

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

last bugfixes for tests in persistence

3c36031f 08/17/2009 04:19 PM Andreas Müller

minor

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

Impact of new model changes: new classes and renaming

4baa2655 08/17/2009 01:00 PM Ben Clark

exposed free-text searching of Collection instances

01071200 08/14/2009 06:12 PM Ben Clark

Corrected a couple of bugs

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

bb4f5701 08/13/2009 10:50 AM Niels Hoffmann
ec010b8d 08/12/2009 03:20 PM Andreas Müller

Matching in persistence

4d1c3725 08/10/2009 11:18 AM Andreas Müller

matching in persistence

18e91500 08/06/2009 01:54 PM Niels Hoffmann

implemented a method that returns a map containing uuid and titleCache of all accepted taxa

639e3a47 08/06/2009 11:55 AM Andreas Müller

Merge for cdmlib-persistence and bugfix in TaxonDaoHibernateImplTest

5bd28871 07/29/2009 01:34 AM Andreas Müller

refactoring of ICdmGenericDao.getReferencingCdmBases()

2ad6f207 07/28/2009 02:02 PM Andreas Müller

reimplemented GenericDao.getAllClasses

0009185e 07/23/2009 04:35 PM Andreas Müller

minor

4465d161 07/20/2009 01:11 PM Andreas Kohlbecker

new searchTaxaByName()

1465f793 07/14/2009 06:52 PM Anahit Babadshanjan

Session clean